What does it mean geometrically to add two matrices?
up vote
6
down vote
favorite
If you think of matrix-vector multiplication geometrically as a linear transformation to a new coordinate system and matrix-matrix multiplication as the composition of two separate linear transformations, what does it mean to add two matrices together?
Would it make sense to think of it in terms of adding each basis vector separately to create a new set of basis vectors?
linear-algebra matrices
New contributor
add a comment |
up vote
6
down vote
favorite
If you think of matrix-vector multiplication geometrically as a linear transformation to a new coordinate system and matrix-matrix multiplication as the composition of two separate linear transformations, what does it mean to add two matrices together?
Would it make sense to think of it in terms of adding each basis vector separately to create a new set of basis vectors?
linear-algebra matrices
New contributor
1
You can think of it as adding basis vectors. But beware that after the addition, the new set of vectors may not be independent any more.
– P. Factor
11 hours ago
add a comment |
up vote
6
down vote
favorite
up vote
6
down vote
favorite
If you think of matrix-vector multiplication geometrically as a linear transformation to a new coordinate system and matrix-matrix multiplication as the composition of two separate linear transformations, what does it mean to add two matrices together?
Would it make sense to think of it in terms of adding each basis vector separately to create a new set of basis vectors?
linear-algebra matrices
New contributor
If you think of matrix-vector multiplication geometrically as a linear transformation to a new coordinate system and matrix-matrix multiplication as the composition of two separate linear transformations, what does it mean to add two matrices together?
Would it make sense to think of it in terms of adding each basis vector separately to create a new set of basis vectors?
linear-algebra matrices
linear-algebra matrices
New contributor
New contributor
edited 11 hours ago
New contributor
asked 11 hours ago
hlinee
313
313
New contributor
New contributor
1
You can think of it as adding basis vectors. But beware that after the addition, the new set of vectors may not be independent any more.
– P. Factor
11 hours ago
add a comment |
1
You can think of it as adding basis vectors. But beware that after the addition, the new set of vectors may not be independent any more.
– P. Factor
11 hours ago
1
1
You can think of it as adding basis vectors. But beware that after the addition, the new set of vectors may not be independent any more.
– P. Factor
11 hours ago
You can think of it as adding basis vectors. But beware that after the addition, the new set of vectors may not be independent any more.
– P. Factor
11 hours ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
6
down vote
Linearity works both ways. That is,
$$
(A+B)vec{v} = Avec{v} + Bvec{v}.
$$
Thus, you can think of the linear transformation defined by $A+B$ as applied to the vector $vec{v}$ as addition of the images under $A$ and $B$, separately, added together.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
Linearity works both ways. That is,
$$
(A+B)vec{v} = Avec{v} + Bvec{v}.
$$
Thus, you can think of the linear transformation defined by $A+B$ as applied to the vector $vec{v}$ as addition of the images under $A$ and $B$, separately, added together.
add a comment |
up vote
6
down vote
Linearity works both ways. That is,
$$
(A+B)vec{v} = Avec{v} + Bvec{v}.
$$
Thus, you can think of the linear transformation defined by $A+B$ as applied to the vector $vec{v}$ as addition of the images under $A$ and $B$, separately, added together.
add a comment |
up vote
6
down vote
up vote
6
down vote
Linearity works both ways. That is,
$$
(A+B)vec{v} = Avec{v} + Bvec{v}.
$$
Thus, you can think of the linear transformation defined by $A+B$ as applied to the vector $vec{v}$ as addition of the images under $A$ and $B$, separately, added together.
Linearity works both ways. That is,
$$
(A+B)vec{v} = Avec{v} + Bvec{v}.
$$
Thus, you can think of the linear transformation defined by $A+B$ as applied to the vector $vec{v}$ as addition of the images under $A$ and $B$, separately, added together.
answered 11 hours ago
Mark McClure
23.1k34170
23.1k34170
add a comment |
add a comment |
hlinee is a new contributor. Be nice, and check out our Code of Conduct.
hlinee is a new contributor. Be nice, and check out our Code of Conduct.
hlinee is a new contributor. Be nice, and check out our Code of Conduct.
hlinee is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3006694%2fwhat-does-it-mean-geometrically-to-add-two-matrices%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
You can think of it as adding basis vectors. But beware that after the addition, the new set of vectors may not be independent any more.
– P. Factor
11 hours ago