Wiki-Quellcode von Interaktiv Lage im Koordinatensystem
Version 2.1 von Holger Engels am 2024/10/17 20:35
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | {{html}} | ||
2 | <iframe src="https://learningapps.org/watch?v=p1rxqx4jc24" style="border:0px;width:100%;height:500px" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe> | ||
3 | {{/html}} | ||
4 | |||
5 | {{html clean="false"}} | ||
6 | <script type="module"> | ||
7 | import {KmapAssign} from 'https://esm.run/kmap-assign@0.9.0' | ||
8 | window.customElements.define('kmap-assign', KmapAssign); | ||
9 | </script> | ||
10 | <span></span> | ||
11 | {{/html}} | ||
12 | |||
13 | {{html clean="false" wiki="true"}} | ||
14 | <kmap-assign orientation="horizontal" layout="max-content 200px 200px"> | ||
15 | <div slot="target">{{formula}}P_1(0,1,2){{/formula}}</div> | ||
16 | <div slot="target">{{formula}}P_2(1,1,2){{/formula}}</div> | ||
17 | <div slot="target">{{formula}}P_3(2,0,1){{/formula}}</div> | ||
18 | <div slot="target">{{formula}}P_4(2,0,0){{/formula}}</div> | ||
19 | <div slot="target">{{formula}}P'(-1,3,2){{/formula}}</div> | ||
20 | <div slot="target">{{formula}}P_6(0,4,0){{/formula}}</div> | ||
21 | <div slot="item">liegt auf der x,,2,,x,,3,,-Ebene</div> | ||
22 | <div slot="item">[[image:Punkt.png||height=100]]</div> | ||
23 | <div slot="item">P,,?,, ∈ x,,1,,x,,3,,-Ebene</div> | ||
24 | <div slot="item">[[image:Spiegeln.png||height=100]]</div> | ||
25 | <div slot="item">{{formula}}A(2|1|0){{/formula}}</div> | ||
26 | <div slot="item">liegt auf der x,,2,,-Achse</div> | ||
27 | </kmap-assign> | ||
28 | {{/html}} |