Find determinant and trace of product of non square matrices












2














Let $B in M_{3,2}(mathbb{R})$,$C in M_{2,3}(mathbb{R})$ so that $BC=begin{pmatrix}2 & -2 & 3\
0 & 0 & 3\
0 & 0 & 3
end{pmatrix}$
. Find $det(CB)$ and $Tr(CB)$.

My attempt : I tried to compute the powers of $BC$ (I actually hoped that $BC$ was idempotent) and I saw that
$(BC)^n=begin{pmatrix}2^n & -2^n & 3^n\
0 & 0 & 3^n\
0 & 0 & 3^n
end{pmatrix}$
which doesn't really help.










share|cite|improve this question
























  • @PeterMelech $det(C)$ doesn't exist because are not squared matrix
    – Martín Vacas Vignolo
    1 hour ago










  • Yes sorry, I noticed already
    – Peter Melech
    1 hour ago










  • @Yanko the trace formula doesn't hold for any non square matrices even though in this case according to the answer key it does.
    – Math Guy
    1 hour ago












  • @MathGuy Ok I believe you, anyway I post an answer without using this.
    – Yanko
    1 hour ago
















2














Let $B in M_{3,2}(mathbb{R})$,$C in M_{2,3}(mathbb{R})$ so that $BC=begin{pmatrix}2 & -2 & 3\
0 & 0 & 3\
0 & 0 & 3
end{pmatrix}$
. Find $det(CB)$ and $Tr(CB)$.

My attempt : I tried to compute the powers of $BC$ (I actually hoped that $BC$ was idempotent) and I saw that
$(BC)^n=begin{pmatrix}2^n & -2^n & 3^n\
0 & 0 & 3^n\
0 & 0 & 3^n
end{pmatrix}$
which doesn't really help.










share|cite|improve this question
























  • @PeterMelech $det(C)$ doesn't exist because are not squared matrix
    – Martín Vacas Vignolo
    1 hour ago










  • Yes sorry, I noticed already
    – Peter Melech
    1 hour ago










  • @Yanko the trace formula doesn't hold for any non square matrices even though in this case according to the answer key it does.
    – Math Guy
    1 hour ago












  • @MathGuy Ok I believe you, anyway I post an answer without using this.
    – Yanko
    1 hour ago














2












2








2







Let $B in M_{3,2}(mathbb{R})$,$C in M_{2,3}(mathbb{R})$ so that $BC=begin{pmatrix}2 & -2 & 3\
0 & 0 & 3\
0 & 0 & 3
end{pmatrix}$
. Find $det(CB)$ and $Tr(CB)$.

My attempt : I tried to compute the powers of $BC$ (I actually hoped that $BC$ was idempotent) and I saw that
$(BC)^n=begin{pmatrix}2^n & -2^n & 3^n\
0 & 0 & 3^n\
0 & 0 & 3^n
end{pmatrix}$
which doesn't really help.










share|cite|improve this question















Let $B in M_{3,2}(mathbb{R})$,$C in M_{2,3}(mathbb{R})$ so that $BC=begin{pmatrix}2 & -2 & 3\
0 & 0 & 3\
0 & 0 & 3
end{pmatrix}$
. Find $det(CB)$ and $Tr(CB)$.

My attempt : I tried to compute the powers of $BC$ (I actually hoped that $BC$ was idempotent) and I saw that
$(BC)^n=begin{pmatrix}2^n & -2^n & 3^n\
0 & 0 & 3^n\
0 & 0 & 3^n
end{pmatrix}$
which doesn't really help.







linear-algebra matrices






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited 1 hour ago

























asked 2 hours ago









Math Guy

405




405












  • @PeterMelech $det(C)$ doesn't exist because are not squared matrix
    – Martín Vacas Vignolo
    1 hour ago










  • Yes sorry, I noticed already
    – Peter Melech
    1 hour ago










  • @Yanko the trace formula doesn't hold for any non square matrices even though in this case according to the answer key it does.
    – Math Guy
    1 hour ago












  • @MathGuy Ok I believe you, anyway I post an answer without using this.
    – Yanko
    1 hour ago


















  • @PeterMelech $det(C)$ doesn't exist because are not squared matrix
    – Martín Vacas Vignolo
    1 hour ago










  • Yes sorry, I noticed already
    – Peter Melech
    1 hour ago










  • @Yanko the trace formula doesn't hold for any non square matrices even though in this case according to the answer key it does.
    – Math Guy
    1 hour ago












  • @MathGuy Ok I believe you, anyway I post an answer without using this.
    – Yanko
    1 hour ago
















@PeterMelech $det(C)$ doesn't exist because are not squared matrix
– Martín Vacas Vignolo
1 hour ago




@PeterMelech $det(C)$ doesn't exist because are not squared matrix
– Martín Vacas Vignolo
1 hour ago












Yes sorry, I noticed already
– Peter Melech
1 hour ago




Yes sorry, I noticed already
– Peter Melech
1 hour ago












