필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
jannat alsaidi
jannat alsaidi 2020년 1월 5일
답변: David Hill 2020년 1월 6일
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