vault backup: 2024-01-19 09:14:11
This commit is contained in:
parent
b8f4632d95
commit
e71bd043e1
@ -1,4 +1,13 @@
|
|||||||
https://www.youtube.com/watch?v=sULa9Lc4pck
|
https://www.youtube.com/watch?v=sULa9Lc4pck
|
||||||
|
|
||||||
$$log_a $$
|
$$log_a(b) $$
|
||||||
Pronounced log *base* a, this function is used to figure out
|
Pronounced log *base* a, this function is used to figure out what exponent you need to raise $a$ to to get $b$.
|
||||||
|
|
||||||
|
$log_ab = c$ can be rewritten as $a^c = b$.
|
||||||
|
|
||||||
|
$$ 5^{log_5^(x+2)}=x+2 $$
|
||||||
|
By default, $log$ refers to $log_{10}$. $ln$ is shorthand for $log_e$.
|
||||||
|
|
||||||
|
$$ \sqrt{x} = x^{1/2} $$
|
||||||
|
To get the reciprocal of a value, change the sign of the exponent.
|
||||||
|
$$ x =
|
Loading…
Reference in New Issue
Block a user