Right. So I'm given these 3 matrices:

A= { 3 5 -2 }             B=  { 8    -5   -4    -1 }               C= { 4 3  2 }

      { -4 6 7 }                   { 49  32   61   40 }                   { 7 0 -3 }

      { 1  2 0 }                    { 7    -1    4      4 }                     { 8 6  4  }

 

I have to find Matrix X so that AX=B. and Show the matrix set-up, or explain why it's impossible, if  it is.
in Algebra 1 Answers 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.

2 Answers

Left multiply by A^-1 (A inverse) to get X = A^-1 * B.  A-inverse exists so long as the determinant of A does not equal zero.
by
Thank you, I did that and found X... but when i checked the answer (By multiplying X by A) it said ERROR and that the dimensions weren't the same, so does that mean it's impossible?

AX=B so if A' is the inverse of A: A'AX=A'B and X=A'B.

The determinant of A or |A|=(0+35+16)-(-12+42+0)=51-30=21 which is non-zero, so A' can be found.

Compute the inverse:

( -14 -7 -14 )......( -14     7 -14 ).....( -14 -4  47 )............( -14 -4  47 )

(    4  2     1 ) ⇒ (   -4     2   -1 ) ⇒ (    7  2 -29 ) ⇒ 1/21(    7  2 -29 )

(  47  29 38 ).....(   47 -29   38 ).....( -14 -1  38 )............( -14 -1  38 )
 

Compute X=A'B:

.......( -14 -4  47 ) (  8   -5 -4  -1 )......(  1       -5          0            2           )

1/21(    7  2 -29 ) ( 49 32 61 40 ) ⇒ (  433/3 638/21 1858/21 1417/21 )

.......( -14 -1  38 ) (  7  -1   4   4 )......( -445/3 760/21     47/21 -394/21 )

 

by Top Rated User (1.1m points)

Related questions

1 answer
asked May 13, 2021 in Algebra 2 Answers by help me plz | 348 views
1 answer
3 answers
2 answers
asked Sep 18, 2013 in Other Math Topics by anonymous | 841 views
1 answer
asked Aug 29, 2012 in Algebra 2 Answers by anonymous | 7.1k views
0 answers
asked Aug 7, 2012 in Algebra 2 Answers by anonymous | 675 views
2 answers
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,540 questions
99,812 answers
2,417 comments
523,738 users