"Richard Hennessy" <rich.hennessy at verizon.net> writes:
> continuousp(__e,__x,__v):=
> block(
> [_y],
> if is(equal(pwlimit(at(__e, [__x=__v+1/_y]), _y, inf),
> pwlimit(at(__e, [__x=__v+1/_y]), _y, minf)))=true then true else false
> )$
Why are you using the underscores here? I presume it's to avoid some
sort of variable capture, but I don't really understand how that might
happen. Can you give an example? (I'm worried I'm making some subtle
error in my own code!)
Rupert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 315 bytes
Desc: not available
URL: <http://www.math.utexas.edu/pipermail/maxima/attachments/20130415/7cf5c6cc/attachment.pgp>