Advertisement
wandrake

Untitled

Sep 17th, 2014
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. In [1]: from matrix import Matrix
  2.  
  3. In [2]: q = Matrix([[1., 2., 3.], [4., 5., 6.]])
  4.  
  5. In [3]: print(q.at(0, 0))
  6. 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement