TUTORIAL: Quantum for All — Topic: Normalization (Beginner Level)
1. The Power of "Clean" Numbers The [6, 8] Challenge In my "Quantum for All" journey, I always tell my students: the universe sometimes gives us a "clean" path. Before we face the messy square roots, we must master the perfect squares. The Problem Imagine a simple qubit in this unnormalized state: V = [ 6, 8 ] Step 1: Find the "Weights" We square the entries to find their raw power. Top Slot (6): 6 squared = 36 Bottom Slot (8): 8 squared = 64 Step 2: Sum the Weights Add them together to see our total unnormalized value: 36 + 64 = 100 Step 3: Find the Normalization Factor (N) Because 100 is a Perfect Square , we find a clean integer for our divisor: N = √100 = 10 Step 4: The Final "Legal" Vector Divide our original numbers (6 and 8) by our factor (10). 6 / 10 = 0.6 8 / 10 = 0.8 Normalized State |ฯ> = [ 0.6, 0.8 ] 2. Staying Exact with Roots The [1, 2] Challenge What happens when the math doesn't end in a perfect 100? In resea...