Scheduling Lab
Please Log In for full access to the web site.
Note that this link will take you to an external site (https://shimmer.mit.edu) to authenticate, and then you will be redirected back to this page.
You are viewing the PRELIMINARY 6.3100 Spring 2026 web site. Please note that information on this page may change throughout the semester, please check back frequently.
We are designing a discrete-time proportional feedback controller for a second-order system. Your task is to enter the closed-loop state matrix
A(K_p) = \begin{bmatrix}
\dfrac{143}{150} - \dfrac{8\,K_p}{15} & \dfrac{7\,K_p}{150} \\[8pt]
1 & 0
\end{bmatrix}
as a Python nested list whose entries are expressions in Kp.
For example, the top-left entry would be written 143/150 - (8*Kp)/15.
After you submit, three plots of your A(K_p) will appear immediately: an eigenvalue root-locus, and state trajectories x[n] = A(K_p)^n [1,1]^T for n=0,\ldots,30 at K_p=0 and K_p=5. If you then click Show Answer, the same three plots for the correct matrix will appear alongside the solution formula.
A(K_p)\;=\;