Log in to edit a copy.
Download.
Other published documents...
Ch-10-Prob-6-New-이승진
2220 days ago by matrix
A=matrix(5,5,[-3,1,0,1,1,-3,1,0,1,1,-4,1,0,2,1,-3,1,0,1,1,-4,1,0,1,2]) J=A.jordan_form() print J
[1|0 0|0 0] [-+---+---] [0|0 1|0 0] [0|0 0|0 0] [-+---+---] [0|0 0|0 1] [0|0 0|0 0]
[1|0 0|0 0] [-+---+---] [0|0 1|0 0] [0|0 0|0 0] [-+---+---] [0|0 0|0 1] [0|0 0|0 0]