How to write in MATLAB the following PDE?
2 views (last 30 days)
Show older comments
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))
Accepted Answer
Pravarthana P
on 25 Jan 2022
Edited: Pravarthana P
on 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 Comments
More Answers (0)
See Also
Categories
Find more on Eigenvalue Problems in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!