For comparison with other CAS choose from: Axiom Derive Macsyma Maple Mathematica
plot(sin(e
on demo,rounded,numval;
^
x),x=(0 .. pi), xlabel="Time", ylabel="Signal");
plot(besselj(0,x),besselj(2,x),besselj(5,x),x=(0 .. 10),
title="Bessel Functions BesselJ(n,x)", ylabel="Value");
load_package specfn;