laymanhobbist
- 29
- 2
any suggestions for a nice book regarding numerical methods in c?
The discussion revolves around recommendations for books on numerical methods specifically in the C programming language. Participants share their experiences with various texts and express their needs for practical implementations of numerical methods.
Participants express a range of opinions on the adequacy of available resources, with no clear consensus on which book is the best for learning numerical methods in C. Some participants agree on the value of "Numerical Recipes in C," while others highlight its limitations.
Participants mention varying experiences with the books and the challenges of translating numerical methods into C code, indicating a lack of uniformity in the resources available for learning.
Readers interested in numerical methods, programming in C, or those seeking resources for academic coursework in related fields may find this discussion beneficial.
Yeah, but they are more aptly called "Numerical Methods in C-tran"jhae2.718 said:Older versions are available on the site for free.
D H said:Yeah, but they are more aptly called "Numerical Methods in C-tran"
I'm not sure that's a good thing...jhae2.718 said:"The determined Real Programmer can write FORTRAN programs in any language."
laymanhobbist said:i downloaded the book from library.nu
now i have to understand methods like bisection ..
then put those methods in c statements
tough thing...
D H said:Yeah, but they are more aptly called "Numerical Methods in C-
tran"
chiro said:I do recall a book (or series of books) that go under the title "Numerical Recipes in C". If it is at your library you may want to check it out.
laymanhobbist said:i downloaded the book from library.nu
now i have to understand methods like bisection ..
then put those methods in c statements
tough thing...