Αυγούστου 4, 2008
This Pascal program finds the value of a Nth order polynomial: implementing Horner method without using any complex arithmetic in Fortran 77. Obviously, it can find complex values, for complex x’s, but without complex arithmetic. The program also uses ANSI codes to clear screen.
Filed under:
Mathematics by dimitris
Αυγούστου 4, 2008
This little Fortran program, originally written in DOS, uses the arithmetic sequence to find the root of A. All you have to do is to enter A and a guess value . Caution: This program is very old; it uses Escape codes to clear the screen. In DOS, it needs the ANSI.COM driver. I haven’t [...]
Filed under:
Mathematics by dimitris