diff options
author | Preston Pan <preston@nullring.xyz> | 2022-12-25 16:54:59 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-12-25 16:54:59 -0800 |
commit | 0c024e93b606406843aad28e1e3948e956241e91 (patch) | |
tree | 7899180ba414b3dd41c9f9149b1ae66a929242a6 /build/website/mathematics/linear_algebra/source/introduction.ms | |
parent | 744bc6dd940adcbedb425ba3b472b0ca22302cf9 (diff) |
change webring
Diffstat (limited to 'build/website/mathematics/linear_algebra/source/introduction.ms')
-rw-r--r-- | build/website/mathematics/linear_algebra/source/introduction.ms | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/build/website/mathematics/linear_algebra/source/introduction.ms b/build/website/mathematics/linear_algebra/source/introduction.ms index 106ffec..6b69a41 100644 --- a/build/website/mathematics/linear_algebra/source/introduction.ms +++ b/build/website/mathematics/linear_algebra/source/introduction.ms @@ -45,7 +45,8 @@ coord x 0, 11 y 0, 11 Now, let's imagine that this point $(3, 2)$ represents a force in a certain direction. For example, we can draw a line from the origin to this point and the resulting force's magnitude will be represented by the length of the line in question (which can be obtained -via the pythagorean theorem). +via the pythagorean theorem), and the direction of the force will be outwards from the origin +following the line. .G1 draw solid @@ -55,3 +56,16 @@ coord x 0, 11 y 0, 11 "(3, 2)" above at 3,2 "$sqrt {3 sup 2 + 2 sup 2}$" above at 1,2 .G2 + +.PP +We can now imagine another line segment drawn from the origin $(-1, 3)$, which we can imagine +to be another force acting in a different direction with a different magnitude: + +.G1 +draw solid +coord x -10, 10 y -10, 10 +0 0 +3 2 +-1 3 +"(3, 2)" above at 3,2 +.G2 |