Skip to content
Prev 81677 / 398502 Next

Matrix rotation

On Thu, 24 Nov 2005, Benjamin Lloyd-Hughes wrote:

            
Another possible solution...
[,1] [,2]
[1,]    1    2
[2,]    4    3
[,1] [,2]
[1,]    4    1
[2,]    3    2
[,1] [,2]
[1,]    3    4
[2,]    2    1
[,1] [,2]
[1,]    2    3
[2,]    1    4

----------------------------------------------------------
SIGSIG -- signature too long (core dumped)