Skip to content
truthxify
← Journal

Phase 1 — Python & Math

April 21, 2026

Continue learning Mathematics for ML and Python crash course

What I Did

Completed week 2 of Mathematics for ML - Linear Algebra

Read a couple more chapters in Python crash course

What I Learned

Learned a whole bunch of things(most things I've done before), learn about solving systems of linear equations, rank of a matrix, echelon form, diagonal matrix and Gaussian elimination method

Implemented Gaussian elimination method in Python

Bugs & Blockers

None

Concepts That Need More Time

Implementing algorithms -- feeling a little bit rusty with expressing mathematics algorithm in code

Tomorrow

Complete week 3 of the Mathematics for ML(Linear Algebra)

Continue reading my Python crash course book

Wins

Implemented Gaussian elimination method in Python