solvepdeeig ignores f coefficient

7 vues (au cours des 30 derniers jours)
Hugh Sull
Hugh Sull le 19 Oct 2021
Commenté : Hugh Sull le 24 Oct 2021
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?

Réponse acceptée

Harikrishnan Balachandran Nair
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.
  1 commentaire
Hugh Sull
Hugh Sull le 24 Oct 2021
Great thank you.

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by