Coding Help: Numerical Methods in C Language

AI Thread Summary
The discussion revolves around seeking assistance with implementing numerical methods in the C programming language. Key methods mentioned include the Newton-Raphson method, Euler's method, Milne's method, and various interpolation techniques. Participants encourage sharing specific code issues for targeted help and suggest resources for obtaining source code legally, such as the Numerical Recipes website and the GNU Scientific Library (GSL). The emphasis is on collaboration and providing concrete examples to facilitate problem-solving.
yamini
Messages
22
Reaction score
0
a "C" problem

is anybody aware of numerical methods in C language...

numerical methods include Newton-Raphson method,Euler's method,Milne's method,Newton's forward and backward implementation,Gauss divergence backward and forward interpolation.

pls help me,i will b so thankful 2 them who helps me out of this.
 
Technology news on Phys.org
Could you please post the code that you are having problems with, or do you need help writing the code?
 
Do you actually have a question?

If you're just looking for the source code, it's available in its entirety, legally, here:

http://www.nr.com

- Warren
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top