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
vasili111 2020-01-07 11:21:50 -06:00 committed by GitHub
parent 1f542d2757
commit d4bc8b07c7
1 changed files with 1 additions and 1 deletions

View File

@ -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}$"
]