Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function for base change matrix between two forms #53

Open
danielrademacher opened this issue Jan 22, 2024 · 0 comments
Open

Function for base change matrix between two forms #53

danielrademacher opened this issue Jan 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@danielrademacher
Copy link

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);
@fingolfin fingolfin added the enhancement New feature or request label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants