diff options
author | Prefetch | 2023-06-14 20:25:38 +0200 |
---|---|---|
committer | Prefetch | 2023-06-14 20:25:38 +0200 |
commit | 5a4eb1d13110048b3714754817b3f38d7a55970b (patch) | |
tree | 975911ae346719359ca5279655221fa7d0c93154 /source/know/concept/cylindrical-polar-coordinates | |
parent | 7ec42764de400df4db629780f3c758f553ac5a93 (diff) |
Improve knowledge base
Diffstat (limited to 'source/know/concept/cylindrical-polar-coordinates')
-rw-r--r-- | source/know/concept/cylindrical-polar-coordinates/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/know/concept/cylindrical-polar-coordinates/index.md b/source/know/concept/cylindrical-polar-coordinates/index.md index fe7d7c1..cf227a6 100644 --- a/source/know/concept/cylindrical-polar-coordinates/index.md +++ b/source/know/concept/cylindrical-polar-coordinates/index.md @@ -12,9 +12,9 @@ layout: "concept" by describing the location of a point in space using the variables $$(r, \varphi, z)$$. The $$z$$-axis is unchanged from the Cartesian system, -hence it is called *cylindrical*. +hence the name *cylindrical*. -Cartesian coordinates $$(x, y, z)$$ +[Cartesian coordinates](/know/concept/cartesian-coordinates/) $$(x, y, z)$$ and the cylindrical system $$(r, \varphi, z)$$ are related by: $$\begin{aligned} |