From b407cbfbb563b878baa67ba3d2d4c3daddbca41c Mon Sep 17 00:00:00 2001 From: grindalime <146148518+grindalime@users.noreply.github.com> Date: Wed, 16 Oct 2024 05:16:44 +0000 Subject: [PATCH] fixed title case and add kl --- html/algebra/linear/vectors.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/algebra/linear/vectors.html b/html/algebra/linear/vectors.html index 8f3e83e..8fe0aeb 100644 --- a/html/algebra/linear/vectors.html +++ b/html/algebra/linear/vectors.html @@ -42,10 +42,10 @@
- vector form of a line + Vector Form of a Line
- Suppose that \( d , p \) are vectors, then we say that the set \( l := \left \lbrace x : x = t d + p , \text{ for some } t \in \mathbb{R} \right \rbrace \) is a line and say that the vector equation for the line is + Suppose that \( d , p \) are vectors, then we say that the set \( l := \left \lbrace x : x = t d + p , \text{ for some } t \in \mathbb{R} \right \rbrace \) is a line and say that the vector equation for the line is
\( x = t d + p \)
We also say that \( d \) is the direction vector for \( l \)