axiom-mail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-mail] Drawing two curves at once?


From: Francois Maltey
Subject: Re: [Axiom-mail] Drawing two curves at once?
Date: Sat, 31 May 2008 13:14:22 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080502)

The Bill draws command is very pretty.
You could try something like this:

draws(s,p,t) == ...

draws([sin(x)^2, cos x], x=-3..3, title=="Example 2")
Interal functions for drawing with axiom can plot very nice graphs.
You can run /src/input/graphics.input.

I test an *.input for for plotting field solutions (x(t),y(t)) about ODE with Runge-Kutta 4 method. The final plot is right.

I'd prefer a syntax close from other CAS.

Do you think I can write a "interface" Domain for this purpose ?
or must theses functions be in the axiom kernel ?

François




reply via email to

[Prev in Thread] Current Thread [Next in Thread]