top of page
Search


Linear Algebra Routine II: Matrix Transpose in Python
Note that, during the operation number of rows and columns are swapped; T(x) – Takes a single argument as a matrix in the form of a list...
May 31, 20141 min read


Writing Linear Algebra Routine I: Power of a Python List
An m×n matrix consists of m rows and n columns. Python lists can behave very much like matrices if one could properly index them. For...
May 28, 20148 min read


Python Code and Normal Distribution: Writing CDF from Scratch
Normal Distribution CDF Normal Distribution is one of ‘the’ most applicable distribution in statistics. For some time I have been trying...
Apr 2, 20143 min read
bottom of page