Searching Shift/Permutation Matrix

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite
1












Is there a Matrix P, which does:



$$AP=A'$$
$$A=beginbmatrix
a_00 & 0 & 0\
a_10 &a_11 & 0\
a_20 &a_21 & a_22
endbmatrix$$
$$A'=beginbmatrix
a_00 & a_11 & a_22\
a_10 & a_21& 0\
a_20 & 0 & 0
endbmatrix$$







share|cite|improve this question





















  • What are your thoughts on the problem?
    – Parcly Taxel
    Jul 25 at 14:57






  • 1




    How would you solve $AB=C$ for $B$?
    – Ross Millikan
    Jul 25 at 15:00










  • For $A$ invertible, i.e. $a_00cdot a_11cdot a_22neq 0$, i.e. for $a_00, a_11, a_22neq 0$, you can solve the equation $AP=A'$ with $A^-1AP=A^-1A'$, i.e. $P=A^-1A'$.
    – zzuussee
    Jul 25 at 15:07










  • thanks,that's no porblem to solve the equation. Is there a general form/matrix which, sets the diagonals into rows for arbitary numbers and $$A^Ntimes N$$?
    – Bongo1234
    Jul 25 at 15:24











  • Try to check the conditions on the matrix $P$ by evaluating the product by hand for the entries in $A'$ this should give you a linear system of equations in variables of $P$ which you then can check for solvability.
    – zzuussee
    Jul 25 at 18:50














up vote
0
down vote

favorite
1












Is there a Matrix P, which does:



$$AP=A'$$
$$A=beginbmatrix
a_00 & 0 & 0\
a_10 &a_11 & 0\
a_20 &a_21 & a_22
endbmatrix$$
$$A'=beginbmatrix
a_00 & a_11 & a_22\
a_10 & a_21& 0\
a_20 & 0 & 0
endbmatrix$$







share|cite|improve this question





















  • What are your thoughts on the problem?
    – Parcly Taxel
    Jul 25 at 14:57






  • 1




    How would you solve $AB=C$ for $B$?
    – Ross Millikan
    Jul 25 at 15:00










  • For $A$ invertible, i.e. $a_00cdot a_11cdot a_22neq 0$, i.e. for $a_00, a_11, a_22neq 0$, you can solve the equation $AP=A'$ with $A^-1AP=A^-1A'$, i.e. $P=A^-1A'$.
    – zzuussee
    Jul 25 at 15:07










  • thanks,that's no porblem to solve the equation. Is there a general form/matrix which, sets the diagonals into rows for arbitary numbers and $$A^Ntimes N$$?
    – Bongo1234
    Jul 25 at 15:24











  • Try to check the conditions on the matrix $P$ by evaluating the product by hand for the entries in $A'$ this should give you a linear system of equations in variables of $P$ which you then can check for solvability.
    – zzuussee
    Jul 25 at 18:50












up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





Is there a Matrix P, which does:



$$AP=A'$$
$$A=beginbmatrix
a_00 & 0 & 0\
a_10 &a_11 & 0\
a_20 &a_21 & a_22
endbmatrix$$
$$A'=beginbmatrix
a_00 & a_11 & a_22\
a_10 & a_21& 0\
a_20 & 0 & 0
endbmatrix$$







share|cite|improve this question













Is there a Matrix P, which does:



$$AP=A'$$
$$A=beginbmatrix
a_00 & 0 & 0\
a_10 &a_11 & 0\
a_20 &a_21 & a_22
endbmatrix$$
$$A'=beginbmatrix
a_00 & a_11 & a_22\
a_10 & a_21& 0\
a_20 & 0 & 0
endbmatrix$$









share|cite|improve this question












share|cite|improve this question




share|cite|improve this question








edited Jul 26 at 9:30









Bill Wallis

1,7811821




1,7811821









asked Jul 25 at 14:49









Bongo1234

11




