Linear Algebra: linear 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
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?
 
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