Proving the that inverse of the rotation matrix is equal to the transformation.If $AB = I$ then $BA =...
Determine voltage drop over 10G resistors with cheap multimeter
How do you justify more code being written by following clean code practices?
Could any one tell what PN is this Chip? Thanks~
Do I need to convey a moral for each of my blog post?
Hackerrank All Women's Codesprint 2019: Name the Product
Output visual diagram of picture
Can a university suspend a student even when he has left university?
Would this string work as string?
Homology of the fiber
Was World War I a war of liberals against authoritarians?
Why is there so much iron?
PTIJ: Why do we make a Lulav holder?
Does the Shadow Magic sorcerer's Eyes of the Dark feature work on all Darkness spells or just his/her own?
label a part of commutative diagram
When should a starting writer get his own webpage?
Nested Dynamic SOQL Query
Why do I have a large white artefact on the rendered image?
Pre-Employment Background Check With Consent For Future Checks
Is there any common country to visit for uk and schengen visa?
Why is "la Gestapo" feminine?
Have any astronauts/cosmonauts died in space?
DisplayForm problem with pi in FractionBox
Are hand made posters acceptable in Academia?
Animating wave motion in water
Proving the that inverse of the rotation matrix is equal to the transformation.
If $AB = I$ then $BA = I$connection between graphs and the eigenvectors of their matrix representationThe transpose of a permutation matrix is its inverse.Understanding matrices as linear transformations & Relationship with Gaussian Elimination and Bézout's Identitythe rank of a matrix and its inverse are always equalThe meaning of Inverse MatrixMatrix that gives the inverse of a matrix.The matrix equation for solving a straight linePseudo inverse of a singular value decomposition SVD is equal to its “real” inverse for a square matrix?Finding the inverse of linear transformation using matrixprove that the function g(x)=x does not belong in W=sp{1,cosx,sinx} .
$begingroup$
I am trying to prove that:
If I have the matrix Mrot = [[cosx,-sinx],[sinx,cosx]] , the inverse and the transpose are the same.
I understand the inverse acts as a sort of "inverse button" but,I cannot see how the inverse and transpose matrices are the same. I am currently in freshman linear algebra.
Thanks
linear-algebra proof-writing
$endgroup$
add a comment |
$begingroup$
I am trying to prove that:
If I have the matrix Mrot = [[cosx,-sinx],[sinx,cosx]] , the inverse and the transpose are the same.
I understand the inverse acts as a sort of "inverse button" but,I cannot see how the inverse and transpose matrices are the same. I am currently in freshman linear algebra.
Thanks
linear-algebra proof-writing
$endgroup$
$begingroup$
What methods do you know to find the inverse of a matrix?
$endgroup$
– Aniruddha Deshmukh
Mar 12 at 4:37
$begingroup$
I can do guassian elimination or use the methods of cofactors and minors. I am also permitted to use the inversion formula for 2 by 2.
$endgroup$
– MCC
Mar 12 at 4:38
$begingroup$
It's much easier to take the transpose than to compute the inverse. Take the transpose and prove it is the inverse by matrix multiplication (see my answer below).
$endgroup$
– parsiad
Mar 12 at 4:39
add a comment |
$begingroup$
I am trying to prove that:
If I have the matrix Mrot = [[cosx,-sinx],[sinx,cosx]] , the inverse and the transpose are the same.
I understand the inverse acts as a sort of "inverse button" but,I cannot see how the inverse and transpose matrices are the same. I am currently in freshman linear algebra.
Thanks
linear-algebra proof-writing
$endgroup$
I am trying to prove that:
If I have the matrix Mrot = [[cosx,-sinx],[sinx,cosx]] , the inverse and the transpose are the same.
I understand the inverse acts as a sort of "inverse button" but,I cannot see how the inverse and transpose matrices are the same. I am currently in freshman linear algebra.
Thanks
linear-algebra proof-writing
linear-algebra proof-writing
asked Mar 12 at 4:34
MCCMCC
215
215
$begingroup$
What methods do you know to find the inverse of a matrix?
$endgroup$
– Aniruddha Deshmukh
Mar 12 at 4:37
$begingroup$
I can do guassian elimination or use the methods of cofactors and minors. I am also permitted to use the inversion formula for 2 by 2.
$endgroup$
– MCC
Mar 12 at 4:38
$begingroup$
It's much easier to take the transpose than to compute the inverse. Take the transpose and prove it is the inverse by matrix multiplication (see my answer below).
$endgroup$
– parsiad
Mar 12 at 4:39
add a comment |
$begingroup$
What methods do you know to find the inverse of a matrix?
$endgroup$
– Aniruddha Deshmukh
Mar 12 at 4:37
$begingroup$
I can do guassian elimination or use the methods of cofactors and minors. I am also permitted to use the inversion formula for 2 by 2.
$endgroup$
– MCC
Mar 12 at 4:38
$begingroup$
It's much easier to take the transpose than to compute the inverse. Take the transpose and prove it is the inverse by matrix multiplication (see my answer below).
$endgroup$
– parsiad
Mar 12 at 4:39
$begingroup$
What methods do you know to find the inverse of a matrix?
$endgroup$
– Aniruddha Deshmukh
Mar 12 at 4:37
$begingroup$
What methods do you know to find the inverse of a matrix?
$endgroup$
– Aniruddha Deshmukh
Mar 12 at 4:37
$begingroup$
I can do guassian elimination or use the methods of cofactors and minors. I am also permitted to use the inversion formula for 2 by 2.
$endgroup$
– MCC
Mar 12 at 4:38
$begingroup$
I can do guassian elimination or use the methods of cofactors and minors. I am also permitted to use the inversion formula for 2 by 2.
$endgroup$
– MCC
Mar 12 at 4:38
$begingroup$
It's much easier to take the transpose than to compute the inverse. Take the transpose and prove it is the inverse by matrix multiplication (see my answer below).
$endgroup$
– parsiad
Mar 12 at 4:39
$begingroup$
It's much easier to take the transpose than to compute the inverse. Take the transpose and prove it is the inverse by matrix multiplication (see my answer below).
$endgroup$
– parsiad
Mar 12 at 4:39
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You can prove this by direct computation.
Take the transpose of $M$ to get
$$
M^{intercal}=begin{pmatrix}cos x & sin x\
-sin x & cos x
end{pmatrix}.
$$
Multiply this by $M$ to get
$$
MM^{intercal}=begin{pmatrix}cos(x)^{2}+sin(x)^{2}\
& cos(x)^{2}+sin(x)^{2}
end{pmatrix}
$$
and apply a certain famous identity.
$endgroup$
$begingroup$
We will also need to prove that $M^TM = I$ so that $M^T = M^{-1}$.
$endgroup$
– Aniruddha Deshmukh
Mar 12 at 4:42
$begingroup$
Indeed. See here.
$endgroup$
– parsiad
Mar 12 at 4:45
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f3144659%2fproving-the-that-inverse-of-the-rotation-matrix-is-equal-to-the-transformation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You can prove this by direct computation.
Take the transpose of $M$ to get
$$
M^{intercal}=begin{pmatrix}cos x & sin x\
-sin x & cos x
end{pmatrix}.
$$
Multiply this by $M$ to get
$$
MM^{intercal}=begin{pmatrix}cos(x)^{2}+sin(x)^{2}\
& cos(x)^{2}+sin(x)^{2}
end{pmatrix}
$$
and apply a certain famous identity.
$endgroup$
$begingroup$
We will also need to prove that $M^TM = I$ so that $M^T = M^{-1}$.
$endgroup$
– Aniruddha Deshmukh
Mar 12 at 4:42
$begingroup$
Indeed. See here.
$endgroup$
– parsiad
Mar 12 at 4:45
add a comment |
$begingroup$
You can prove this by direct computation.
Take the transpose of $M$ to get
$$
M^{intercal}=begin{pmatrix}cos x & sin x\
-sin x & cos x
end{pmatrix}.
$$
Multiply this by $M$ to get
$$
MM^{intercal}=begin{pmatrix}cos(x)^{2}+sin(x)^{2}\
& cos(x)^{2}+sin(x)^{2}
end{pmatrix}
$$
and apply a certain famous identity.
$endgroup$
$begingroup$
We will also need to prove that $M^TM = I$ so that $M^T = M^{-1}$.
$endgroup$
– Aniruddha Deshmukh
Mar 12 at 4:42
$begingroup$
Indeed. See here.
$endgroup$
– parsiad
Mar 12 at 4:45
add a comment |
$begingroup$
You can prove this by direct computation.
Take the transpose of $M$ to get
$$
M^{intercal}=begin{pmatrix}cos x & sin x\
-sin x & cos x
end{pmatrix}.
$$
Multiply this by $M$ to get
$$
MM^{intercal}=begin{pmatrix}cos(x)^{2}+sin(x)^{2}\
& cos(x)^{2}+sin(x)^{2}
end{pmatrix}
$$
and apply a certain famous identity.
$endgroup$
You can prove this by direct computation.
Take the transpose of $M$ to get
$$
M^{intercal}=begin{pmatrix}cos x & sin x\
-sin x & cos x
end{pmatrix}.
$$
Multiply this by $M$ to get
$$
MM^{intercal}=begin{pmatrix}cos(x)^{2}+sin(x)^{2}\
& cos(x)^{2}+sin(x)^{2}
end{pmatrix}
$$
and apply a certain famous identity.
answered Mar 12 at 4:38
parsiadparsiad
18.5k32453
18.5k32453
$begingroup$
We will also need to prove that $M^TM = I$ so that $M^T = M^{-1}$.
$endgroup$
– Aniruddha Deshmukh
Mar 12 at 4:42
$begingroup$
Indeed. See here.
$endgroup$
– parsiad
Mar 12 at 4:45
add a comment |
$begingroup$
We will also need to prove that $M^TM = I$ so that $M^T = M^{-1}$.
$endgroup$
– Aniruddha Deshmukh
Mar 12 at 4:42
$begingroup$
Indeed. See here.
$endgroup$
– parsiad
Mar 12 at 4:45
$begingroup$
We will also need to prove that $M^TM = I$ so that $M^T = M^{-1}$.
$endgroup$
– Aniruddha Deshmukh
Mar 12 at 4:42
$begingroup$
We will also need to prove that $M^TM = I$ so that $M^T = M^{-1}$.
$endgroup$
– Aniruddha Deshmukh
Mar 12 at 4:42
$begingroup$
Indeed. See here.
$endgroup$
– parsiad
Mar 12 at 4:45
$begingroup$
Indeed. See here.
$endgroup$
– parsiad
Mar 12 at 4:45
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
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%2f3144659%2fproving-the-that-inverse-of-the-rotation-matrix-is-equal-to-the-transformation%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
$begingroup$
What methods do you know to find the inverse of a matrix?
$endgroup$
– Aniruddha Deshmukh
Mar 12 at 4:37
$begingroup$
I can do guassian elimination or use the methods of cofactors and minors. I am also permitted to use the inversion formula for 2 by 2.
$endgroup$
– MCC
Mar 12 at 4:38
$begingroup$
It's much easier to take the transpose than to compute the inverse. Take the transpose and prove it is the inverse by matrix multiplication (see my answer below).
$endgroup$
– parsiad
Mar 12 at 4:39