One short question. If we have two matrices in fractional form, how to obtain the Eigenvalues[{A,B}] with maximum precision or get it also in fraction form?
|
|
||||
|
|
|
The problem is that |
|||||||||||||||||
|
|
The Mathematica command One way to proceed is to rearrange the generalized eigenvalue equation to
$ A^{-1} M v = \lambda v$, then you can just use Another way to get exact results is to solve it numerically with high precision then use an integer relation algorithm such as
but this probably isn't a very sensible way to approach the problem! |
|||||||||||||||||
|