How to solve the reduced eigenvalue poblem

조회 수: 4 (최근 30일)
Eamon Henikish
Eamon Henikish 2020년 6월 29일
답변: Bjorn Gustavsson 2020년 6월 29일
Please I am new to Matlab and I am trying to solve an eigenvalue problem to get Z1 and Z2
the Eq. is looks like:
a=[0.2 0.2 ;0.2 2]
b=[ 134.2880 12.2080
12.2080 152.6000]
z=[z1;z2]
a*z- b * z=0
the goal is to find Z1 and Z2
I have tried a linsolve and solve(det(az-bz==0,z1,z2)
but it says that it should be squared matrix
thank you

답변 (1개)

Bjorn Gustavsson
Bjorn Gustavsson 2020년 6월 29일
Have a look at the eig function. It solves for eigenvalues-eigenvectors - also for the generalized eigenvalue-problem you seem to have.
HTH

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by