When executing
f(k):=integrate(exp(%i*k*x)*sin(x)/x,x,minf,inf)$
plot2d(f,[x,-3,3]);
The plot does not show anything in [-1;1].
The draw package has a similar problem. When the function returned by
coerce-float-fun is applied to x values in the range [-1,1] to get the
corresponding ordinate, it returns $%pi, instead of a float. An extra call
to $float fixes this problem.
Nobody/Anonymous
Lisp Core - Plotting
None
Public
|
Date: 2009-11-03 15:36 Thanks for pointing out the second issue. Both of these are fixed in |
|
Date: 2009-11-02 20:40 Thanks for looking at this, |
|
Date: 2009-11-02 17:30 Found the problem. It's in coerce-maxima-function-or-maxima-lambda. In |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2009-11-03 15:36 | rtoy |
| resolution_id | None | 2009-11-03 15:36 | rtoy |
| allow_comments | 1 | 2009-11-03 15:36 | rtoy |
| close_date | - | 2009-11-03 15:36 | rtoy |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use