[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Circulant matrix



On 05/08/2015 09:47 PM, Arghya Das wrote:
This is  a programming question : Does anyone know how to rotate a 2d
matrix circularly for 'n' times in suppose C language...? It would be a
lot of help if you could explain with code.

Hint : each row vector needs to be rotated one element to the right
relative to the preceding row vector.

R(theta) =	cos(theta)	sin(theta)
		-sin(theta)	cos(theta)

Have a nice day,
Jan-Rens.


Reply to: