Linear Function Definition for Matrices and Operations

Bungkai
Messages
1
Reaction score
0
Let A be a n x m matrix. Show that if the function y = f(x) defined for m x 1 matrices x by y = Ax satisfies the linearity property, then f(aw + bz) = af(w) + bf(z) for any real numbers a and b and any m x 1 matrices w and z.



Matrix Multiplication, vector addition, scalar-vector multiplication



Scalars - k1, k2
Vectors - u, v
Matrix - n x m matrix

f(aw + bz) = af(w) + bf(z)
A(k1u + k2v) = k1Au + k2Av

m x 1 matrices are the vectors u and v

multiplying scalars to vectors:
mk1 x k1 matrix
mk2 x k2 matrix



I'm not understanding how I am supposed to prove that this function is linear.
 
Physics news on Phys.org
Write the definition of Ax in terms of index summation for A and x.
 
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