From ddce9ed44ba5b4be6ae3c70c899bba7861fb0d35 Mon Sep 17 00:00:00 2001 From: Maciej Topyla <m.m.topyla@student.tudelft.nl> Date: Sat, 3 Sep 2022 16:50:51 +0000 Subject: [PATCH] Syntax fix --- src/2_coordinates.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/2_coordinates.md b/src/2_coordinates.md index dd03e62..16462e9 100644 --- a/src/2_coordinates.md +++ b/src/2_coordinates.md @@ -70,8 +70,7 @@ the angular coordinate $\varphi$ is dimensionless. <figure markdown>  - <figcaption>In this example of a polar plot, you can distinguish the radial coordinate (0.2, 0.4 etc.) -from the angular one expressed in degrees ($0^\circ$, $45^\circ$ etc.).</figcaption> + <figcaption>In this example of a polar plot, you can distinguish the radial coordinate (0.2, 0.4 etc.) \\from the angular one expressed in degrees ($0^\circ$, $45^\circ$ etc.).</figcaption> </figure> @@ -134,7 +133,7 @@ We can use the same arguments also for the area: since the different segments are approximately perpendicular, we find the area by simply multiplying them: -!!! info "Surface element in polar coordinates +!!! info "Surface element in polar coordinates" $$dA = r dr d\varphi.$$ This is an important formula to remember for integrating in polar -- GitLab