#5251: preparser bug in parsing the backslash "solve right" notation
--------------------+-------------------------------------------------------
Reporter: was | Owner: cwitty
Type: defect | Status: new
Priority: major | Milestone: sage-3.3
Component: misc | Keywords:
--------------------+-------------------------------------------------------
{{{
sage: A = matrix(QQ,2,2,[1..4])
sage: A \ matrix(QQ,2,1,[1,2])
[ 0]
[1/2]
sage: A \ matrix(QQ,2,1,[1/3,2/3])
------------------------------------------------------------
File "<ipython console>", line 1
A ._backslash_(
matrix(QQ,Integer(2),Integer(1),[Integer(1))/Integer(3),Integer(2)/Integer(3)])
^
SyntaxError: invalid syntax
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5251>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---