diff options
-rw-r--r-- | CHANGELOG.txt | 4 | ||||
-rw-r--r-- | html/encyclopedia/mathematics.html | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ad745bb..d52935b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +# 45 + +* encyclopedia: Update mathematics page; + # 44 * encyclopedia: Fix errors on chemistry page; 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> |