Wiki-Quellcode von Interaktiv Lösen
Version 1.1 von Holger Engels am 2024/09/08 15:02
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | {{html clean="false"}} | ||
2 | <script type="module"> | ||
3 | import {KmapSolvee} from 'https://esm.run/kmap-solvee@0.9.22' | ||
4 | window.customElements.define('kmap-solvee', KmapSolvee); | ||
5 | </script> | ||
6 | {{/html}} | ||
7 | {{html clean="false"}} | ||
8 | 1. | ||
9 | <kmap-solvee operations="trigonometrical" strategy="trigonometrical">2 cos(x) = 2</kmap-solvee> | ||
10 | 2. | ||
11 | <kmap-solvee operations="trigonometrical" strategy="trigonometrical">2 sin(2x) = sqrt(3)</kmap-solvee> | ||
12 | 3. | ||
13 | <kmap-solvee operations="trigonometrical" strategy="trigonometrical">cos(pi(x+1)) = -\frac{\sqrt{2}}{2}</kmap-solvee> | ||
14 | {{/html}} |