Skip to main content
20-Turquoise
March 15, 2011
Solved

Matrix Number and Solving Equation.

  • March 15, 2011
  • 21 replies
  • 10012 views

Hello Everyone,

I have a question, wish learning, and really need help. It's about "Matrix Number and Solving Equation."

Matrix and Solving.PNG

solve,X.

Thanks in advance for the time and help.

Best regards,

Loi Le.

Best answer by AlanStevens

Do you mean like so?

Alan

21 replies

19-Tanzanite
March 15, 2011
19-Tanzanite
March 15, 2011

Why column by column? Why not just X=M^-1*C?

19-Tanzanite
March 15, 2011

Richard Jackson wrote:

Why column by column? Why not just X=M^-1*C?

Why not indeed!! That works too!

Alan

19-Tanzanite
March 15, 2011

You solve it much the same way that you solve a simple algebraic equation. The basic rule is that you can perform a manipulation on the left hand side of the equaiotn as long as you perform the same manipulation on the right hand side. The main thing to be aware of is that matrix mulitplication is generally not commutative (i.e. A*B is not equal to B*A). This means there is a distinction between premultiplication and postmultiplication.

If you premultiply the first matrix on the left hand side by it's inverse you get the identity matrix, which is the matrix equivalent of 1. That leaves you, in effect, with only X on the left. So you must also premultiply the matrix on the right hand side by the same matrix (i.e. the inverse of the first matrix on the left hand side). The result is your solution.

1-Visitor
March 15, 2011
You solve it much the same way that you solve a simple algebraic equation. The basic rule is that you can perform a manipulation on the left hand side of the equaiotn as long as you perform the same manipulation on the right hand side.

I am being stupid here???

It doesn't have to be multiplication does it. Couldn't the left hand side of the equation be divided by the left hand side matrix to leave X and then do the same on the right hand said?

Mike

19-Tanzanite
March 15, 2011

How do you divide one matrix by another?

lvl10720-TurquoiseAuthor
20-Turquoise
March 15, 2011

Thank to all who replied.

Best regards,

Loi.

lvl10720-TurquoiseAuthor
20-Turquoise
March 16, 2011

Hello Everyone again,

I still have a related question:

Matrix and Solving 2.PNG

solve,X

Thanks in advance for the time and help, again.

Best regards,

Loi Le.

19-Tanzanite
March 16, 2011

Loi Le wrote:

Hello Everyone again,

I still have a related question:

Matrix and Solving 2.PNG

solve,X

Thanks in advance for the time and help, again.

Best regards,

Loi Le.

This is, in effect, trying to find four unknowns with three equations!

Alan

lvl10720-TurquoiseAuthor
20-Turquoise
March 16, 2011

I think I am a new with "matrix multiplication". As Richard said above : "matrix multiplication is generally not commutative". I have forgot that. But I still have a query : "Could the following equation be solved ?" :

NotCommutative.PNG

solve,X.

I am very interested in that. Thanks in advance for the time and help.

Best regards,

Loi Le.