Created using Colaboratory

This commit is contained in:
udlbook
2023-10-05 09:19:41 +01:00
parent 2653116c47
commit ff29fc34e8

View File

@@ -341,7 +341,7 @@
"id": "R6A4e5IxIWCu" "id": "R6A4e5IxIWCu"
}, },
"source": [ "source": [
"Now let's consider the logarithm function $y=\\log[x]$. Throughout the book we always use natural (base $e$) logarithms. The log funcction maps non-negative numbers $[0,\\infty]$ to real numbers $[-\\infty,\\infty]$. It is the inverse of the exponential function. So when we compute $\\log[x]$ we are really asking \"What is the number $y$ so that $e^y=x$?\"" "Now let's consider the logarithm function $y=\\log[x]$. Throughout the book we always use natural (base $e$) logarithms. The log function maps non-negative numbers $[0,\\infty]$ to real numbers $[-\\infty,\\infty]$. It is the inverse of the exponential function. So when we compute $\\log[x]$ we are really asking \"What is the number $y$ so that $e^y=x$?\""
] ]
}, },
{ {