From 23c67f002f05ee390e423827b3acdb348cb9d0b2 Mon Sep 17 00:00:00 2001 From: light7734 Date: Sat, 7 Jun 2025 14:10:38 +0330 Subject: [PATCH] extend essence of linear algebra note --- .../the-graphics-pipeline/geometry-processing/+page.svx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/routes/articles/the-graphics-pipeline/geometry-processing/+page.svx b/src/routes/articles/the-graphics-pipeline/geometry-processing/+page.svx index d7c2102..df6349a 100644 --- a/src/routes/articles/the-graphics-pipeline/geometry-processing/+page.svx +++ b/src/routes/articles/the-graphics-pipeline/geometry-processing/+page.svx @@ -519,8 +519,11 @@ Let's go over these points one by one. -If you're interested in **mathematics** (bet you are) and **visualization**, then I highly recommend watching the [Essence of Linear Algebra](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab) -by **3Blue1Brown**. His math series has great intuitive explanations using smooth visuals. +A **visual** and very **intuitive** explaination of these concepts is beyond the scope of this article. +If you're interested in **mathematics** (bet you are) and **visualization**, +then I highly recommend watching the [Essence of Linear Algebra](https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab) +by **3Blue1Brown**. +His math series can give you a great intuitive understanding using very smooth visuals. And much of my own understanding comes from this series---and the other sources references at the end.