vault backup: 2024-10-16 15:34:02

This commit is contained in:
Dane Sabo 2024-10-16 15:34:02 -04:00
parent 87ea7a4bd1
commit d2a99b2611

View File

@ -27,7 +27,7 @@ $$ \mathcal{P} = \left\{ \frac{1}{(m+e_m)s^2 + (b+e_b)s + (k + e_k)} \right\} \t
\matrix{m_{min} \leq m+e_m \leq m_{max} \\
b_{min} \leq b +e_b \leq b_{max} \\
k_{min} \leq k +e_k \leq k_{max}} $$
where $e_i$ is the difference between the nominal value of $i$, and the real value on the actual plant.
where $e_m$ is the difference between the nominal mass and the actual as-built mass. $e_b$ and $e_k$ follow similar logic.
(The disk multiplicative perturbation)
(Explain how actually getting to W_2 isn't really trivial).