Skip to content

assuming zerob < 0 & zeroa > 0 gives bugs for some limits #4184

Open
@rtoy

Description

@rtoy

Imported from SourceForge on 2024-07-09 19:34:20
Created by willisbl on 2021-06-04 20:04:46
Original: https://sourceforge.net/p/maxima/bugs/3794


Correct:

(%i1)	limit(atan2(x^2-2,x^3-2*x),x,sqrt(2),minus);
(%o1)	atan(1/sqrt(2))\-%pi
(%i2)	assume(zeroa > 0, zerob < 0);
(%o2)	[zeroa>0,zerob<0]

Rubbish:

(%i1)	assume(zeroa > 0, zerob < 0);
(%o1)	[zeroa>0,zerob<0]
(%i2)	limit(atan2(x^2-2,x^3-2*x),x,sqrt(2),minus);
(%o2)	\-%pi

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions