2. Solve a system of three linear equation using Cramer's rule: x + 2y - z = 1 2x - 3y + z = - 1 3x + y + 2z = 12
by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

These equations are equivalent to the matrix multiplication:

⎡1   2 -1⎤⎡x⎤   ⎡ 1

⎢ 2 -3  1⎥⎢y⎥= ⎢-1

⎣3  1  2 ⎦⎣z⎦   ⎣12

which can be written AX=B where A, X, B are the matrices.

|A|=1(-3×2-1×1)-2(2×2-1×3)-1(2×1-(-3)×3)=-7-2-11=-20. Let this determinant be represented by Δ.

Now we create 3 more determinants, substituting B in the variable column for each variable in turn.

Δx=

1   2 -1⎥

-1 -3  1⎥= 1(-6-1)-2(-2-12)-1(-1+36)=-7+28-35=-14

12 1  2 ⎥

x= Δx/Δ=-14/-20=0.7.

Δy=

⎢ 1   1 -1⎥

⎢ 2  -1  1⎥= 1(-2-12)-1(4-3)-1(24+3)=-14-1-27=-42

⎢ 3 12  2 ⎥

y= Δy/Δ=-42/-20=2.1.

Δz=

⎢ 1   2  1

⎢ 2  -3 -1⎥= 1(-36+1)-2(24+3)+1(2+9)=-35-54+11=-78

⎢ 3  1  12

z= Δz/Δ=-78/-20=3.9.

Therefore the solution using Cramer's Method is x=0.7, y=2.1, z=3.9.

This result satisfies the given equations:

0.7+4.2-3.9=1, 1.4-6.3+3.9=-1, 2.1+2.1+7.8=12.

by Top Rated User (1.2m points)

Related questions

1 answer
1 answer
asked Oct 10, 2011 in Algebra 2 Answers by anonymous | 4.5k views
1 answer
asked Feb 26, 2014 in Other Math Topics by Kanabesa Level 1 User (400 points) | 1.1k views
1 answer
asked Feb 26, 2014 in Other Math Topics by Kanabesa Level 1 User (400 points) | 816 views
1 answer
asked Feb 14, 2013 in Statistics Answers by anonymous | 1.4k views
1 answer
1 answer
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,285 answers
2,420 comments
736,583 users