Summary of Day 1
Nothing can stop the man with the right mental attitude from achieving his goal; nothing on earth can help the man with the wrong mental attitude.
Thomas Jefferson
Thomas Jefferson
Basic Definitions
An m×n matrix A is a rectangular array of real numbers with m rows
and n columns. (Rows are horizontal and columns are vertical.) The
numbers m and n are the dimensions of A.The real numbers in the
matrix are called its entries. The entry in row i and column j is
called aij or Aij.
Example
Following is a 4×5 matrix with the entry A23 highlighted.
A = | 3 | ||||||
2 | |||||||
-3 | |||||||
1 |
Operations with Matrices
Transpose
The transpose, AT, of a matrix A is the matrix obtained from A
by writing its rows as columns. If A is an m×n matrix and B = AT,
then B is the n×m matrix with bij = aji.
Examples
Transpose
| = |
|