Skip to content

Commit

Permalink
Update vector_calculus.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrayb committed Sep 10, 2024
1 parent d81b3d7 commit a14950f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dyn/vector_calculus.astro
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ import DisplayTable from "../../components/DisplayTable.astro"

<ul>
<li>If only \( r \) changes: <InlineEquation equation="\\dot{\\hat{e}}_r = 0" /> and <InlineEquation equation="\\dot{\\hat{e}}_\\theta = 0" /> </li>
<li>If only <InlineEquation equation="\\theta" /> changes: <InlineEquation equation="\\dot{\\hat{e}}_r \neq 0" /> and <InlineEquation equation="\\dot{\\hat{e}}_\\theta \neq 0" /> </li>
<li>If only <InlineEquation equation="\\theta" /> changes: <InlineEquation equation="\\dot{\\hat{e}}_r \\neq 0" /> and <InlineEquation equation="\\dot{\\hat{e}}_\\theta \\neq 0" /> </li>
</ul>
</div>
</Example>
Expand Down

0 comments on commit a14950f

Please sign in to comment.