🦞🌯 Lobster Roll

Stories by diegoofernandez

How the most feared algorithm in algebra is simple
When I started implementing Buchberger&#x27;s algorithm in TypeScript for my algebraic engine RomiMath, I discovered something surprising: this algorithm, considered one of the most complex in computational algebra, is actually pure mechanics.<p>Let&#x27;s break it down to earth, step by step, witho...
Gröbner Bases Explained: From Abstract Algebra to Real-World Optimization
The applications are indeed vast. Think of Gröbner bases as a &quot;universal coordinate system&quot; for solving multivariate polynomial systems. Some concrete examples:<p>Robotics &amp; Kinematics: Calculate exact joint angles for robotic arms to reach target positions while avoiding collisions a...
I built a Gröbner Basis engine that solves 7-variable systems in the browser
I&#x27;m a self-taught developer without formal education. After 3 months of intense study, I built a Gröbner basis engine that runs in the browser.<p>What it does: - Solves complex 4D systems like w²+x²+y²+z²=1 with symmetric constraints - 5-polynomial basis in 10 iterations - Exact BigInt arithmet...
Mathematics are easy — You just have to see them differently (romimath.pages.dev)