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

Implementing Integral #788

Closed
ericman314 opened this issue Feb 1, 2017 · 3 comments
Closed

Implementing Integral #788

ericman314 opened this issue Feb 1, 2017 · 3 comments
Labels
category:symbolic Issues regarding symbolic operations like symbolic equation solving or symbolic differentiation feature

Comments

@ericman314
Copy link
Collaborator

To go along with the recent additions of simplify and derivative in version 3.9.0, it would be very good to begin implementing integral as well. This issue will discuss ideas on how to do this and how we would like to improve this function over time.

@ericman314
Copy link
Collaborator Author

Here are some ideas to get us started:

  1. Use a lookup-table and pattern matching like we do in simplify
  2. Implement the insanely complicated Risch Algorithm
  3. Quietly forward all calls to integral to Wolfram|Alpha

@josdejong
Copy link
Owner

I think we should indeed start with your option (1): a relatively simple pattern matching solution.

Option (3) can definitely be interesting! I think this should be a clearly separate set of functions or a separate module which adds the API of wolfram into math.js. Maybe we could integrate the wolfram-alpha library or create an example demonstrating how you can extend math.js with the wolfram api.

@cshaa
Copy link
Collaborator

cshaa commented Jun 19, 2021

Let's continue the discussion in #1015

@cshaa cshaa closed this as completed Jun 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:symbolic Issues regarding symbolic operations like symbolic equation solving or symbolic differentiation feature
Projects
None yet
Development

No branches or pull requests

3 participants