solvepdeeig ignores f coefficient
1 次查看(过去 30 天)
显示 更早的评论
Take the example given here: https://au.mathworks.com/help/pde/ug/eigenvalues-and-eigenfunctions-for-the-l-shaped-membrane.html
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?
0 个评论
采纳的回答
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 Center 和 File Exchange 中查找有关 Boundary Conditions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!