@Yanko the trace formula doesn't hold for any non square matrices even though in this case according to the answer key it does.
– Math Guy
1 hour ago






@Yanko the trace formula doesn't hold for any non square matrices even though in this case according to the answer key it does.
– Math Guy
1 hour ago














@MathGuy Ok I believe you, anyway I post an answer without using this.
– Yanko
1 hour ago




@MathGuy Ok I believe you, anyway I post an answer without using this.
– Yanko
1 hour ago










1 Answer
1






active

oldest

votes


















4














You need to work with this:



The trace of a matrix is the sum of the eigenvalues and the determinant is the product.



It is not hard to see that the eigenvalues of $BC$ are $2,3,0$. Let $v_1,v_2$ be the eigenvectors correspond to $2,3$ (you will see why we can't use the eigenvector for $0$ soon).



Consider the matrix $CB$ and look at the vectors $Cv_1,Cv_2$. Then $$CB(Cv_i) = C(BCv_i)=lambda_i Cv_i$$ therefore since $Cv_inot = 0$ (otherwise $BCv_i=0$) we have that $2,3$ are eigenvalues of $CB$ which means that the determinant is $6$ and the trace is $5$.






share|cite|improve this answer

















  • 1




    Excellent solution,congratulations !
    – Math Guy
    1 hour ago











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3055855%2ffind-determinant-and-trace-of-product-of-non-square-matrices%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









4














You need to work with this:



The trace of a matrix is the sum of the eigenvalues and the determinant is the product.



It is not hard to see that the eigenvalues of $BC$ are $2,3,0$. Let $v_1,v_2$ be the eigenvectors correspond to $2,3$ (you will see why we can't use the eigenvector for $0$ soon).



Consider the matrix $CB$ and look at the vectors $Cv_1,Cv_2$. Then $$CB(Cv_i) = C(BCv_i)=lambda_i Cv_i$$ therefore since $Cv_inot = 0$ (otherwise $BCv_i=0$) we have that $2,3$ are eigenvalues of $CB$ which means that the determinant is $6$ and the trace is $5$.






share|cite|improve this answer

















  • 1




    Excellent solution,congratulations !
    – Math Guy
    1 hour ago
















4














You need to work with this:



The trace of a matrix is the sum of the eigenvalues and the determinant is the product.



It is not hard to see that the eigenvalues of $BC$ are $2,3,0$. Let $v_1,v_2$ be the eigenvectors correspond to $2,3$ (you will see why we can't use the eigenvector for $0$ soon).



Consider the matrix $CB$ and look at the vectors $Cv_1,Cv_2$. Then $$CB(Cv_i) = C(BCv_i)=lambda_i Cv_i$$ therefore since $Cv_inot = 0$ (otherwise $BCv_i=0$) we have that $2,3$ are eigenvalues of $CB$ which means that the determinant is $6$ and the trace is $5$.






share|cite|improve this answer

















  • 1




    Excellent solution,congratulations !
    – Math Guy
    1 hour ago














4












4








4






You need to work with this:



The trace of a matrix is the sum of the eigenvalues and the determinant is the product.



It is not hard to see that the eigenvalues of $BC$ are $2,3,0$. Let $v_1,v_2$ be the eigenvectors correspond to $2,3$ (you will see why we can't use the eigenvector for $0$ soon).



Consider the matrix $CB$ and look at the vectors $Cv_1,Cv_2$. Then $$CB(Cv_i) = C(BCv_i)=lambda_i Cv_i$$ therefore since $Cv_inot = 0$ (otherwise $BCv_i=0$) we have that $2,3$ are eigenvalues of $CB$ which means that the determinant is $6$ and the trace is $5$.






share|cite|improve this answer












You need to work with this:



The trace of a matrix is the sum of the eigenvalues and the determinant is the product.



It is not hard to see that the eigenvalues of $BC$ are $2,3,0$. Let $v_1,v_2$ be the eigenvectors correspond to $2,3$ (you will see why we can't use the eigenvector for $0$ soon).



Consider the matrix $CB$ and look at the vectors $Cv_1,Cv_2$. Then $$CB(Cv_i) = C(BCv_i)=lambda_i Cv_i$$ therefore since $Cv_inot = 0$ (otherwise $BCv_i=0$) we have that $2,3$ are eigenvalues of $CB$ which means that the determinant is $6$ and the trace is $5$.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered 1 hour ago









Yanko

6,029724




6,029724








  • 1




    Excellent solution,congratulations !
    – Math Guy
    1 hour ago














  • 1




    Excellent solution,congratulations !
    – Math Guy
    1 hour ago








1




1




Excellent solution,congratulations !
– Math Guy
1 hour ago




Excellent solution,congratulations !
– Math Guy
1 hour ago


















draft saved

draft discarded




















































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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3055855%2ffind-determinant-and-trace-of-product-of-non-square-matrices%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

サソリ

広島県道265号伴広島線

Setup Asymptote in Texstudio