A collection of sloppy snippets for scientific computing and data visualization in Python.
Tuesday, January 3, 2012
Fixed point iteration
›
A fixed point for a function is a point at which the value of the function does not change when the function is applied. More formally, x i...
5 comments:
Thursday, December 29, 2011
Book review: Numpy 1.5 Beginner's Guide
›
I got the chance to read the book NumPy 1.5 Beginner's Guide written by Ivan Idris and published by Packt Publishing last month. My i...
2 comments:
Thursday, December 15, 2011
Polar Charts with matplolib
›
A polar system is a two-dimensional coordinate system, where there are two coordinates: the radial and the angular coordinates. The radial ...
‹
›
Home
View web version