1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title>Mathematische Grunderfahrungen</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=502, height=700" />
<link rel="stylesheet" href="../distrib/jsxgraph.css" type="text/css"/>
<script type="text/javascript" src="../distrib/jsxgraphcore.js"></script>
</head>
<body>
<section class="body-rw Chapter-rw">
<header>
<h1>Spieglein, Spieglein an der Wand ...</h1>
</header>
<h3>Aufgabe</h3>
<ul>
<li>Bewege den <span style="color:#ff0000">roten</span> Punkt und beobachte den <span style="color:#336699">Bildpunkt</span>.<br />
Welche Lage besitzt die Gerade g?</li>
<li>Bewege den <span style="color:#ff0000">roten</span> Punkt auf die andere Seite der Gerade g.<br />
Wie verhält sich der <span style="color:#336699">Bildpunkt</span>?</li>
<li>Lege den <span style="color:#ff0000">roten</span> Punkt auf die Gerade g.<br />
Was passiert mit dem <span style="color:#336699">Bildpunkt</span>?</li>
</ul>
<div class="jsxblackboard">
<script type="text/jessiecode" height="268px" width="369px">
point(1, 1);
</script>
</div>
</section>
</body>
</html>
|