1.1Introduction¶
There are two ways in which we can specifiy a matrix:
you can write it down explicitly
you can specify its order and state the formula for computing its entries
1.2Types of matrices¶
1.3Matrix operations¶
Tip
When defining any operation which involves matrices, you need to answer the following questions:
What are the inputs of the operation?
What is the results of the operation?
How do we compute the result?
Transpose of a matrix¶
Matrix addition¶
Multiplication by a scalar¶
Scalar product¶
Matrix multiplication¶
Animation showcasing how we compute a product of two conformable matrices.