Rotation

> R := matrix( 2, 2, [ [ cos(Pi/6), -sin(Pi/6) ],
[ sin(Pi/6), cos(Pi/6) ] ] );

[Maple Math]

> Nr := evalm( R &* N );

[Maple Math]

> pointplot( Nr, opts, view=[-5..10,0..10] );

>