Feeds
제출됨
Solving the equation x + exp(x) = 0 using Newton-Raphson
This live script is a tutorial on how to do this.
대략 1년 전 | 다운로드 수: 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년 전 | 다운로드 수: 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년 전 | 다운로드 수: 4 |
