solvepdeeig ignores f coefficient

조회 수: 7 (최근 30일)
Hugh Sull
Hugh Sull 2021년 10월 19일
댓글: Hugh Sull 2021년 10월 24일
The pde coefficients are given as: specifyCoefficients(model,'m',0,'d',1,'c',1,'a',0,'f',0);
However, no matter what I substitute into for 'f' I get the same result.
What's going on?

채택된 답변

Harikrishnan Balachandran Nair
Harikrishnan Balachandran Nair 2021년 10월 22일
Hi,
The 'solvepdeeig' function solves PDE eigen value problems of the form as stated in the documentation here : https://www.mathworks.com/help/pde/ug/pde.pdemodel.specifycoefficients.html
We can see from the form of the equation that 'f' is not a part of the problem. Hence it may be specified as zero.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 General PDEs에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by