Dear all,
is it possible to have Sage always print the parent of the object, when it's
printed, as FriCAS does it?
(1) -> 3/2
3
(1) -
2
Type: Fraction(Integer)
(2) -> x^2+1
2
(2) x + 1
Type: Polynomial(Integer)
(3) -> integrate(x^2+1,x)
1 3
(3) - x + x
3
Type: Polynomial(Fraction(Integer))
(4) -> matrix [[1,2,3],[a, b, c]]
+1 2 3+
(4) | |
+a b c+
Type: Matrix(Polynomial(Integer))
--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---