{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# How to Make a Wormhole\n", "\n", "## Part 1: Yanking" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "$$\\begin{pmatrix}1 & 0\\\\\\ 0 & 1\\end{pmatrix}$$\n", "\n", "We begin with the 2x2 identity matrix, which has the property:\n", "\n", "$$\\begin{pmatrix}1 & 0\\\\\\ 0 & 1\\end{pmatrix} \\begin{pmatrix}a \\\\\\ b\\end{pmatrix} = \\begin{pmatrix}a \\\\\\ b\\end{pmatrix}$$\n", "\n", "