11











  • What are your thoughts on the problem?
    – Parcly Taxel
    Jul 25 at 14:57






  • 1




    How would you solve $AB=C$ for $B$?
    – Ross Millikan
    Jul 25 at 15:00










  • For $A$ invertible, i.e. $a_00cdot a_11cdot a_22neq 0$, i.e. for $a_00, a_11, a_22neq 0$, you can solve the equation $AP=A'$ with $A^-1AP=A^-1A'$, i.e. $P=A^-1A'$.
    – zzuussee
    Jul 25 at 15:07










  • thanks,that's no porblem to solve the equation. Is there a general form/matrix which, sets the diagonals into rows for arbitary numbers and $$A^Ntimes N$$?
    – Bongo1234
    Jul 25 at 15:24











  • Try to check the conditions on the matrix $P$ by evaluating the product by hand for the entries in $A'$ this should give you a linear system of equations in variables of $P$ which you then can check for solvability.
    – zzuussee
    Jul 25 at 18:50
















  • What are your thoughts on the problem?
    – Parcly Taxel
    Jul 25 at 14:57






  • 1




    How would you solve $AB=C$ for $B$?
    – Ross Millikan
    Jul 25 at 15:00










  • For $A$ invertible, i.e. $a_00cdot a_11cdot a_22neq 0$, i.e. for $a_00, a_11, a_22neq 0$, you can solve the equation $AP=A'$ with $A^-1AP=A^-1A'$, i.e. $P=A^-1A'$.
    – zzuussee
    Jul 25 at 15:07










  • thanks,that's no porblem to solve the equation. Is there a general form/matrix which, sets the diagonals into rows for arbitary numbers and $$A^Ntimes N$$?
    – Bongo1234
    Jul 25 at 15:24











  • Try to check the conditions on the matrix $P$ by evaluating the product by hand for the entries in $A'$ this should give you a linear system of equations in variables of $P$ which you then can check for solvability.
    – zzuussee
    Jul 25 at 18:50















What are your thoughts on the problem?
– Parcly Taxel
Jul 25 at 14:57




What are your thoughts on the problem?
– Parcly Taxel
Jul 25 at 14:57




1




1




How would you solve $AB=C$ for $B$?
– Ross Millikan
Jul 25 at 15:00




How would you solve $AB=C$ for $B$?
– Ross Millikan
Jul 25 at 15:00












For $A$ invertible, i.e. $a_00cdot a_11cdot a_22neq 0$, i.e. for $a_00, a_11, a_22neq 0$, you can solve the equation $AP=A'$ with $A^-1AP=A^-1A'$, i.e. $P=A^-1A'$.
– zzuussee
Jul 25 at 15:07




For $A$ invertible, i.e. $a_00cdot a_11cdot a_22neq 0$, i.e. for $a_00, a_11, a_22neq 0$, you can solve the equation $AP=A'$ with $A^-1AP=A^-1A'$, i.e. $P=A^-1A'$.
– zzuussee
Jul 25 at 15:07












thanks,that's no porblem to solve the equation. Is there a general form/matrix which, sets the diagonals into rows for arbitary numbers and $$A^Ntimes N$$?
– Bongo1234
Jul 25 at 15:24





thanks,that's no porblem to solve the equation. Is there a general form/matrix which, sets the diagonals into rows for arbitary numbers and $$A^Ntimes N$$?
– Bongo1234
Jul 25 at 15:24













Try to check the conditions on the matrix $P$ by evaluating the product by hand for the entries in $A'$ this should give you a linear system of equations in variables of $P$ which you then can check for solvability.
– zzuussee
Jul 25 at 18:50




Try to check the conditions on the matrix $P$ by evaluating the product by hand for the entries in $A'$ this should give you a linear system of equations in variables of $P$ which you then can check for solvability.
– zzuussee
Jul 25 at 18:50










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Yes of course, given that A is invertible we have



$$AP=A' iff P=A^-1A'$$






share|cite|improve this answer





















  • thanks,that's no porblem to solve the equation. Is there a general form/matrix which, sets the diagonals into rows for arbitary numbers and &&A^N times N$$
    – Bongo1234
    Jul 25 at 15:56











  • I don’t understand what exactly you are asking for, could you please explain better?
    – gimusi
    Jul 25 at 17:41










  • There exist shift matrices and permutation matrices. If such matrix is multiplied to a vector or another matrix it does the same new range to any matrix. Now I want to have such a matrix for my problem above.
    – Bongo1234
    Jul 26 at 6:17










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: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
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%2f2862490%2fsearching-shift-permutation-matrix%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













