-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
The equation solving. #39
Comments
Hi, Kind Regards |
Hello, I posted previous comment just to save the link to Brent's method algorithm (for future), but I'm not sure, when and how I will implement the Solve function (the current ticket was opened 4 years age =) ). Probably, I should use external library (eg. Accord .NET), which has already implemented algorithm. P.S. Also, these algorithms provide approximate solution, maybe there is a symbolic (like I will do it on paper, eg. same problem as for Integrals) algorithm. |
Maybe we could integrate the Accord Algorithm. It sounds like a good solution, if the source is under the right license. Do you mean Brents method is a good way to solve a function like x^2+y^2+z^2=4 for z? |
The solve function is already implemented in my dev-branch. Please look into it, if you want to merge it into your code. I solved it with Newton-Raphson-Method. |
No description provided.
The text was updated successfully, but these errors were encountered: