Skip to content

Commit

Permalink
Update moment_of_inertia.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
kelliehalloran authored Nov 18, 2024
1 parent dc3f00e commit 3c229fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/sta/moment_of_inertia.astro
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ Moments of inertia of simple shapes can be combined to calculate the moments of
<InlineEquation equation="\\bar{I_{y'}} = \\frac{1}{12}b^3 h" />
<br>
<br>
<InlineEquation equation="J_c = \\frac{1}{12}bh(b^2+h^2)"/>
</td>
<td style="vertical-align: middle">
<InlineEquation equation="I_x = \\frac{1}{3}b h^3"/>
Expand All @@ -245,7 +246,7 @@ Moments of inertia of simple shapes can be combined to calculate the moments of
<InlineEquation equation="I_y = \\frac{1}{3}b^3 h"/>
<br>
<br>
<InlineEquation equation="J_c = \\frac{1}{12}bh(b^2+h^2)"/>

</td>
</tr>
</tbody>
Expand Down

0 comments on commit 3c229fb

Please sign in to comment.