How to write in MATLAB the following PDE?
1 回表示 (過去 30 日間)
古いコメントを表示
where u=deformation
K=stifness
F=force
E= Mod of elasticity
for i=1:8
(del(Ki)/del(Ei)) * (ui) +(del(ui)/del(Ei)) * Ki=del(Fi)/del(Ei)
WHERE I need to find the value of (del(ui)/del(Ei))
2 件のコメント
Pravarthana P
2022 年 1 月 25 日
Hi S Priya,
Could you brief even more about the type of PDE you are expecting to use, whether it is higher order PDE or PDE you are trying to apply on different surfaces. What is the significance of variable 'i' in this equation. And let us know about the MATLAB version you are using.
採用された回答
Pravarthana P
2022 年 1 月 25 日
編集済み: Pravarthana P
2022 年 1 月 25 日
To my understanding you are trying to solve a first order PDE. The following documentations might be helpful for the same:
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Geometry and Mesh についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!