24-677 – Homework 2 Solved

$ 24.99
Category:

Description

24-677 Special Topics: Linear Control Systems
Prof. D. Zhao
• Your online version and its timestamp will be used for assessment. The paper version, will only be used for backup purposes.
• We will use Gradescope ( https://www.gradescope.com/) to grade. The link is on the panel of CANVAS. If you are confused about the tool, post your questions on Piazza. • At the start of every exercise you will see topic(s) on what the given question is about and what will you be learning.
• The Gradescope Autograder python script for submitting your theory homework answers will be given to you. The script is named ”hw2 theory.py” and you have to submit it with your answers. Carefully refer to the further instructions given in the script for submission format.
• For the programming assignment, copy and paste, or export your answer script into a python file named ”hw2 script.py”. Follow the further instructions given in the jupyter notebook named ”PHW2 qs.ipynb” for information on submission format of your answers.
• Submit hw2 theory.py, hw2 script.py, hw2 output.npy to Gradescope under ”Programming Assignment 2” and pdf/images to ”Homework 2”.
• We advise you to start with the assignment early. All the submissions are to be done before the respective deadlines of each assignment. For information about the late days refer to the Syllabus in Canvas.
Exercise 1. Linear dependence
Consider the following set of vectors.
Determine whether they are Linearly dependent or independent.
 −1   1   2 
 
1.  −9 , 3 , −2  in the space of real 3 -tuples over the field of reals,
 0 0 1 
(R2,R).
2. in the space of complex pairs over the field of
reals,(C2,R).
3. {2s2 + 2s − 1,−2s2 + 2s + 1,s2 − s − 5} in the space of polynomials over the field of reals.
 3 
4. {x1,x2,x3,x4} such that:and x4 =  55 

7
Exercise 2. Norms
What are the 1-norm, 2-norm, and infinite-norm of the vectors
x x
Exercise 3. Change of basis
Let B = {b1,b2} and C = {c1,c2} be bases for a vector space V, and suppose
b1 = 6c1 − 2c2 and b2 = 9c1 − 4c2
1. Find the change-of-basis matrix from B to C .
2. Consider x = −3b1 + 2b2. Using the change-of-basis matrix obtained in question 1, find the coordinates of x in basis C.
Exercise 4. Basis and span
Determine the basis for W ⊂ R4 spanned by four vectors
 −1   2   3   5 
{y1,y2,y3,y4} =  −15 , 17 , 102 , −15515 
 7 −8 −11
 3   4   −1 
Is W? is W? is W?
Exercise 5. Inner product
Find the inner product of the following given vectors x1 = [1,12,18]T and x2 = [25,37,11]T.

Reviews

There are no reviews yet.

Be the first to review “24-677 – Homework 2 Solved”

Your email address will not be published. Required fields are marked *