很早之前從Hacker Daily News上看到的相關討論,主要是有人推薦了一本可以給開發者看的數學書,目標族群是沒有受過正規學校教育的開發者,或著是像我這種已經把大多數學的東西環給學校的開發者XD
As the title implies, the book is targeted towards programmers who do not have an academic math background.
A Programmer’s Introduction to Mathematics – BIT-101
書的內容含蓋了下面的主題:
* Polynomials
A Programmer’s Introduction to Mathematics – BIT-101
* Sets
* Graphs
* Calculus with one variable
* Linear algebra
* Eigenvectors and Eigenvalues
* Multivariable calculus
* Groups
剛也稍微翻了一下,感覺書的重點是讓開發者可以較容易的去閱讀一些數學公式以外,並且用一些程式範例讓開發者理解一個數學公式其對應的程式碼大概會長怎麼樣。
感覺蠻值收著,以後可以當工具書參考用…