Log in to edit a copy.
Download.
Other published documents...
Ch-6-Prob-5-New-이태희
2274 days ago by matrix
A=matrix(2,2, [3/sqrt(10), -1/sqrt(10), 1/sqrt(10), 3/sqrt(10)]) print "AT*A =" print A.transpose()*A # verify orthogonal matrix
AT*A = [1 0] [0 1]
AT*A = [1 0] [0 1]