Linear Algebra: linear equations

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
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top