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

The equation solving. #39

Open
sys27 opened this issue Sep 10, 2013 · 5 comments
Open

The equation solving. #39

sys27 opened this issue Sep 10, 2013 · 5 comments
Labels

Comments

@sys27
Copy link
Owner

sys27 commented Sep 10, 2013

No description provided.

@sys27 sys27 mentioned this issue Oct 27, 2016
@sys27
Copy link
Owner Author

sys27 commented Oct 16, 2017

Brent's method

@ronnycsharp
Copy link

Hi,
do you still plan to implement a solve-method?
Like this, solve(cos(x^2)=0.5, x).
It would be great ;)

Kind Regards
Ronny

@sys27
Copy link
Owner Author

sys27 commented Oct 24, 2017

@ronnycsharp

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.

@ronnycsharp
Copy link

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?
Thx, Regards Ronny

@ronnycsharp
Copy link

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.

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

No branches or pull requests

2 participants