Python  1.0
Namespaces | Variables
_02_matrix.py File Reference

Namespaces

 _02_matrix
 Numpy 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([[27, 9, 3], [64, 16, 4], [125, 25, 5]])
 
 _02_matrix.z = matrix([[10], [20], [35]])
 
 _02_matrix.p = poly1d([3, 4, 5])