TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jose
NA
1
0
numerical differentiation in C#
Oct 1 2008 1:02 AM
Hello, I wrote a code for the second derivative of a multivariable smooth functio f:R^n -> R, at a point with respect to one of the coordinates in R^n, yet I get an error of up to 100 times the original derivative. What I did is use doubles and use an "h" of 1e-9 (as a lower "h" will result into a 0 value..) and use all my values in doubles.. I am beginning to believe I have to try it in decimals. Has anyone successfully written a code that makes a numerical differentiation with some accuracy?
Reply
Answers (
0
)
Problem with System.IO.File.Copy method
Maintaing state of application[windows forms]