On Mon, Jan 26, 2009 at 8:08 PM, Bill Page <bill.p...@newsynthesis.org> wrote: > > I just created a new experimental version of the FriCAS package for > sage. You can download and install it as follows: > > $ wget http://sage.math.washington.edu/home/page/packages/fricas-1.0.5.spkg > $ .../sage -f fricas-1.0.5.spkg
The above works OK for me on sage.math (installs in 7 minutes). It fails the following tests (have you posted a patch to trac to update this)? By the way, when using this, I repeatedly felt like I wished the command in Sage were "fricas" instead of "axiom" and the file to test were "fricas.py" instead of "axiom.py". wst...@sage:~/sage/devel/sage/sage/interfaces$ sage -t -optional axiom.py sage -t -optional "devel/sage-main/sage/interfaces/axiom.py" ********************************************************************** File "/home/wstein/sage/devel/sage-main/sage/interfaces/axiom.py", line 61: sage: F.type() # optional Expected: Factored Polynomial Integer Got: Factored(Polynomial(Integer)) ********************************************************************** File "/home/wstein/sage/devel/sage-main/sage/interfaces/axiom.py", line 80: sage: print axiom.eval('factor(x^5 - y^5)') # optional Expected: 4 3 2 2 3 4 - (y - x)(y + x y + x y + x y + x ) <BLANKLINE> Type: Factored Polynomial Integer Got: 4 3 2 2 3 4 - (y - x)(y + x y + x y + x y + x ) Type: Factored(Polynomial(Integer)) <BLANKLINE> ********************************************************************** File "/home/wstein/sage/devel/sage-main/sage/interfaces/axiom.py", line 561: sage: axiom(x+2).type() #optional -- requires Axiom Expected: Polynomial Integer Got: Polynomial(Integer) ********************************************************************** File "/home/wstein/sage/devel/sage-main/sage/interfaces/axiom.py", line 623: sage: _.type() #optional Expected: Tuple PositiveInteger Got: Tuple(PositiveInteger) ********************************************************************** 3 items had failures: 2 of 21 in __main__.example_0 1 of 3 in __main__.example_19 1 of 6 in __main__.example_22 --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---