On 24/09/2012, at 4:29 PM, ancienthart wrote:
> Is *this* an error ... :/
Yes. In the documentation, not the test.
See http://trac.sagemath.org/sage_trac/ticket/13524
>
> On Monday, 24 September 2012 14:25:38 UTC+10, ancienthart wrote:
>>
>> Hi everyone,
>> In the documentation:
>>
>> http://w
Hi everyone,
In the documentation:
http://www.sagemath.org/doc/constructions/linear_algebra.html#eigenvectors-and-eigenvalues
it states that the eigenmatrix_right() function should give, from a matrix
A, two matrices D and P that satisfy:
AP = DP
but in the test, it checks that
A*P = P*D
Is is