Assignment 01
Assignment 01
Assignment-01
All questions are compulsory. You can use SciLab or MATLAB for verifying your answers. Upload
your solution only in ms-teams assignment section (not in discussion/chat/post), on or before given
submission date, in a single PDF.
Q-1. If u, v, and w are linearly independent in vector space V, then comment on the independence,
with proof, of following;
a. u + 2v − w, and u − 2v − w
b. u − v, v − w, and w − u
Q-2. The set W of n×n is a linear vector space. Determine which of the following sets are subspace
of W
a. The set of n × n diagonal matrices.
b. The set of n × n upper-diagonal matrices.
c. The set of n × n skew-symmetric matrices.
d. The set of n × n singular matrices.
Q-3. Using Gram-Schmidt technique construct ortho-normal basis for the subspace of R4 defined
by vectors,
−1 4 3
4 −3 −1
1 ; x2 = 1 ; and x3 = −2
x1 = (1)
1 1 2
If operator A is given for basis {e1 , e2 , e3 }, then find the representation of operator in the
basis {ê1 , ê2 , ê3 }.
8 −2 −1
A= 4 −2 −3 (3)
2 −3 −3
T
Also, if x = 2 −1 −4 is represented in {ei } then represent the x in basis {êi }
Q-5. Diagonalize the matrix U and U−1 and find the all eigenvectors for both the cases.
0 0 3
U = 0 3 0 (4)
3 0 0
Q-6. Consider the following matrix pair, find values of α such that system has exact solution.
Using,
3 2 1 9 4
A = −4 2 −6 −12 ; b = −3 + 7α ; (5)
1 4 −3 3 −2
a. Gauss-elimination method.
b. Optimal solution method.
p = kuk1 ;
q = kuk2 ;
r = kuk∞
Q-8. From above, make a matrix as given below. If you get rational number q, you can use
q = round(q) function;
2 p
A= (6)
q r
1 −p 1
B= (7)
−q 1 −r
Find dimensions and bases of the four fundamental sub-spaces of given matrix (6) and (7)