extend essence of linear algebra note
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-06-07 14:10:38 +03:30
parent e40660c113
commit 23c67f002f
Signed by: light7734
GPG key ID: B76EEFFAED52D359

View file

@ -519,8 +519,11 @@ Let's go over these points one by one.
<Note title="The Essence of Linear Algebra"> <Note title="The Essence of Linear Algebra">
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) A **visual** and very **intuitive** explaination of these concepts is beyond the scope of this article.
by **3Blue1Brown**. His math series has great intuitive explanations using smooth visuals. 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. And much of my own understanding comes from this series---and the other sources references at the end.
</Note> </Note>