Skip to content

Commit cd41a88

Browse files
Update annulus.jl
1 parent 6a67286 commit cd41a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/annulus.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# ```math
44
# f(x,y) = \frac{x^3}{x^2+y^2-\frac{1}{4}},
55
# ```
6-
# over the annulus defined by $\{(r,\theta) : \frac{2}{3} < r < 1, 0 < \theta < 2\pi\}$.
7-
# We will calculate the integral:
6+
# over the annulus defined by $\{(r,\theta) : \rho < r < 1, 0 < \theta < 2\pi\}$
7+
# with parameter $\rho = \frac{2}{3}$. We will calculate the integral:
88
# ```math
99
# \int_0^{2\pi}\int_{\frac{2}{3}}^1 f(r\cos\theta,r\sin\theta)^2r{\rm\,d}r{\rm\,d}\theta,
1010
# ```

0 commit comments

Comments
 (0)