0% found this document useful (0 votes)
26 views

Assignment 01

This document contains 10 questions regarding linear system theory for an assignment in the Linear System Theory course EE6301. The questions cover topics like independence of vectors, subspaces of matrices, Gram-Schmidt orthonormalization, change of basis, diagonalization of matrices, solution of matrix equations, fundamental subspaces via SVD, and singular value decomposition. Students are asked to show their work using SciLab or MATLAB and submit their solutions in a single PDF file by the given deadline.

Uploaded by

sanjay rathore
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Assignment 01

This document contains 10 questions regarding linear system theory for an assignment in the Linear System Theory course EE6301. The questions cover topics like independence of vectors, subspaces of matrices, Gram-Schmidt orthonormalization, change of basis, diagonalization of matrices, solution of matrix equations, fundamental subspaces via SVD, and singular value decomposition. Students are asked to show their work using SciLab or MATLAB and submit their solutions in a single PDF file by the given deadline.

Uploaded by

sanjay rathore
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Linear System Theory-EE6301

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

Q-4. Consider two basis for space:R3 .


           
 2 3 −4   −2 −4 5 
{e1 , e2 , e3 } = 1 , −2 ,  2  ; {ê1 , ê2 , ê3 } =  3  , −3 , −2 (2)
4 −2 1 1 −2 0
   

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

Dept. of Electrical Engg. NIT Rourkela Page 1 of 2


Linear System Theory-EE6301

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.

Also find the general solution for both the cases.


Q-7. Consider the last four digits of your institute roll number as “abcd” (d at unit place), make
 T
a vector u = a b c d then calculate following;

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)

Q-9. Calculate the eigenvalues and eigenvectors of A.


Q-10. Decompose the matrix A and B using singular value decomposition method. Verify the
decomposition by re-evaluating the SVD relation.

Dept. of Electrical Engg. NIT Rourkela Page 2 of 2

You might also like