From 625d29fe77874907c038166fb448fb0be4e86b75 Mon Sep 17 00:00:00 2001 From: Maciej Topyla <m.m.topyla@student.tudelft.nl> Date: Sat, 3 Sep 2022 21:08:55 +0000 Subject: [PATCH] 1st major update, closes !14 --- src/2_coordinates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/2_coordinates.md b/src/2_coordinates.md index 3744327..2abb3ae 100644 --- a/src/2_coordinates.md +++ b/src/2_coordinates.md @@ -21,7 +21,7 @@ The most common coordinates are *Cartesian coordinates*, where we use a number $n$ of perpendicular axes. The coordinates corresponding to these axes are $x_j$ where $j=1, \ldots, n$. -Cartesian coordinates are simple to describe and operate in. The coordinate axes are +Cartesian coordinates are simple to describe and operate on. The coordinate axes are straight lines perpendicular to each other. It is therefore very easy to do calculations in Cartesian coordinates. For example, the distance $\Delta s$ between two points $(x_1, x_2, \ldots, x_n)$ -- GitLab