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

Deriving and Integrating Equation w 2 variables #3

Open
alexanderepstein opened this issue Jul 26, 2017 · 2 comments
Open

Deriving and Integrating Equation w 2 variables #3

alexanderepstein opened this issue Jul 26, 2017 · 2 comments

Comments

@alexanderepstein
Copy link

There should be a way to specify what variable you want to perform the function in respect to.
For the equation: x^2+2y
I should be able to derive in respect to y and get a result of 2.
I should also be able to derive in respect to x and get a result of 2x
Same idea with integration.
I was looking to create a bash wrapper for the api under my repository and noticed this while testing the api.

By the way this is awesome and I have been looking for an api to perform symbolic math for a little bit now. Awesome work!

@aunyks
Copy link
Owner

aunyks commented Jul 27, 2017

@alexanderepstein Thanks for opening up an issue! Partial differentiation and multiple integration are things that I'm working on at the moment. I plan to process computations as complex as these using endpoints that accept POST requests, which will be coming to Newton in the near future.

I don't really have details regarding the features yet, since they're rather deep in the planning phase, but rest assured that they're being addressed.

Thanks for your interest in the library, by the way!

@alexanderepstein
Copy link
Author

Glad to hear that it is in the works! I actually just created the first version of my bash wrapper to this api. I am glad I knew that complex operations will be handled differently so I could preemptively account for this kind of modularity in my code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants