You are on page 1of 1

Assignment # 01

Create a diary session called (Your Registration Number) in which you should complete the
following exercises.
Define

A = [Any 4 X 4 matrix] b = [Any 4 X 1 matrix] c = [Any 1 X 4 matrix]

1. Calculate the following (when defined)


(a) A × b
(b) a + 4
(c) b × a
(d) a × b’
(e) A × a’

2. Explain any differences between the answers that MATLAB gives when you type in A*A,
A^2 and A.^2.

3. What is the command that isolates the submatrix that consists of the 2nd to 3rd rows of the
matrix A?

4. Solve the linear system A x = b for x. Check your answer by multiplication.

*Edit your text file to delete any errors (or typos) and hand in a readable printout.

*Any kind of plagiarism will be awarded zero marks.

*Due before the start of next lab. No Late Submission.

All the Best 

You might also like