Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • pyddg pyddg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 190
    • Issues 190
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pyddg
  • pyddgpyddg
  • Merge requests
  • !704

Draft: Pencils and intersection of two Quadrics

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Clara Oeverink requested to merge quadric_intersection into develop Jun 11, 2024
  • Overview 35
  • Commits 107
  • Pipelines 47
  • Changes 33

Closes #247 (closed)

  • Adds skript signatures.py at ddg/geometry with three new classes (Here, normalform means the corresponding sequence is brought into a canonical form for checking equivalence):
    • SignatureSequence (Normalform for dimension 4 (RP³))
    • IndexSequence (Normalform for dimension 4 (RP³))
    • SegreSymbol (Normalform for arbitrary dimension)
  • Moves classes Signature and AffineSignature from ddg.math.symmetric_matrices to ddg.geometry.signatures
  • Adds methods to ddg.geometry._quadrics.Pencil class
    • for calculation of sequences from pencils of quadrics (only in RP³)
    • for classification of the intersection curve of pencils of quadrics (only in RP³)
  • Adds class QuadricIntersection to ddg.geometry._quadrics as base for visualisation of the intersection curve

Still left to be implemented:

  • Normalform/Equivalence relation for arbitrary dimension for SignatureSequence and IndexSequence
  • normal_form() returns another Pencil in normal form (without transformation), only 3D
    • This is different from Quadric.normalize, which contains the transformation
    • Normal form is derived from the index sequence.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: quadric_intersection