how can I find the values of t2 t3 in the system of matrices

2 次查看(过去 30 天)
Untitled2.png
how to find t2, t3 ?

采纳的回答

David Hill
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 个)

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by