axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] problem plotting simple functions


From: Ralf Hemmecke
Subject: Re: [Axiom-developer] problem plotting simple functions
Date: Sun, 03 Jun 2007 08:56:13 +0200
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

Oh, interesting,

                        AXIOM Computer Algebra System
                       Version: Axiom (September 2006)
              Timestamp: Friday September 29, 2006 at 14:21:21

I think I compiled Gold from the tla archive.

On all 4 cases I get a window with title AXIOM2D or sin x*y, but I don't see any plot. Maybe I should compile a newer version. (Don't care about my case, I switched from debian sarge to etch without recompiling Axiom. So maybe that is a reason.)

Ralf

On 06/03/2007 06:37 AM, Bill Page wrote:
After building Axiom from a recent version of wh-sandbox
(revision 580) I get the following error. The first draw
command works fine but simpler examples fail:

(1) -> draw(sin(x*y),x=-5..5,y=-5..5)
   Compiling function %H with type (DoubleFloat,DoubleFloat) ->
      DoubleFloat
   Transmitting data...

   (1)  ThreeDimensionalViewport: "sin x*y"
                                               Type:
ThreeDimensionalViewport
(2) -> draw(sin(x),x=-5..5)
   Compiling function %J with type DoubleFloat -> DoubleFloat

   >> Error detected within library code:
   Not an integer

(2) -> draw(sin(x),x=-5.0..5.0)
   Compiling function %L with type DoubleFloat -> DoubleFloat

   >> Error detected within library code:
   Not an integer

(2) -> draw(sin,-5.0..5.0)

   >> Error detected within library code:
   Not an integer

------

I can find examples of similar failures by running the
graphics examples in hyperdoc.

Can anyone else reproduce this?

Regards,
Bill Page.




_______________________________________________
Axiom-developer mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/axiom-developer




reply via email to

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