Hello,

There is a patch up at
http://trac.sagemath.org/sage_trac/attachment/ticket/4036/trac_4036-2.patch
which improves conversions between Axiom and Sage.  It defaults to
your unparsed input form if it can't find anything smarter to do.
Bill, if you're interested, this would be one area that would greatly
benefit from someone who actually knows Axiom.  For example, a number
of questions came up as I was writing this.

* Is there only one global precision for floating point numbers or can
different floating point numbers each have different precisions?  What
happens if you create a number in one precision and then change the
precision?

* Given a domain like "Polynomial Integer", how do I get the base ring
"Integer" programatically?  This would be like the base_ring method in
Sage.

* Are constructors like "Polynomial" first class objects?  I can't
seem to assign "Polynomial" to a variable -- it always wants it to be
filled in like "Polynomial Integer".

--Mike

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to