Chapter E: MATLAB for systems biology #
A very nice blog on the ‘Art’ of MATLAB, by MATLAB developer Loren Shure.
What Every Computer Scientist Should Know About Floating Point Arithmetic
Goldberg (1991) ACM Computing SurveysA highly cited classic on what every computer scientist, why everyone, must know about floating-point arithmetic!
Is Addition on a Computer Associative?
A nice blog article illustrating some classic pitfalls in floating-point arithmetic.
Wikipedia: Double-precision Floating-point Format
Wikipedia entry on the floating-point format.
A nice blog article emphasising the importance of logical indexing in MATLAB.