Suppose i have $m\times m$ matrix $D$ which is known, i have to re arrange entries of $D$ to a new matrix $M$ such that $M_{i,j}=D_{j-i%m, -i%m}$. How to do it in SageMath?
1 | initial version |
Suppose i have $m\times m$ matrix $D$ which is known, i have to re arrange entries of $D$ to a new matrix $M$ such that $M_{i,j}=D_{j-i%m, -i%m}$. How to do it in SageMath?
Suppose i have $m\times m$ matrix $D$ which is known, i have to re arrange entries of $D$ to a new $m\times m$ matrix $M$ such that $M_{i,j}=D_{j-i%m, -i%m}$. How to do it in SageMath?
3 | retagged |
Suppose i have $m\times m$ matrix $D$ which is known, i have to re arrange entries of $D$ to a new $m\times m$ matrix $M$ such that $M_{i,j}=D_{j-i%m, -i%m}$. How to do it in SageMath?
4 | retagged |
Suppose i have $m\times m$ matrix $D$ which is known, i have to re arrange entries of $D$ to a new $m\times m$ matrix $M$ such that $M_{i,j}=D_{j-i%m, -i%m}$. How to do it in SageMath?