- #1
Anthus
- 14
- 0
Hello,
my problem is to numerically count "lambda" from that kind of equation:
[tex](\lambda ^2 \check{A} + \lambda \check{B} + \check{C}) \vec{v}=0
[/tex]
which means that:
[tex]det(\lambda ^2 \check{A} + \lambda \check{B} + \check{C})=0
[/tex]
where A, B and C are n x n matrices, v is unknown vector and "lambda" is unknown.
It is easy to solve it in Matlab using symbolic calculations of determinant to get polynomial, but I write my own program so I can't use it. I have i.e. GSL library. This equation without first or second term is generalized eigensystem, but perhaps not real.
Does anybody know what use to solve that?
my problem is to numerically count "lambda" from that kind of equation:
[tex](\lambda ^2 \check{A} + \lambda \check{B} + \check{C}) \vec{v}=0
[/tex]
which means that:
[tex]det(\lambda ^2 \check{A} + \lambda \check{B} + \check{C})=0
[/tex]
where A, B and C are n x n matrices, v is unknown vector and "lambda" is unknown.
It is easy to solve it in Matlab using symbolic calculations of determinant to get polynomial, but I write my own program so I can't use it. I have i.e. GSL library. This equation without first or second term is generalized eigensystem, but perhaps not real.
Does anybody know what use to solve that?