How to write in MATLAB the following PDE?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
S Priya
am 22 Jan. 2022
Bearbeitet: Pravarthana P
am 25 Jan. 2022
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 Kommentare
Pravarthana P
am 25 Jan. 2022
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.
Akzeptierte Antwort
Pravarthana P
am 25 Jan. 2022
Bearbeitet: Pravarthana P
am 25 Jan. 2022
To my understanding you are trying to solve a first order PDE. The following documentations might be helpful for the same:
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Geometry and Mesh finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!