summaryrefslogtreecommitdiff
path: root/html/encyclopedia
diff options
context:
space:
mode:
Diffstat (limited to 'html/encyclopedia')
-rw-r--r--html/encyclopedia/mathematics.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/html/encyclopedia/mathematics.html b/html/encyclopedia/mathematics.html
index a7001bb..da06a9e 100644
--- a/html/encyclopedia/mathematics.html
+++ b/html/encyclopedia/mathematics.html
@@ -58,19 +58,20 @@
<p class="math">\(f(x) = ax + b\)</p>
<p class="math">\(a = \frac{y_1 - y_0}{x_1 - x_0}\)</p>
<p class="math">\(b = y - ax\)</p>
- <p class="math">\(b = f(0)\)</p>
+ <p class="math">\(f(0) = b\)</p>
<br />
<p>Eksponentiel:</p>
<p class="math">\(f(x) = ba ^ x\)</p>
<p class="math">\(a = \sqrt[x_1 - x_0]{\frac{y_1}{y_{0}}}\)</p>
<p class="math">\(b = \frac{y}{a ^ x}\)</p>
- <p class="math">\(b = f(0)\)</p>
+ <p class="math">\(f(0) = b\)</p>
<br />
<p>Potens:</p>
<p class="math">\(f(x) = bx ^ a\)</p>
<p class="math">\(a = \frac{log_n(y_1) - log_n(y_0)}{log_n(x_1) - log_n(x_1)}\)</p>
<p class="math">\(b = \frac{y}{x ^ a}\)</p>
- <p class="math">\(b = f(1)\)</p>
+ <p class="math">\(f(0) = 0\)</p>
+ <p class="math">\(f(1) = b\)</p>
<br />
<p>Kvadratisk (andengrads):</p>
<p class="math">\(f(x) = ax ^ 2 + bx + c\)</p>