You are on page 1of 1

ASSIGNMENT # 1

Numerical Analysis and Computations (Lab)


Instructor Miss Hira Naz
Date:24-02-2017 Submission Date: 08-
03-2017

Q.1 Solve the following system by using MATLAB with Back Substitution
method.

4X1 X2 +2X3+2X4 X5 = 4

-2X2+6X3+2X4+7X5= 0

X3 X4-2X5 = 3

-2X4 X5 =10

3X5=6

Q.2 If A= [3 2 ; 1 -1] and B= [-1 ; 1] then find

I. Determent of A
II. Inverse
III. Trace
IV. Rank
V. Row reduced echelon

Q.3 Solve the system by using Cramers rule A= [2 1 1; 1 -1 -1; 1 2 1 ]

and B= [3; 0 ; 0]

You might also like