Jump to content

Simple Math Practice Problems


Recommended Posts

  • Replies 120
  • Created
  • Last Reply

Top Posters In This Topic

Never heard of the matrix method.
The matrix method is putting it in reduced row echelon form. Search on Google for it or something.

Well to search it I'd tell you to look for Gauss-Jordan Elimination - that's the actual method used.

But you could also invert the coefficient matrix and multply it by the matrix each equation equals.

3a + b - c =10,

a - 2b + 3c = -7,

2a + 3b - 2c = 15


[3   1   -1]^-1          [10]                     [a]
[1   -2   3]         *    [-7]         =           [b]
[2   3   -2]              [15]                       [c]

This should give you the answers you need. The only problem is inverting the 3x3 matrix, which is usually a pain to do by hand.

*waves his calculator about in the air*

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...