Did you know every polynomial has a secret root?
Image: Euclid, Public domain, via Wikimedia Commons
Did you know every polynomial has a secret root?
Imagine you're trying to solve a mystery where clues are scattered in a complex maze. Each clue leads you closer to the treasure, but you need to find a specific starting point to begin your journey.
The fundamental theorem of algebra tells us that for any complex maze (polynomial), there's always at least one starting point (root) that will guide you to the treasure (solve the polynomial). The technical term is the Fundamental Theorem of Algebra.
Example
In a maze with 5 clues (degree 5), you can be sure there's at least one starting point (root) that unlocks the path to the treasure (solution).
Remember this
Remember, every complex maze (polynomial) has at least one starting point (root) that leads you to the treasure (solution).
Text adapted from Wikipedia, licensed under CC BY-SA 4.0.
Sturm's theorem
Can you always split a polynomial into simpler pieces to find its roots?
Cayley–Hamilton theorem
Cayley-Hamilton theorem states every matrix satisfies its own characteristic equation
orthogonal matrices preserve distances: O^T O = I means no stretching or squashing
How can you stretch or squash a square without changing its shape?
parametric polymorphism does: a function works for any type T without knowing what T is
Parametric polymorphism allows code to work with any type T
Torus
Ever wondered how a doughnut's shape is mathematically understood?
Master theorem (analysis of algorithms)
Master theorem solves T(n) = aT(n/b) + f(n) recurrences
Swipe through 100 ML concepts daily
Open Pocket Polymath