Bongsam's Math & IT Blog

Recording stories about math, coding, utils, and education.
Sharing technical explorations for better education.

Recent Posts

View All
school-math

[Common Math 1 Part 9] Identities and Undetermined Coefficients: Coefficient Comparison and Substitution

Builds the method of undetermined coefficients from polynomial identities and distinguishes coefficient comparison from substitution as tools inside that method.

#common-math-1#polynomial#identity
school-math

[Common Math 1 Part 10] Factorization and the Roots of Equations

Learn how factorization turns the form of a polynomial into information about an equation's roots, and why the point where real-number factorization stops leads to complex numbers

#common-math-1#factorization#equation
school-math

[Common Math 1 Part 11] Why Quadratic Equations Lead to Complex Numbers

Understand why complex numbers are needed through quadratic equations that cannot be solved in the real numbers, and learn their basic form and simple calculations

#common-math-1#complex-number#quadratic-equation
infra

[Docker Series Part 2] Connecting Images and Containers with Dockerfiles

Learn how Dockerfiles turn instructions into images, how those images become containers, and why that workflow locks environments into code.

#docker#dockerfile#image
advanced-math

[Linear Algebra Series Part 1] A Linear Algebra Roadmap for Programmers

See how this 20-part linear algebra series is sequenced for programming, machine learning, graphics, and data work, and why it is ordered this way.

#linear-algebra#programming-math#roadmap
advanced-math

[Linear Algebra Series Part 2] Seeing Scalars and Vectors Through a Programmer's Lens

Understand the difference between scalars and vectors by connecting coordinates, feature vectors, and embeddings from a programming perspective.

#linear-algebra#vectors#embeddings