Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 13 years ago

Jesustc gravatar image

Symbolic matrices and "integrity" of their inverse

I have to solve the following problem:

Does a matrix GGL(n,Z) exists such that G×A×G1=B being A,B given matrices in Q?

Doing everything by hand, I finally find myself with a bunch of symbolic matrices. Now I have to check if they can lay inside GL(n,Z), i.e. if there are integer values for the variables in the matrix such that the matrix is integer, invertible and with integer inverse.

E.g.: (x0 0y) does the trick only for x=y=1.

Is there a quick method within Sage to solve that last problem?

Thanks!

click to hide/show revision 2
No.2 Revision

Symbolic matrices and "integrity" of their inverse

I have to solve the following problem:

Does a matrix GGL(n,Z) exists such that G×A×G1=B being A,B given matrices in Q?

Doing everything by hand, I finally find myself with a bunch of symbolic matrices. Now I have to check if they can lay inside GL(n,Z), i.e. if there are integer values for the variables in the matrix such that the matrix is integer, invertible and with integer inverse.

E.g.: $$\left(\begin{array}{cc}x & 0 \ \\ 0 & y\end{array}\right)$$ does the trick only for $x=y=1$.

Is there a quick method within Sage to solve that last problem?

Thanks!