Matrix vector product and linear transformation proof

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
2 replies · 4K views
nobahar
Messages
482
Reaction score
2

Homework Statement


Hello!
Prove:
[tex]A(\vec{a}+\vec{b}) = A\vec{a} + A\vec{b}[/tex]
Where A is a matrix and T (in the following section) is a transformation.


Homework Equations


[tex]T(\vec{a}) + T(\vec{b}) = T(\vec{a}+\vec{b})[/tex]
[tex]T(\vec{a}) = A\vec{a}[/tex]
[tex]T(\vec{b}) = A\vec{b}[/tex]

The Attempt at a Solution


If [tex]\vec{a}+\vec{b} = \vec{c}[/tex]
[tex]T(\vec{a}+\vec{b}) = T(\vec{c}) = Ac = A(\vec{a}+\vec{b})[/tex]
[tex]T(\vec{a}+\vec{b}) = A(\vec{a}+\vec{b}) = T(\vec{a}) + T(\vec{b}) = A\vec{a} + A\vec{b}[/tex]

Is this a sufficient proof? I can do it the more arduous way, but I think this is a proof, isn’t it?
Any help appreciated.
 
Physics news on Phys.org
nobahar said:

Homework Statement


Hello!
Prove:
[tex]A(\vec{a}+\vec{b}) = A\vec{a} + A\vec{b}[/tex]
Where A is a matrix and T (in the following section) is a transformation.


Homework Equations


[tex]T(\vec{a}) + T(\vec{b}) = T(\vec{a}+\vec{b})[/tex]
[tex]T(\vec{a}) = A\vec{a}[/tex]
[tex]T(\vec{b}) = A\vec{b}[/tex]

The Attempt at a Solution


If [tex]\vec{a}+\vec{b} = \vec{c}[/tex]
[tex]T(\vec{a}+\vec{b}) = T(\vec{c}) = Ac = A(\vec{a}+\vec{b})[/tex]
[tex]T(\vec{a}+\vec{b}) = A(\vec{a}+\vec{b}) = T(\vec{a}) + T(\vec{b}) = A\vec{a} + A\vec{b}[/tex]

Is this a sufficient proof? I can do it the more arduous way, but I think this is a proof, isn’t it?
Any help appreciated.
I assume you are using the properties of a linear transformation. I would do it this way.

[tex]A(\vec{a} + \vec{b}) = T(\vec{a}+\vec{b}) = T(\vec{a}) + T(\vec{b}) = A\vec{a} +A\vec{b}[/tex]
 
Mark44 said:
I assume you are using the properties of a linear transformation. I would do it this way.

[tex]A(\vec{a} + \vec{b}) = T(\vec{a}+\vec{b}) = T(\vec{a}) + T(\vec{b}) = A\vec{a} +A\vec{b}[/tex]

Thanks Mark44.