Trace of Linear Transformations











up vote
1
down vote

favorite
1












I need to find the trace of the following powers of linear transformation which is already given.
enter image description here



My doubt is that Is there any better way than finding the matrix of linear transformation and then taking it's powers.
Because it will involve quite a lot of calculation as we will have a 10× 10 matrix.
Am I missing any trick??
Thanks and regards.










share|cite|improve this question






















  • Try computing eigenvalues. Note that there are some relatively obvious invariant subspaces, such as $operatorname{span}(1)$, $operatorname{span}(X, X^2)$, $operatorname{span}(X^3, X^4, X^5)$ and $operatorname{span}(X^6, X^7, X^8, X^9)$. You can break these subspaces down to eigenspaces without too much hassle.
    – Theo Bendit
    Nov 13 at 13:37






  • 2




    Or, given that this transformation just permutes monomials, computing powers is pretty easy to do.
    – Theo Bendit
    Nov 13 at 13:39










  • It will be helpful if you can elaborate a bit as an answer.
    – Devendra Singh Rana
    Nov 13 at 13:41















up vote
1
down vote

favorite
1












I need to find the trace of the following powers of linear transformation which is already given.
enter image description here



My doubt is that Is there any better way than finding the matrix of linear transformation and then taking it's powers.
Because it will involve quite a lot of calculation as we will have a 10× 10 matrix.
Am I missing any trick??
Thanks and regards.










share|cite|improve this question






















  • Try computing eigenvalues. Note that there are some relatively obvious invariant subspaces, such as $operatorname{span}(1)$, $operatorname{span}(X, X^2)$, $operatorname{span}(X^3, X^4, X^5)$ and $operatorname{span}(X^6, X^7, X^8, X^9)$. You can break these subspaces down to eigenspaces without too much hassle.
    – Theo Bendit
    Nov 13 at 13:37






  • 2




    Or, given that this transformation just permutes monomials, computing powers is pretty easy to do.
    – Theo Bendit
    Nov 13 at 13:39










  • It will be helpful if you can elaborate a bit as an answer.
    – Devendra Singh Rana
    Nov 13 at 13:41













up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





I need to find the trace of the following powers of linear transformation which is already given.
enter image description here



My doubt is that Is there any better way than finding the matrix of linear transformation and then taking it's powers.
Because it will involve quite a lot of calculation as we will have a 10× 10 matrix.
Am I missing any trick??
Thanks and regards.










share|cite|improve this question













I need to find the trace of the following powers of linear transformation which is already given.
enter image description here



My doubt is that Is there any better way than finding the matrix of linear transformation and then taking it's powers.
Because it will involve quite a lot of calculation as we will have a 10× 10 matrix.
Am I missing any trick??
Thanks and regards.







linear-algebra linear-transformations






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 13 at 13:31









Devendra Singh Rana

744216




744216












  • Try computing eigenvalues. Note that there are some relatively obvious invariant subspaces, such as $operatorname{span}(1)$, $operatorname{span}(X, X^2)$, $operatorname{span}(X^3, X^4, X^5)$ and $operatorname{span}(X^6, X^7, X^8, X^9)$. You can break these subspaces down to eigenspaces without too much hassle.
    – Theo Bendit
    Nov 13 at 13:37






  • 2




    Or, given that this transformation just permutes monomials, computing powers is pretty easy to do.
    – Theo Bendit
    Nov 13 at 13:39










  • It will be helpful if you can elaborate a bit as an answer.
    – Devendra Singh Rana
    Nov 13 at 13:41


















  • Try computing eigenvalues. Note that there are some relatively obvious invariant subspaces, such as $operatorname{span}(1)$, $operatorname{span}(X, X^2)$, $operatorname{span}(X^3, X^4, X^5)$ and $operatorname{span}(X^6, X^7, X^8, X^9)$. You can break these subspaces down to eigenspaces without too much hassle.
    – Theo Bendit
    Nov 13 at 13:37






  • 2




    Or, given that this transformation just permutes monomials, computing powers is pretty easy to do.
    – Theo Bendit
    Nov 13 at 13:39










  • It will be helpful if you can elaborate a bit as an answer.
    – Devendra Singh Rana
    Nov 13 at 13:41
















Try computing eigenvalues. Note that there are some relatively obvious invariant subspaces, such as $operatorname{span}(1)$, $operatorname{span}(X, X^2)$, $operatorname{span}(X^3, X^4, X^5)$ and $operatorname{span}(X^6, X^7, X^8, X^9)$. You can break these subspaces down to eigenspaces without too much hassle.
– Theo Bendit
Nov 13 at 13:37




Try computing eigenvalues. Note that there are some relatively obvious invariant subspaces, such as $operatorname{span}(1)$, $operatorname{span}(X, X^2)$, $operatorname{span}(X^3, X^4, X^5)$ and $operatorname{span}(X^6, X^7, X^8, X^9)$. You can break these subspaces down to eigenspaces without too much hassle.
– Theo Bendit
Nov 13 at 13:37




