diff options
-rw-r--r-- | CHANGELOG.txt | 4 | ||||
-rw-r--r-- | html/encyclopedia/mathematics.html | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6f5ff9d..47b5028 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +# 4E + +* encyclopedia: Update mathematics page; + # 4D * encyclopedia: Update mathematics page; diff --git a/html/encyclopedia/mathematics.html b/html/encyclopedia/mathematics.html index 8409543..ee493b1 100644 --- a/html/encyclopedia/mathematics.html +++ b/html/encyclopedia/mathematics.html @@ -126,8 +126,8 @@ <p>... hvori <i>n</i> er antallet af vinkler.</p> <p class="math">\(\sum \theta=(3-2)\pi=\pi\)</p> <br /> - <p class="math">\(\angle A=sin^{-1}(\frac{a}{c})=cos^{-1}(\frac{b}{c})=tan^{-1}(\frac{a}{b})=vinkelsum(3)-\angle B-\angle C\)</p> - <p class="math">\(\angle B=sin^{-1}(\frac{b}{c})=cos^{-1}(\frac{a}{c})=tan^{-1}(\frac{b}{a})=vinkelsum(3)-\angle A-\angle C\)</p> + <p class="math">\(\angle A=sin^{-1}(\frac{a}{c})=cos^{-1}(\frac{b}{c})=tan^{-1}(\frac{a}{b})=(\sum \theta)-\angle B-\angle C\)</p> + <p class="math">\(\angle B=sin^{-1}(\frac{b}{c})=cos^{-1}(\frac{a}{c})=tan^{-1}(\frac{b}{a})=(\sum \theta)-\angle A-\angle C\)</p> <p class="math">\(\angle C=(\sum \theta)-\angle A-\angle B\)</p> <p>I en regulær trekant:</p> <p class="math">\(\angle A=\angle B=\angle C=\frac{\pi}{3}\)</p> |