Borrar filtros
Borrar filtros

Solving a matrices equation with some known answers

1 visualización (últimos 30 días)
Fangzhou Wang
Fangzhou Wang el 12 de Abr. de 2016
Editada: Azzi Abdelmalek el 12 de Abr. de 2016
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

Respuestas (0)

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by