commit
4307238b55
|
@ -525,7 +525,7 @@
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"As you might guess, dividing a vector by a scalar is equivalent to multiplying by its inverse:\n",
|
"As you might guess, dividing a vector by a scalar is equivalent to multiplying by its multiplicative inverse (reciprocal):\n",
|
||||||
"\n",
|
"\n",
|
||||||
"$\\dfrac{\\textbf{u}}{\\lambda} = \\dfrac{1}{\\lambda} \\times \\textbf{u}$"
|
"$\\dfrac{\\textbf{u}}{\\lambda} = \\dfrac{1}{\\lambda} \\times \\textbf{u}$"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue