Flowdock
**(other) public

Matrix exponentiation. Currently implemented for integer powers only. Equivalent to multiplying the matrix by itself N times.

Matrix[[7,6], [3,9]] ** 2
  => 67 96
     48 99
Show source
Register or log in to add new notes.