milkypros
Technical User
- Oct 25, 2009
- 11
hi
i am new in fortran programming and i need help on differenting a function over [a,b] using Taylor method. In example the function f(x)=x**3 and i want to calculate the quantity df=(f(x+h)-f(x))/h where h is the (b-a)/n and n is for example 20. Any help?
i am new in fortran programming and i need help on differenting a function over [a,b] using Taylor method. In example the function f(x)=x**3 and i want to calculate the quantity df=(f(x+h)-f(x))/h where h is the (b-a)/n and n is for example 20. Any help?