Feeds
已提交
Solving the equation x + exp(x) = 0 using Newton-Raphson
This live script is a tutorial on how to do this.
1 year 前 | 2 次下载 |
已提交
Solve 65*x^5 -70*x^3 + 15x = 0 Using the Bisection Method
Tutorial on how to solve the equation 65*x^5 -70*x^3 + 15x = 0 using the bisection method.
1 year 前 | 2 次下载 |
已提交
Solves x + exp(x) = 0 using the bisection method
Four files in the .zip: a MATLAB script, a sample run of it with output and a PDF of the graph created and a live script.
1 year 前 | 4 次下载 |
