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!