0. Why?
MATLAB is a trademark name for a software package, and an acronym for Matrix Laboratory. It is widely used as a tool for linear algebra in engineering, control theory and other applications. Recent versions have the capability to carry out many routines on large matrices relatively efficiently.
1. Find a computer
MATLAB is available in all student PC labs on campus via Apps Everywhere. To get MATLAB on an individual PC such as a laptop, go to the ISS helpdesk in the learning zone. Current laptops have the capacity to host MATLAB, although the wireless connections impose limitations on the speed of operations.
2. Connect to MATLAB
Click on the MATLAB icon, and one or more windows will open. The one you mainly require is the command window, which has a prompt, at which you should type all commands,
3. Type in some matrices
MATLAB uses to start a matrix, to finish a matrix, comma to separate the entries of a matrix, and semi colon to finish a row in a matrix.
(i) So when you type in
out comes
(ii) Now type in
out comes
then to get the transpose, type
and out comes
(iii) To obtain a identity matrix, introduce
and out comes
4. Do some arithmetic
i) To add and , just type
ii) To multiply the entries of by , type
iii) To multiply on the right by , type
and out comes
iv) Now multiply on the right by by making
and add the identity to make
5. Try out some commands
i) To find the row reduced echelon form of , type
ii) To find the eigenvalues of , type
and you get a list of the approximate numerical eigenvalues.
iii) To find the inverse of , type
and the inverse matrix appears with approximate numererical entries.
iv) To get the exact inverse in terms of rational fractions, type
then
v) The determinant is given by
vi) The characteristic polynomial of is , and the coefficients aregiven by
6. Do some algebra
i) To introduce an algebraic variable, type
ii) then try
to build a marix with polynomial entries.
iii) Then the inverse is
7. Complex numbers
i) Type
find the real and imaginary parts
ii) Find the modulus and argument via
8. Sign off
Finished? Or something else to do? then sign off using