File: jc.xhtml

package info (click to toggle)
jsxgraph 1.11.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,984 kB
  • sloc: javascript: 81,688; xml: 5,869; java: 1,072; php: 281; makefile: 189; python: 174; cpp: 76; sh: 12
file content (31 lines) | stat: -rw-r--r-- 1,508 bytes parent folder | download | duplicates (7)
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>