Appendix E

Chapter E: MATLAB for systems biology #

Loren: Art of MATLAB

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 Surveys

A 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.

Get Smart, Be Logical! (2018)

A nice blog article emphasising the importance of logical indexing in MATLAB.