Linear Algebra: linear equations

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Amy-Lee
Messages
27
Reaction score
0
Show that if u and v are solutions of the linear system Ax = b, then w = 1/4 u + 3/4 v is also a solution of Ax = b.
 
Physics news on Phys.org
Just plug it in and use the fact that matrix multiplication is linear.
 
Plug what? where?

Ax=b, then b=uv ? and uv=w? uv = 1/4u + 3/4v?
 
You want to show that w "is also a solution of Ax= b".

So "plug" w in for x: Aw= what? Use the fact that w= (1/4)u+ (3/4)v and that A is a linear transformation.
 
Amy-Lee said:
Show that if u and v are solutions of the linear system Ax = b, then w = 1/4 u + 3/4 v is also a solution of Ax = b.
Amy-Lee said:
Plug what? where?

Ax=b, then b=uv ? and uv=w? uv = 1/4u + 3/4v?

Amy-Lee, forget x …

you know that Au = b and Av = b,

so just carry on from there. :wink:
 
tiny-tim said:
Amy-Lee, forget x …

you know that Au = b and Av = b,

so just carry on from there. :wink:

thanks TT, I will try that