login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for Test revision 4 of 16

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Editor: test1
Time: 2015/02/06 18:15:51 GMT+0
Note:

changed:
-draw(5*sin(sqrt(x**2+y**2)) , x=-20..20 , y=-20..20);
draw(5*sin(sqrt(x^2+y^2)) , x=-20..20 , y=-20..20);

fricas
draw(5*sin(sqrt(x^2+y^2)) , x=-20..20 , y=-20..20);
fricas
Compiling function %B with type (DoubleFloat,DoubleFloat) -> 
      DoubleFloat 
   Transmitting data...
Type: ThreeDimensionalViewport?

The Axiom Wiki does not support graphics directly but see OldGnuDraw? .