Praktische Grenzen der Berechenbarkeit: Unterschied zwischen den Versionen
Aus DMUW-Wiki
< Lernpfade | Berechenbarkeit
(→Zuordnungsquiz) |
|||
Zeile 1: | Zeile 1: | ||
+ | <script type="text/javascript"> | ||
+ | <!-- | ||
+ | wmtt = null; | ||
+ | document.onmousemove = updateWMTT; | ||
+ | function updateWMTT(e) { | ||
+ | if (wmtt != null) { | ||
+ | x = (document.all) ? window.event.x + wmtt.offsetParent.scrollLeft : e.pageX; | ||
+ | y = (document.all) ? window.event.y + wmtt.offsetParent.scrollTop : e.pageY; | ||
+ | wmtt.style.left = (x + 20) + "px"; | ||
+ | wmtt.style.top = (y + 20) + "px"; | ||
+ | } | ||
+ | } | ||
+ | function showWMTT(id) { | ||
+ | wmtt = document.getElementById(id); | ||
+ | wmtt.style.display = "block" | ||
+ | } | ||
+ | function hideWMTT() { | ||
+ | wmtt.style.display = "none"; | ||
+ | } | ||
+ | // --> | ||
+ | </script> | ||
+ | |||
+ | |||
+ | |||
== Zuordnungsquiz == | == Zuordnungsquiz == | ||
<div class="zuordnungs-quiz"> | <div class="zuordnungs-quiz"> | ||
Ordne den Funktionsnamen die zugehörigen Graphen und Terme zu! | Ordne den Funktionsnamen die zugehörigen Graphen und Terme zu! | ||
{| | {| | ||
− | | [[Bild:Häufglöckner_Expontentialfunktion.jpg|150px]] || Exponentialfunktion || <math>a \cdot e^x</math> | + | | [[Bild:Häufglöckner_Expontentialfunktion.jpg|Was bin ich?|150px]] || Exponentialfunktion || <math>a \cdot e^x</math> |
|- | |- | ||
− | | [[Bild:Häufglöckner_Lineare_Funktion.jpg|150px]] || <math>a \cdot x</math> || Lineare Funktion | + | | [[Bild:Häufglöckner_Lineare_Funktion.jpg|Was bin ich?|150px]] || <math>a \cdot x</math> || Lineare Funktion |
|- | |- | ||
− | | [[Bild:Häufglöckner_Potenzfunktion.jpg|150px]] || Potenzfunktion || <math>a \cdot x^b</math> | + | | [[Bild:Häufglöckner_Potenzfunktion.jpg|Was bin ich?|150px]] || Potenzfunktion || <math>a \cdot x^b</math> |
|} | |} | ||
</div> | </div> |
Version vom 28. Juli 2009, 15:01 Uhr
<script type="text/javascript"> </script>
Zuordnungsquiz
Ordne den Funktionsnamen die zugehörigen Graphen und Terme zu!
Exponentialfunktion | ||
Lineare Funktion | ||
Potenzfunktion |
Türme von Hanoi
Aufgabe
Ab welchem ist das exponentielle Wachstum schlechter als das Polynomielle?