how can I find the values of t2 t3 in the system of matrices
1 回表示 (過去 30 日間)
古いコメントを表示
![Untitled2.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/259881/Untitled2.png)
how to find t2, t3 ?
採用された回答
David Hill
2020 年 1 月 6 日
Just rearraign a little:
b=[1.228 .8655 0;.8655 2.457 .8655;0 .8655 1.228]*[85;18.534;26.371]+[.23561;.47122;.23561]-[1.7374;.36603;0]*85;
A=[.36603 0;3.4747 .36603;.36603 1.7374];
x=A\b;
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!