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

Need systematic way to evaluate integrals, limits, sums, ... #263

Open
kpeeters opened this issue Oct 25, 2022 · 0 comments
Open

Need systematic way to evaluate integrals, limits, sums, ... #263

kpeeters opened this issue Oct 25, 2022 · 0 comments
Labels
enhancement Not strictly a bug but more of a feature enhancement request

Comments

@kpeeters
Copy link
Owner

At present expressions containing integrals, limits, sums and so on can be evaluated by feeding them through simplify or using map_sympy, e.g.

 ex := \int{x**2}{x,0,1};
 simplify(ex);

However, that's overkill, and it also makes it harder to replace this with Cadabra's own functionality at some later time.

Using evaluate could work, but perhaps expanding it out into evaluate_limits, evaluate_components, evaluate_integrals and so on would be better.

@kpeeters kpeeters added the enhancement Not strictly a bug but more of a feature enhancement request label Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Not strictly a bug but more of a feature enhancement request
Projects
None yet
Development

No branches or pull requests

1 participant