awoo
Browse filesSigned-off-by: Balazs Horvath <[email protected]>
- LINEAR_ALGEBRA.md +5 -3
LINEAR_ALGEBRA.md
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
# Linear Algebra for Furries
|
2 |
|
3 |
-
|
4 |
|
5 |
## Linear Algebra Basics
|
6 |
|
7 |
-
---
|
8 |
-
|
9 |
Linear Algebra is a branch of mathematics that deals with vectors, vector spaces and linear transformations. It has wide applications in fields like physics, computer graphics, data analysis and generating yiff.
|
10 |
|
11 |
### Vectors
|
@@ -14,6 +12,10 @@ Linear Algebra is a branch of mathematics that deals with vectors, vector spaces
|
|
14 |
|
15 |
Vectors are mathematical objects that have both magnitude (size) and direction. They can represent physical quantities like force, velocity or displacement. For example, if you're a furry running in a park, your velocity is a vector - it has a speed (magnitude) and a direction you're running in.
|
16 |
|
|
|
|
|
|
|
|
|
17 |
Vectors are often represented as an array of numbers, where each number corresponds to a coordinate in space. In a 2D plane, a vector $v$ can be represented as an ordered pair: $v = [v_1, v_2]$. Here $v_1$ and $v_2$ are the components of $v$ along the x and y axes respectively.
|
18 |
|
19 |
For example, the vector $v = [2, 3]$ can be visualized as an arrow starting at the origin $(0, 0)$ and pointing 2 units in the positive x-direction and 3 units in the positive y-direction.
|
|
|
1 |
# Linear Algebra for Furries
|
2 |
|
3 |
+
<!--markdownlint-disable MD033 -->
|
4 |
|
5 |
## Linear Algebra Basics
|
6 |
|
|
|
|
|
7 |
Linear Algebra is a branch of mathematics that deals with vectors, vector spaces and linear transformations. It has wide applications in fields like physics, computer graphics, data analysis and generating yiff.
|
8 |
|
9 |
### Vectors
|
|
|
12 |
|
13 |
Vectors are mathematical objects that have both magnitude (size) and direction. They can represent physical quantities like force, velocity or displacement. For example, if you're a furry running in a park, your velocity is a vector - it has a speed (magnitude) and a direction you're running in.
|
14 |
|
15 |
+
<img src="https://huggingface.co/k4d3/yiff_toolkit/resolve/main/static/linear_algebra/furry-running.jpg" alt="A furry running in a park." width="512" height="512"/>
|
16 |
+
|
17 |
+
*This furry has a velocity.*
|
18 |
+
|
19 |
Vectors are often represented as an array of numbers, where each number corresponds to a coordinate in space. In a 2D plane, a vector $v$ can be represented as an ordered pair: $v = [v_1, v_2]$. Here $v_1$ and $v_2$ are the components of $v$ along the x and y axes respectively.
|
20 |
|
21 |
For example, the vector $v = [2, 3]$ can be visualized as an arrow starting at the origin $(0, 0)$ and pointing 2 units in the positive x-direction and 3 units in the positive y-direction.
|