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

Edit detail for Test revision 6 of 16

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Editor: TheDoctor
Time: 2022/01/03 01:27:34 GMT+0
Note:

added:

From TheDoctor Mon Jan 3 01:27:34 +0000 2022
From: TheDoctor
Date: Mon, 03 Jan 2022 01:27:34 +0000
Subject: 
Message-ID: <20220103012734+0000@fricas-wiki.math.uni.wroc.pl>

integrate(sin(x),x) 

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? .

integrate(sin(x),x)