Python_2  1.0
Namespaces | Variables
_02_matrix.py File Reference

Namespaces

 _02_matrix
 This is a module mainly written in C, which will be much faster than programming in pure python.
 

Variables

 _02_matrix.A = matrix([[1, 2, 3], [11, 12, 13], [21, 22, 23]])
 
 _02_matrix.x = matrix([[1], [2], [3]])
 
 _02_matrix.y = matrix([[1, 2, 3]])
 
 _02_matrix.B = matrix([[1, 1, 0], [0, 1, 1], [1, -1.91, 1]])
 
 _02_matrix.z = matrix([[5], [15], [0]])
 
 _02_matrix.p = poly1d([3, 4, 5])