Skip to content

Commit

Permalink
fix(stokes): t should be theta
Browse files Browse the repository at this point in the history
smh, see #247
vEnhance committed Aug 3, 2024
1 parent 068b4ec commit 0ecf33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex/diffgeo/stokes.tex
Original file line number Diff line number Diff line change
@@ -386,7 +386,7 @@ \section{Boundaries}
[Boundary of a unit disk]
Consider the unit disk given by
\[ c \colon [0,1] \times [0,1] \to \RR^2 \quad\text{by}\quad
(r,\theta) \mapsto r\cos(2\pi t)\ee_1 + r\sin(2\pi t)\ee_2. \]
(r,\theta) \mapsto r\cos(2\pi \theta)\ee_1 + r\sin(2\pi \theta)\ee_2. \]
The four parts of the boundary are shown in the picture below:
\begin{center}
\begin{asy}

0 comments on commit 0ecf33f

Please sign in to comment.