clarification of which inverse
Currently is says "inverse" which can be confused with additive inverse I think it is better to specify that we are talking here about "multiplicative inverse" which is also "reciprocal".main
parent
1f542d2757
commit
d4bc8b07c7
|
@ -525,7 +525,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"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",
|
||||
"$\\dfrac{\\textbf{u}}{\\lambda} = \\dfrac{1}{\\lambda} \\times \\textbf{u}$"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue