Linear Algebra Systems of Equations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
lina29
Messages
84
Reaction score
0

Homework Statement


Consider the following two system of equations:

y[itex]_{1}[/itex]=-2x[itex]_{1}[/itex]-x[itex]_{2}[/itex]+2x[itex]_{3}[/itex]
y[itex]_{2}[/itex]=2x[itex]_{1}[/itex]+2x[itex]_{2}[/itex]-3x[itex]_{3}[/itex]
y[itex]_{3}[/itex]=-2x[itex]_{1}[/itex]-2x[itex]_{2}[/itex]+2x[itex]_{3}[/itex]

and

z[itex]_{1}[/itex]=3y[itex]_{1}[/itex]-4y[itex]_{2}[/itex]-3y[itex]_{3}[/itex]
z[itex]_{1}[/itex]=3y[itex]_{1}[/itex]-y[itex]_{2}[/itex]-4y[itex]_{3}[/itex]

Rewrite these 2 systems as Ax=y and By=z. Use this to get C so that Cx=z.
a) What is the matrix C?

B) Find the RREF matrix D which is row equivalent to the augmented matrix [C|z]

The Attempt at a Solution


My initial thought was that the matrix A would be:
-2 -1 2
2 2 -3
-2 -2 2

and matrix B:
3 -4 -3
3 -1 -4
and that C would be the product of A and B. However, I realized that since the column of A isn't the same as the row of B I couldn't form a product with them. I'm lost on how to find the matrix C. Do I need to invert a matrix in order to find C (the product)?
 
Physics news on Phys.org
I'm sorry I don't understand what you mean. Are you saying the matrix A is right but I would have to substitute matrix B with Ax instead of y? I don't get how I would replace y with Ax. My thought is that i would multiply the coefficients of y in the matrix b with the coefficients of x in matrix a.
 
lina29 said:
I don't get how I would replace y with Ax.

Well, you had y=Ax and z=By, so replacing y with Ax gives: z=BAx. I think you came across problems because you tried to calculate AB (which is the wrong order).