Skip to content

Function for base change matrix between two forms #53

Description

@danielrademacher

Given for example two symplectic forms of the same dimension, one can use

basechange1 := BaseChangeToCanonical(form1);
basechange2 := BaseChangeToCanonical(form2);

to compute the base change matrices to the standard form. Afterwards, one can compute a base change matrix between the two forms by multiplying the base change matrices. I think that it would be great if there would be a function to compute the base change matrix between the two forms directly, e.g.

BaseChangeMatrixBetweenForms(form1,form2);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions