Understanding the Dot Product Through Practical Decision-Making Examples
By
egonschiele
The kind of bagel that ruins lesser bagels for you.
Summary
This article explains the dot product concept in linear algebra through a practical real-world example of choosing a city to live in. The author uses a scenario where they and their wife scored cities based on criteria like weather and affordability, then demonstrates how weights can be applied to prioritize certain factors (like preferring San Francisco's weather) using the dot product mathematical operation.
Key quotes
· 5 pulledWhen my wife and I were deciding which city to live in, we made a list of cities, and scored each city based on some criteria.
You can see we loved the weather in San Francisco, but Minneapolis was way cheaper to live in.
After this was done, we just added up the columns to figure out which city to live in!
Here's the thing, though: I really liked the weather in San Francisco. I wanted some way to do this calculation, but have the weather matter more.
Well, I could do that by using weights.
You might also wanna read
Think Linear Algebra: A Code-First, Case-Based Introduction to Linear Algebra with Python
Think Linear Algebra is a code-first, case-based educational book that teaches linear algebra through real-world problems and Python program
Sostactic: Lean4 Tactics for Proving Polynomial Inequalities with Sum-of-Squares Certificates
Sostactic is a Lean4 mathematical proof assistant tool that provides tactics for proving polynomial inequalities using sum-of-squares (SOS)
The Step-Size Trap: How Numerical Differentiation Fails with Floating-Point Arithmetic
The article explores the mathematical and computational challenges of numerical differentiation, specifically the step-size trap in finite d
Simulating the Ladybug Clock Puzzle: A Computational Approach to a Mathematical Problem
The article discusses a mathematical puzzle about a ladybug moving around a clock face, visiting all hour markers exactly once, and asks for
Using Quantifier Elimination to Solve Mathematical Competition Problems
The article discusses using quantifier elimination, a powerful computational technique from mathematical logic, to solve competition math pr
Mathlib4: The Mathematical Library for Lean 4 Theorem Prover
Mathlib4 is the mathematical library for the Lean 4 theorem prover, containing programming infrastructure, mathematical content, and develop
