questions about the 'pdeeig'

조회 수: 3 (최근 30일)
Haya M
Haya M 2020년 1월 24일
편집: Ravi Kumar 2020년 1월 28일
I'm using the syntax [?,?]=??????(?,?,?,?.1.0,?,1.0,[−1,1]); to solve a PDE on a given domain with a given ? ,
I have two questions about this syntax
How can I extract the matrices of the finite elements system for the PDE i.e ?
and
how I can assure that the computed eigenvalue say ?(2) corresponds to the correct eigenfunction ?(:,2)? I mean are they eigenpairs? is there any way to check that?
Thanks

채택된 답변

Ravi Kumar
Ravi Kumar 2020년 1월 24일
편집: Ravi Kumar 2020년 1월 27일
Please use one the newer workflow like general equation based one, Structural or Thermal one. Once you setup your model in one of the newwer workflow you can get matrices using assembleFEMatrices function.
For your second question you can back substitute eigenpair into the equation and make sure the residual is near zero.
Regards,
Ravi
  댓글 수: 4
Haya M
Haya M 2020년 1월 28일
Thank you Ravi for the answer,
Do you mean that res = norm((K-l1)*v) ?
best regards,
Haya
Ravi Kumar
Ravi Kumar 2020년 1월 28일
Yep, that's right. Fixed my comment again.
Ragards,
Ravi

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Eigenvalue Problems에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by