필터 지우기
필터 지우기

Solving a matrices equation with some known answers

조회 수: 1 (최근 30일)
Fangzhou Wang
Fangzhou Wang 2016년 4월 12일
편집: Azzi Abdelmalek 2016년 4월 12일
a=[3,2,1;
1,1,0;
0,1,-1];
b=[x,y,z];
c=a*b;
c=0;
Generally, this matrice equation can be solved easily. However, if one variable is known (e.g. x=1 is known), how can I solve this matrices equation?
What I provided above is a simple case and the actual problem is that an 18x18 coefficient matrix A is known and B is an array that contains 18 variables (x1,x2......x18) in which 10 of the variables are also known, and A*B=0. How can I obtain the rest 8 unknown variables in this matrices equation?
Thank you,
Rick

답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by