Recent content by jjohnson8
-
J
Fortran How Can I Correct My Fortran Program for Newton's Method?
I'm working on a program for Newton's method for solving equations. This is my code: ======================================================= program Newton implicit real(a-h,o-z) F(x) = x**2 - 4 !...&---1---------2---------3---------4---------5---------6---------7---...- jjohnson8
- Thread
- Fortran Method Newton's method
- Replies: 1
- Forum: Programming and Computer Science