Hi,

sage: A=matrix(2,[1,2,3,3])
sage: A.solve_right(vector([3,6]))
(1, 1)
sage: category(_)
Category of elements of Vector space of dimension 2 over Rational
Field
sage: A.solve_left(vector([3,6]))
[3 0]
sage: category(_)
Category of elements of Full MatrixSpace of 1 by 2 dense matrices over
Rational Field


As I understand the document, A.solve_left(v) for vector v is supposed
to return a vector. So that might be a bug.


Kwankyu
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to