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

Edit detail for Test revision 2 of 16

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Editor: Bill Page
Time: 2010/02/22 18:21:19 GMT-8
Note: draw and wiki

changed:
-
-draw(5*sin(sqrt(x**2+y**2)) , x=-20..20 , y=-20..20)
-
-\end{axiom} \begin{spad} \end{spad} 
-
draw(5*sin(sqrt(x**2+y**2)) , x=-20..20 , y=-20..20);
\end{axiom}

The Axiom Wiki does not support graphics directly but see GnuDraw .

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

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