Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 912 Bytes

File metadata and controls

17 lines (13 loc) · 912 Bytes

Python Review

This repo consists of me revewing my Python skills after having learnt it around~2020 and 2021. I automated a good deal of Linear Algebra Assigmnets along the way, I'll share some screenshots below

Screenshots

Quick Note

I do want to make a visual interpretation of this in the future. For the moment being, it is just text *:)* Gram Schmidt Algorithm. Generate an orthogonal basis from any vector V = {n1,n2,...}

image

Inner Product, Vector Projection onto a Span W={b1,b2} image

What I learned

Python is very efficient and friendly at computational tasks. I can now see why python is widley used in all types of data science, research, and developement. Thanks for stopping by!