|
|
|
Ask HN: Books on how to implement math calculations
|
|
4 points
by lvlvlv
2222 days ago
|
|
Are there any well-known or hidden gem books on how to implement, for example, linear algebra/probability/diffeq/etc. either discrete or continuous methods? Say one wishes to understand how linear algebra or statistics libraries are written. |
|
Then of course there is "The Art of Computer Programming" (https://de.wikipedia.org/wiki/The_Art_of_Computer_Programmin...) which has one book dedicated to numerical algorithms as well.