From: Joseph K. on
Hi;

I'm a fairly inexperienced user, so I figure the answer should be simple. I have searched on other forums to find the answer, but was unsuccessful. I need to be able to solve the following equation for the value(s) of x.

det(SA + x*SAg) = 0
From: Roger Stafford on
"Joseph K." <sos(a)mailinator.com> wrote in message <i0qiq1$ifm$1(a)fred.mathworks.com>...
> Hi;
>
> I'm a fairly inexperienced user, so I figure the answer should be simple. I have searched on other forums to find the answer, but was unsuccessful. I need to be able to solve the following equation for the value(s) of x.
>
> det(SA + x*SAg) = 0
- - - - - - - - - -
Find the generalized eigenvalues and reverse their sign:

x = -eig(SA,SAg);

Roger Stafford
From: Joseph K. on


Thanks Roger!
 | 
Pages: 1
Prev: please help me
Next: mcc compilation error