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!