[Maxima] limit(1/x,x,0)
Leo Butler
l.butler at ed.ac.uk
Wed Aug 26 12:12:18 CDT 2009
Is this a bug? I think the correct answer depends on the domain:
(%i2) domain;
(%o2) real
(%i3) limit(1/x,x,0);
(%o3) infinity
(%i4) ? limit
-- Function: limit (<expr>, <x>, <val>, <dir>)
-- Function: limit (<expr>, <x>, <val>)
-- Function: limit (<expr>)
Computes the limit of <expr> as the real variable <x> approaches
the value <val> from the direction <dir>. <dir> may have the
value `plus' for a limit from above, `minus' for a limit from
below, or may be omitted (implying a two-sided limit is to be
computed).
It seems to me that domain=real => und, domain=complex => infinity.
Leo
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
More information about the Maxima
mailing list