Use Unicode subscript notation for transfer-function variables

This commit is contained in:
2026-04-04 18:25:03 -05:00
parent 9b1ce3d3a9
commit 6c40cdc275

View File

@@ -82,22 +82,22 @@ This version shows the same coupled dynamics using gain blocks and integrator tr
```mermaid
flowchart LR
Z1[State z1] --> G11[Gain -k1/m1]
Z1[State z] --> G11[Gain -k/m]
G11 --> S1[Sum z̈₁]
Z2[State z2] --> G12[Gain +k1/m1]
Z2[State z] --> G12[Gain +k/m]
G12 --> S1
S1 --> I11[Transfer block 1/s]
I11 --> Z1D[State ż₁]
Z1D --> I12[Transfer block 1/s]
I12 --> Z1
U[Input force u] --> G2U[Gain 1/m2]
U[Input force u] --> G2U[Gain 1/m]
G2U --> S2[Sum z̈₂]
Z1 --> G21[Gain k1/m2]
Z1 --> G21[Gain k/m]
G21 --> S2
Z2 --> G22["Gain -(k1 + k2)/m2"]
Z2 --> G22["Gain -(k + k)/m"]
G22 --> S2
Z2D[State ż₂] --> G23[Gain -b/m2]
Z2D[State ż₂] --> G23[Gain -b/m]
G23 --> S2
S2 --> I21[Transfer block 1/s]
I21 --> Z2D