Wednesday, May 14, 2008

matrix




Matrix at wikipedia
Vectors at matlab
Column vs Row Vectors

"The dimensions of a matrix are always given with the number of rows first, then the number of columns."

Interesting, I always think in x first and then y, but for matricies, you specify rows (y) then columns (x).