You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix punctuation and improve code formatting in singular control example
- Fix double punctuation in mathematical explanations (remove duplicate colons)
- Improve code formatting: add explicit return nothing in shoot! function
- Add blank line for better readability in function definition
- Make sentences more fluid by combining with commas instead of line breaks
The only non-zero contribution comes from the $(x, p_1)$ pair:
137
+
whenever $H_{101} \neq 0$. Computing $H_{001} = \{H_0, H_{01}\}$ with $H_{01} = -p_1 \sin\theta + p_2 \cos\theta$, the only non-zero contribution comes from the $(x, p_1)$ pair:
Computing $H_{101} = \{H_1, H_{01}\}$ with $H_1 = p_3$ and $H_{01} = -p_1 \sin\theta + p_2 \cos\theta$:
146
-
147
-
The only non-zero contribution comes from the $(\theta, p_3)$ pair:
143
+
Computing $H_{101} = \{H_1, H_{01}\}$ with $H_1 = p_3$ and $H_{01} = -p_1 \sin\theta + p_2 \cos\theta$, the only non-zero contribution comes from the $(\theta, p_3)$ pair:
0 commit comments