Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement asec/acsc series at infinity #20090

Open
rwst opened this issue Feb 21, 2016 · 1 comment
Open

implement asec/acsc series at infinity #20090

rwst opened this issue Feb 21, 2016 · 1 comment

Comments

@rwst
Copy link
Contributor

rwst commented Feb 21, 2016

The known series for asec/acsc are not implemented:

sage: asec(x).series(x==oo)
(arcsec(+Infinity)) + Order(+Infinity)
sage: acsc(x).series(x==oo)
(arccsc(+Infinity)) + Order(+Infinity)

This would need series growing in 1/x so is not possible at the moment.

Component: calculus

Issue created by migration from https://trac.sagemath.org/ticket/20090

@rwst rwst added this to the sage-7.1 milestone Feb 21, 2016
@rwst

This comment has been minimized.

@mkoeppe mkoeppe removed this from the sage-7.1 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants