Search the web
Sign In
New User? Sign Up
mathc · Math C language Numeric Symbolic TeX
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Numerical Derivatives.   Message List  
Reply | Forward Message #227 of 640 |

freeware http://groups.yahoo.com/group/mathc/

* Calculus : Numerical Derivatives.

************

Windows : Dev-C++ 4
Linux : gcc abc.c -lm Return
a.out Return

************

* You can compile the *.c files directly without create a project.

************

Numerical Derivatives.

c03f_1a.c : first.
c03f_1b.c :
c03f_1c.c :

c03f_2a.c : second.
c03f_2b.c :
c03f_2c.c :


I have used :

f'(a) = f(a+h) - f(a-h)
-------------
2h


f''(a) = f(a+h) - 2 f(a) + f(a-h)
----------------------
h**2

************

The members can try these links :

http://groups.yahoo.com/group/mathc/files/C/D/c03f.zip










Wed Jul 5, 2006 12:00 pm

xhungab
Offline Offline
Send Email Send Email

Forward
Message #227 of 640 |
Expand Messages Author Sort by Date

freeware http://groups.yahoo.com/group/mathc/ * Calculus : Numerical Derivatives. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return a.out...
xhumga bernard
xhungab
Offline Send Email
Jul 5, 2006
12:34 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help