Suppose i have m×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×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?
![]() | 2 | None |
Suppose i have m×m matrix D which is known, i have to re arrange entries of D to a new m×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×m matrix D which is known, i have to re arrange entries of D to a new m×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×m matrix D which is known, i have to re arrange entries of D to a new m×m matrix M such that M_{i,j}=D_{j-i%m, -i%m}. How to do it in SageMath?