如何使用Matlab求解多元方程组。
Show older comments
我想用Matlab求解一个方程组。
E=[P*4*(a^4)*(1-v^2)]/3*(h^3)*t;
sigema=P*R/t;
R=a^2/2h;
epsilon= sigema*(1-v^2)/E
已经P为10,20,30,40,50,60,70,80,90.
h为通过一个code得到的值,这个值首先会被运算出来,然后在执行这个方程组运算。
a 需要手动输入后进行这个方程组运算
v 需要手动输入进行这个方程组运算
求问如何编写这个函数啊?
Accepted Answer
More Answers (0)
Categories
Find more on 数值积分和微分方程 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!