2




2




Or, given that this transformation just permutes monomials, computing powers is pretty easy to do.
– Theo Bendit
Nov 13 at 13:39




Or, given that this transformation just permutes monomials, computing powers is pretty easy to do.
– Theo Bendit
Nov 13 at 13:39












It will be helpful if you can elaborate a bit as an answer.
– Devendra Singh Rana
Nov 13 at 13:41




It will be helpful if you can elaborate a bit as an answer.
– Devendra Singh Rana
Nov 13 at 13:41










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










You have a 10x10 matrix indeed, but a really specific one.



Hint: Note that





  • $T(a_0)=a_0$


  • $X$ and $X^2$ coefficients are "mixed up"

  • So are $X^3$, $X^4$ and $X^5$ coefficients

  • Same with $X^i, iin {6,ldots,9}$


Treat each "block" separatly, and arrange them to form a block diagonal matrix






share|cite|improve this answer























  • We need to evaluate powers of these diagonal blocks@F.Carette right??
    – Devendra Singh Rana
    Nov 13 at 14:01










  • You're right. And as theses are just permutations, a block to the right power will be nothing more than the identity matrix.
    – F.Carette
    Nov 13 at 14:18











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',
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%2f2996733%2ftrace-of-linear-transformations%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








up vote
1
down vote



accepted










You have a 10x10 matrix indeed, but a really specific one.



Hint: Note that





  • $T(a_0)=a_0$


  • $X$ and $X^2$ coefficients are "mixed up"

  • So are $X^3$, $X^4$ and $X^5$ coefficients

  • Same with $X^i, iin {6,ldots,9}$


Treat each "block" separatly, and arrange them to form a block diagonal matrix






share|cite|improve this answer























  • We need to evaluate powers of these diagonal blocks@F.Carette right??
    – Devendra Singh Rana
    Nov 13 at 14:01










  • You're right. And as theses are just permutations, a block to the right power will be nothing more than the identity matrix.
    – F.Carette
    Nov 13 at 14:18















up vote
1
down vote



accepted










You have a 10x10 matrix indeed, but a really specific one.



Hint: Note that





  • $T(a_0)=a_0$


  • $X$ and $X^2$ coefficients are "mixed up"

  • So are $X^3$, $X^4$ and $X^5$ coefficients

  • Same with $X^i, iin {6,ldots,9}$


Treat each "block" separatly, and arrange them to form a block diagonal matrix






share|cite|improve this answer























  • We need to evaluate powers of these diagonal blocks@F.Carette right??
    – Devendra Singh Rana
    Nov 13 at 14:01










  • You're right. And as theses are just permutations, a block to the right power will be nothing more than the identity matrix.
    – F.Carette
    Nov 13 at 14:18













up vote
1
down vote



accepted







up vote
1
down vote



accepted






You have a 10x10 matrix indeed, but a really specific one.



Hint: Note that





  • $T(a_0)=a_0$


  • $X$ and $X^2$ coefficients are "mixed up"

  • So are $X^3$, $X^4$ and $X^5$ coefficients

  • Same with $X^i, iin {6,ldots,9}$


Treat each "block" separatly, and arrange them to form a block diagonal matrix






share|cite|improve this answer














You have a 10x10 matrix indeed, but a really specific one.



Hint: Note that





  • $T(a_0)=a_0$


  • $X$ and $X^2$ coefficients are "mixed up"

  • So are $X^3$, $X^4$ and $X^5$ coefficients

  • Same with $X^i, iin {6,ldots,9}$


Treat each "block" separatly, and arrange them to form a block diagonal matrix







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Nov 13 at 14:19

























answered Nov 13 at 13:42









F.Carette

1,19312




1,19312












  • We need to evaluate powers of these diagonal blocks@F.Carette right??
    – Devendra Singh Rana
    Nov 13 at 14:01










  • You're right. And as theses are just permutations, a block to the right power will be nothing more than the identity matrix.
    – F.Carette
    Nov 13 at 14:18


















  • We need to evaluate powers of these diagonal blocks@F.Carette right??
    – Devendra Singh Rana
    Nov 13 at 14:01










  • You're right. And as theses are just permutations, a block to the right power will be nothing more than the identity matrix.
    – F.Carette
    Nov 13 at 14:18
















We need to evaluate powers of these diagonal blocks@F.Carette right??
– Devendra Singh Rana
Nov 13 at 14:01




We need to evaluate powers of these diagonal blocks@F.Carette right??
– Devendra Singh Rana
Nov 13 at 14:01












You're right. And as theses are just permutations, a block to the right power will be nothing more than the identity matrix.
– F.Carette
Nov 13 at 14:18




You're right. And as theses are just permutations, a block to the right power will be nothing more than the identity matrix.
– F.Carette
Nov 13 at 14:18


















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2996733%2ftrace-of-linear-transformations%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

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?