Find Answers
High School
Calculus and Analysis
Algebra
Geometry
Statistics and Probability
Math Word Problem
Other
Physics
Math World Problem
College
Algebra
Statistics and Probability
Calculus and Analysis
Advanced Math
Physics
Get Study Tools
Math Solver
Ask Question
Login
Sign Up
College
Algebra
Linear algebra
Matrix transformations
All
Answered
Unanswered
Matrix Transformation Examples and Practice Problems
Recent questions in Matrix transformations
Linear algebra
Answered question
Angel Malone
2022-05-20
If A is not symmetric, then A represwnts a non-uniform scalling, followed by an anti-clockwise rotation by an angle of
θ
=
arctan
(
c
−
b
a
+
d
)
[
0
−
2
4
0
]
Linear algebra
Answered question
Monfredo0n
2022-05-20
Let
M
2
(
R
)
the vector space generated by all the square matrices of
2
×
2
. Consider the linear transformation
T
:
M
2
(
R
)
⟶
M
2
(
R
)
given by
T
(
A
)
=
A
T
(where
A
T
is the transpose of
A
). Calculate a basis for
M
2
(
R
)
such that the transformation
T
is represented by a diagonal matrix. Which are the possible values for the diagonal?
Linear algebra
Answered question
codosse2e
2022-05-20
How do I use matrix multiplication to find the reflection of (-1,2) about the x axis, y axis and the line y=x?
Linear algebra
Answered question
Liberty Mack
2022-05-20
Does there exist a matrix
A
for which
A
M
=
M
T
for every
M
. The answer to this is obviously no as I can vary the dimension of
M
. But now this lead me to think , if I take , lets say only
2
×
2
matrix into consideration. Now for a matrix
M
,
A
=
M
T
M
−
1
so
A
is not fixed and depends on
M
, but the operation follows all conditions of a linear transformation and I had read that any linear transformation can be represented as a matrix. So is the last statement wrong or my argument flawed?
Linear algebra
Answered question
codosse2e
2022-05-19
Finding alternate transformation matrix for similarity transformation
A pair of square matrices
X
and
Y
are called similar if there exists a nonsingular matrix
T
such that
T
−
1
X
T
=
Y
holds. It is known that the transformation matrix
T
is not unique for given
X
and
Y
. I'm just wondering whether those non-unique transformation matrices would have any relation among themselves, like having column vectors with same directions...
What I want to mean is: Given
X
and
Y
a pair of similar matrices, if
S
and
T
are two possible transformation matrices satisfying
S
−
1
X
S
=
T
−
1
X
T
=
Y
, is there any generic (apart from scaling) relation between
T
and
S
(e.g., direction of column vectors)?
For a specific example, consider
X
=
[
A
B
K
C
0
]
and
Y
=
[
A
+
A
−
1
B
K
C
−
A
−
1
B
K
C
A
−
1
B
K
C
−
K
C
A
−
1
B
]
. Assuming
K
to be invertible it can be shown that
X
and
Y
are similar with transformation matrix
T
=
[
I
−
A
−
1
B
0
K
−
1
]
. Can there be any other matrix
S
which will be independent of
K
, and would result
S
−
1
X
S
=
Y
?
Linear algebra
Answered question
Jazmine Bruce
2022-05-19
What is the general transformation matrix for a rotation of angle
θ
about the origin?
That is all the questions says, any one able to help me out, who may understand it better then me?
Linear algebra
Answered question
Chaz Blair
2022-05-19
Let
f
:
R
m
→
R
n
be a linear transformation. As is common knowledge, it can be expressed as an
n
×
m
matrix.
Linear algebra
Answered question
velitshh
2022-05-18
Find linear transformation matrix from a linear transformation matrix of its composition
Let's say that
V
is a vector space over the field
K
and suppose we have a linear transformation
f
∈
End
V
thats matrix is know on some basis.
How to find a matrix of a linear transformation
g
∈
End
V
on the same basis, so that
g
∘
g
=
f
.
For example if
V
is vector space over the field
Z
11
and matrix of linear transformation
f
∈
End
V
on some basis is
(
7
¯
3
¯
4
¯
0
¯
0
¯
6
¯
9
¯
6
¯
1
¯
9
¯
3
¯
1
¯
0
¯
2
¯
8
¯
5
¯
)
Find matrix of a linear transformation
g
∈
End
V
on the same basis, so that
g
∘
g
=
f
Linear algebra
Answered question
hushjelpw4
2022-05-18
Find covariance of matrix transformation
V
X
=
[
4
4
4
16
]
If
Y
1
=
X
1
+
2
and
Y
2
=
X
2
−
X
1
+
1
, then how do I find the variance matrix for
Y
?
I have tried the following where I emitted the constants as my guess is they don't affect variance:
C
o
v
(
Y
1
,
Y
1
)
=
C
o
v
(
X
1
,
X
1
)
=
V
a
r
(
X
1
)
=
4
C
o
v
(
Y
2
,
Y
2
)
=
C
o
v
(
X
2
−
X
1
,
X
2
−
X
1
)
=
C
o
v
(
X
2
,
X
2
−
X
1
)
−
C
o
v
(
X
1
,
X
2
−
X
1
)
=
C
o
v
(
X
2
,
X
2
)
−
C
o
v
(
X
2
,
X
1
)
−
C
o
v
(
X
1
,
X
2
)
+
C
o
v
(
X
1
,
X
1
)
=
16
−
4
−
4
+
4
=
12
Variance =
[
4
0
0
12
]
Linear algebra
Answered question
Cesar Mcguire
2022-05-17
I have to find components of a matrix for 3D transformation. I have a first system in which transformations are made by multiplying:
M
1
=
[
T
r
a
n
s
l
a
t
i
o
n
]
×
[
R
o
t
a
t
i
o
n
]
×
[
S
c
a
l
e
]
I want to have the same transformations in an engine who compute like this:
M
2
=
[
R
o
t
a
t
i
o
n
]
×
[
T
r
a
n
s
l
a
t
i
o
n
]
×
[
S
c
a
l
e
]
So when I enter the same values there's a problem due to the inversion of translation and rotation.
How can I compute the values in the last matrix
M
2
for having the same transformation?
Linear algebra
Answered question
kazue72949lard
2022-05-15
Which transformations include in the matrix?
do this matrix transformation options:
1) rotate and scaling
2) translate and scaling
3) scaling and rotate
4) not 1,2,3
[
1
0
1
0
0
1
0
0
1
]
Linear algebra
Answered question
sg101cp6vv
2022-05-15
Let
T
:
R
2
→
R
3
and
T
(
−
2
,
3
)
=
(
−
1
,
0
,
1
)
and
T
(
1
,
2
)
=
(
0
,
−
1
,
0
)
Obtain the canonical matrix of
T
and the transformation
T
(
x
,
y
)
.
Linear algebra
Answered question
Jaylene Duarte
2022-05-15
Let
Σ
be a symmetric positive definite matrix with ones on the diagonal (= correlation matrix).
Let
A
be an invertible matrix.
I'm pretty sure that if
Ω
:=
A
Σ
A
t
has ones on its diagonal, then
Ω
=
I
d
or
Ω
=
Σ
(which would correspond to
A
=
I
d
or
A
=
c
h
o
l
(
Σ
)
)
But I don't know how to proove it.
Linear algebra
Answered question
fetsBedscurce4why1
2022-05-14
Let
B
=
{
u
1
,
u
2
,
u
3
}
with
u
1
=
1
,
u
2
=
x
,
u
3
=
x
2
denote a basis for the space of polynomials of the second order polynomials
P
2
. Let
T
(
a
0
+
a
1
x
+
a
2
x
2
)
=
a
0
+
a
1
(
x
−
1
)
+
a
2
(
x
−
1
)
2
be a linear transformation form
P
2
to itself. Construct the representation matrix
[
T
]
B
B
.
.
Linear algebra
Answered question
ureji1c8r1
2022-05-13
We know that if we want to reflect any point over an origin, i.e.
O
(
0
,
0
)
, we can use matrix transformation like this
(
x
′
y
′
)
=
(
−
1
0
0
−
1
)
(
x
y
)
=
(
−
x
−
y
)
.
But, what if we reflect any point over another point
M
(
a
,
b
)
with
a
,
b
≠
0
Linear algebra
Answered question
kwisangqaquqw3
2022-05-13
How to formulate a transformation matrix for the following operation? Like all the examples I found are different and I can't understand how to solve this problem:
y
=
A
.
X
y
=
(
y
1
y
2
)
′
x
=
(
x
1
′
x
2
)
(
y
1
y
2
)
′
=
(
x
1
x
2
)
′
(
−
x
1
,
x
2
)
′
=
(
−
x
1
,
−
x
2
)
′
Linear algebra
Answered question
Deshawn Cabrera
2022-05-13
following matrix
[
2
0
0
2
]
Results in the shape being twice as small.
Now I am trying to use this matrix and apply it somewhere else, but because of the inverse scale I am unable to use it. Is there any way to normalize the scaling factor of a affine transformation matrix?
One last thing to note is the fact that the rotation applied, according to documentation is also reversed from standard formulas. Their rotation matrix would look something like this:
[
c
o
s
s
i
n
−
s
i
n
c
o
s
]
Linear algebra
Answered question
Derick Richard
2022-05-12
Two 3 dimensional points.
A
[
x
1
,
y
1
,
z
1
]
and
B
[
x
2
,
y
2
,
z
2
]
. Need to find a transformation matrix which when multiplied to A will give me B and when multiplied by B give me A. The transformation needs to be a reflection against the plane that's perpendicular to the middle of the AB segment and passing through the midpoint of the AB.
Linear algebra
Answered question
lifretatox8n
2022-05-12
In the vectorspace
R
2
two vectors are given (Which also form the basis a):
a
1
=
(
8
,
−
3
)
and
a
2
=
(
5
,
−
2
)
A linear mapping is determined by:
f
(
a
1
)
=
2
a
1
−
4
a
2
and
f
(
a
2
)
=
−
a
1
+
2
a
2
How can one determine the transformation matrix of f with respect to the standard e-basis?
Linear algebra
Answered question
Spencer Lutz
2022-04-12
For the displacement of the element by n rows from the identity matrix, the element should hold the value
(
1
2
)
n
in the transformed matrix.
Here are a few examples:
A
=
(
1
0
0
0
1
0
0
0
1
)
→
A
′
=
(
1
0
0
0
1
0
0
0
1
)
B
=
(
1
0
0
0
0
1
0
1
0
)
→
B
′
=
(
1
0
0
0
0
1
2
0
1
2
0
)
C
=
(
0
1
0
0
0
1
1
0
0
)
→
C
′
=
(
0
1
2
0
0
0
1
2
1
4
0
0
)
How can such a transformation be realized mathematically?
1
…
9
10
11
12
13
…
18
If you are dealing with linear algebra, the chances are high that you will encounter various questions related to matrix transformation. Turning to matrix transformation examples, you will also encounter various geometric transformations, yet these will always be based on algebraic analysis and calculations. The answers that we have presented to various challenges will help you to compare our solutions with your unique matrix transformation example that deals with linear transformation and mapping. Visual assistance is also included and will be essential to see how these are built with the help of the column vectors.
Linear algebra
Vectors and spaces
Matrix transformations
Alternate coordinate systems
Forms of linear equations