3 Jul 07:08
Is this a (formatting) bug?
David Goldsmith <d_l_goldsmith <at> yahoo.com>
2009-07-03 05:08:49 GMT
2009-07-03 05:08:49 GMT
Actual output:
>>> from numpy import linalg as LA
>>> LA.eig(np.diag((1,2,3)))
(array([ 1., 2., 3.]), array([[ 1., 0., 0.],
[ 0., 1., 0.],
[ 0., 0., 1.]]))
i.e., a line feed wasn't inserted between w and v.
Bug?
DG
RSS Feed