Posted by Akash on Monday, April 11, 2011 at 6:12am.
Your matrix notation does not distinguish rows from columns, which is critical in matrices.
The best possible interpretation I get is:
a11 a12 a13
a21 a22 a23
a31 a32 a33
multiplied by
b1
b2
b3
to give
c1 c2 c3
which is then multiplied by another
d1
d2
d3
to give
e=0
So multiply rows of a to the column b to give c, for example:
c1=a11*b1+a12*b2+a13*b3
and similarly for the other rows.
Same for e:
e=c1*d1+c2*d2+c3*d3
Through the multiplication, you will preserve the value of x, and equate the value of e to zero to solve for x.
Related Questions
Algebra-Matrix - How would I do these Matrices? 1. |1/2 14 10 -8| 2, Let matrix ...
Math - I have a few questions about T-Matrix. In excel, I am suppose to work ...
MATHS----Matrix - For a given square matrix A the predicted values of matrix B ...
matrices - Two matrices can be multiplied only if their sizes are compatible. ...
Algebra II (Matrices) - My book doesn't solve it like a linear equation, ...
math - Two matrices can be multiplied only if their sizes are compatible. ...
Algebra II - I skipped algebra I so I never learned about matrices. If you had a...
Math - Let A, B, and 0 be 2x2 matrices. Assuming that A is invertible, find a ...
linear algebra - if: A and B are matrices and A^2 is similar to B^2 Is A ...
Maths - Matrices - I'm having trouble with doing this matrix proof The ...
For Further Reading