Yes of course, given that A is invertible we have



$$AP=A' iff P=A^-1A'$$






share|cite|improve this answer





















  • thanks,that's no porblem to solve the equation. Is there a general form/matrix which, sets the diagonals into rows for arbitary numbers and &&A^N times N$$
    – Bongo1234
    Jul 25 at 15:56











  • I don’t understand what exactly you are asking for, could you please explain better?
    – gimusi
    Jul 25 at 17:41










  • There exist shift matrices and permutation matrices. If such matrix is multiplied to a vector or another matrix it does the same new range to any matrix. Now I want to have such a matrix for my problem above.
    – Bongo1234
    Jul 26 at 6:17














up vote
0
down vote













Yes of course, given that A is invertible we have



$$AP=A' iff P=A^-1A'$$






share|cite|improve this answer





















  • thanks,that's no porblem to solve the equation. Is there a general form/matrix which, sets the diagonals into rows for arbitary numbers and &&A^N times N$$
    – Bongo1234
    Jul 25 at 15:56











  • I don’t understand what exactly you are asking for, could you please explain better?
    – gimusi
    Jul 25 at 17:41










  • There exist shift matrices and permutation matrices. If such matrix is multiplied to a vector or another matrix it does the same new range to any matrix. Now I want to have such a matrix for my problem above.
    – Bongo1234
    Jul 26 at 6:17












up vote
0
down vote










up vote
0
down vote









Yes of course, given that A is invertible we have



$$AP=A' iff P=A^-1A'$$






share|cite|improve this answer













Yes of course, given that A is invertible we have



$$AP=A' iff P=A^-1A'$$







share|cite|improve this answer













share|cite|improve this answer



share|cite|improve this answer











answered Jul 25 at 15:25









gimusi

65k73583




65k73583











  • thanks,that's no porblem to solve the equation. Is there a general form/matrix which, sets the diagonals into rows for arbitary numbers and &&A^N times N$$
    – Bongo1234
    Jul 25 at 15:56











  • I don’t understand what exactly you are asking for, could you please explain better?
    – gimusi
    Jul 25 at 17:41










  • There exist shift matrices and permutation matrices. If such matrix is multiplied to a vector or another matrix it does the same new range to any matrix. Now I want to have such a matrix for my problem above.
    – Bongo1234
    Jul 26 at 6:17
















  • thanks,that's no porblem to solve the equation. Is there a general form/matrix which, sets the diagonals into rows for arbitary numbers and &&A^N times N$$
    – Bongo1234
    Jul 25 at 15:56











  • I don’t understand what exactly you are asking for, could you please explain better?
    – gimusi
    Jul 25 at 17:41










  • There exist shift matrices and permutation matrices. If such matrix is multiplied to a vector or another matrix it does the same new range to any matrix. Now I want to have such a matrix for my problem above.
    – Bongo1234
    Jul 26 at 6:17















thanks,that's no porblem to solve the equation. Is there a general form/matrix which, sets the diagonals into rows for arbitary numbers and &&A^N times N$$
– Bongo1234
Jul 25 at 15:56





thanks,that's no porblem to solve the equation. Is there a general form/matrix which, sets the diagonals into rows for arbitary numbers and &&A^N times N$$
– Bongo1234
Jul 25 at 15:56













I don’t understand what exactly you are asking for, could you please explain better?
– gimusi
Jul 25 at 17:41




I don’t understand what exactly you are asking for, could you please explain better?
– gimusi
Jul 25 at 17:41












There exist shift matrices and permutation matrices. If such matrix is multiplied to a vector or another matrix it does the same new range to any matrix. Now I want to have such a matrix for my problem above.
– Bongo1234
Jul 26 at 6:17




There exist shift matrices and permutation matrices. If such matrix is multiplied to a vector or another matrix it does the same new range to any matrix. Now I want to have such a matrix for my problem above.
– Bongo1234
Jul 26 at 6:17












 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2862490%2fsearching-shift-permutation-matrix%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

Color the edges and diagonals of a regular polygon

Relationship between determinant of matrix and determinant of adjoint?

What is the equation of a 3D cone with generalised tilt?