Re: linear generalized real symmetric eigenvalue problem
- From: "Roger Stafford" <ellieandrogerxyzzy@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 31 Jan 2009 14:03:02 +0000 (UTC)
rain <taherehnikbakht@xxxxxxxxx> wrote in message <0b7c7704-f8c4-492d-9e10-2e5bdb08accc@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>...
hi.
i am solving a physics problem, and i need to solve eigenvalue
eguation: A.X=Lamda.B.X. A and B are symmetric, and B is not positive
definite.
all of the elements of B are nonnegative.
the matrices are at most 100 by 100.
could anyone help me white this problem? i need to know fortran
subroutines that can solve this problem accurately.
in advance i appriciate your help.
The matlab function 'eig' can handle that problem.
[V,D] = eig(A,B);
Roger Stafford
.
- References:
- Prev by Date: A problem about joint probability
- Next by Date: Re: doing project in matlab so need help
- Previous by thread: Re: linear generalized real symmetric eigenvalue problem
- Next by thread: Boundary Value problem
- Index(es):
Relevant Pages
|