- #1
- 9,622
- 9
I have a generalised eigenvalue problem of the form
[tex]A\boldsymbol{u} = \lambda B\boldsymbol{u}\;,[/tex]
where A and B are symmetric matrices with real symbolic entries. I'm trying to compute the eigenvalues with Mathematica using the command
which according to the documentation should work. However, when I do, Mathematica returns the following error
The documentation is of no help. Does anyone have any suggestions?
[tex]A\boldsymbol{u} = \lambda B\boldsymbol{u}\;,[/tex]
where A and B are symmetric matrices with real symbolic entries. I'm trying to compute the eigenvalues with Mathematica using the command
Code:
Eigenvalues[{A,B}]
which according to the documentation should work. However, when I do, Mathematica returns the following error
Code:
Eigenvalues::exnum: Eigenvalues has received a matrix with non-numerical or exact elements.
The documentation is of no help. Does anyone have any suggestions?