Numerical-Analysis-Examples
github.com
Numerical-Analysis-Examples
1–10 of 13 posts
Re: Numerical-Analysis-Examples
#2Re: Numerical-Analysis-Examples
#3Each contribution is small and modular, so you don't have to learn several thousand lines of code.
The "real world" knowledge you have to learn is pretty specific and easy to convert into code (compared to, say, legal opinions or object recognition).
Re: Numerical-Analysis-Examples
#4That said, for actually getting the job done, you would probably use a library like numpy instead of a library like this, as it is more powerful, both in terms of execution speed and speed of development.
Re: Numerical-Analysis-Examples
#5Because one thing I'd miss in the examples would be a few lines of comments - if they're meant to be illustrative of a book that's ok, but learning the other way (looking at source code, structure and comments) is also a good way for many people to understand. If you're well read in source code, you can read it to understand the math better.
Re: Numerical-Analysis-Examples
#6Is that based on a common book on numerical analysis? Because one thing I'd miss in the examples would be a few lines of comments - if they're meant to be illustrative of a book that's ok, but learning the other way (looking at source code, structure and comments) is also a good way for many people to understand. If you're well read in source code, you can read it to understand the math better.
Re: Numerical-Analysis-Examples
#7Is that based on a common book on numerical analysis? Because one thing I'd miss in the examples would be a few lines of comments - if they're meant to be illustrative of a book that's ok, but learning the other way (looking at source code, structure and comments) is also a good way for many people to understand. If you're well read in source code, you can read it to understand the math better.
Re: Numerical-Analysis-Examples
#8Is that based on a common book on numerical analysis? Because one thing I'd miss in the examples would be a few lines of comments - if they're meant to be illustrative of a book that's ok, but learning the other way (looking at source code, structure and comments) is also a good way for many people to understand. If you're well read in source code, you can read it to understand the math better.
Check out "Analysis of Numerical Methods" by Isaacson and Keller. It's a nice book, and cheap, too.
Re: Numerical-Analysis-Examples
#9Re: Numerical-Analysis-Examples
#10Note the GPL license. Nothing wrong with that but if you copy one of these into a code base you're developing, GPL applies to the whole "derived work". If you're sufficiently cautious about legal matters it may be be best to avoid looking at this code at all if you plan to implement any of these techniques in a non-GPL project.