IML Basic Commands
Contents Index
- + addition (numeric)
- + concatenation (strings)
- - subtraction
- * matrix multiplication
- @ Kronecker (direct) product
- ** matrix power
- # elementwise multiplication
- ## elementwise power
- / elementwise division
- a` transpose
- T(a) transpose
- inv(a) matrix inverse
- det(a) determinant
- | logical OR
- & logical AND
- ^= logical not equal to
- a[2,3] entry in row 2 column 3 of a
Contents Index
Copyright © 1997 by Jerry Alan Veeh. All rights reserved.