|
|
(28 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) |
Zeile 1: |
Zeile 1: |
− | ==Graphen== | + | '''<span style="color: red">Kompetenzen im Bereich quadratische Funktionen</span>''' |
− | | + | |
− | | + | |
| <graphviz> | | <graphviz> |
| digraph G { | | digraph G { |
− | bgcolor="transparent";
| + | "q Funktionen" -> "Nullstellen"; |
− | rankdir=LR;
| + | "q Funktionen" -> "Schnittstellen"; |
− | node [style=filled, color=black, fillcolor=lightblue shape=ellipse];
| + | |
− | node [URL="/wikis.zum.de/kas/index.php/\N"]
| + | |
− | "quadratische Funktionen" [URL="quadratische Funktionen"]
| + | |
− | "Parabel der Form f(x)=x^2" [URL="Parabel der Form f(x)=x^2"]
| + | |
− | | + | |
− | "quadratische Funktionen" -> "Parabel der Form f(x)=x^2"; | + | |
| } | | } |
− | </graphviz>
| + | </graphviz> |
− | | + | |
− | <graphviz>
| + | |
− | digraph G {
| + | |
− | bgcolor="transparent";
| + | |
− | rankdir=LR;
| + | |
− | node [style=filled, color=black, fillcolor=lightblue shape=ellipse];
| + | |
− | node [URL="/wikis.zum.de/kas/index.php/\N"]
| + | |
− | "Stammfunktion" [URL="Stammfunktion."]
| + | |
− | "Substitution" [URL="Substitution"]
| + | |
− | "f`(x)/f(x)" [URL="f`(x)/f(x)"]
| + | |
− | "partielle Integration" [URL="partielle Integration"]
| + | |
− | "Formeln" [URL="Formeln"]
| + | |
− | "Potenz- und Summenregel" [URL="Potenz- und Summenregel"]
| + | |
− | "Flächeninhaltsfunktion" [URL="Flaecheninhaltsfunktion"]
| + | |
− | "Fläche zwischen \n x-Achse" [URL="Flaechex-Achse"]
| + | |
− | "Fläche zwischen \n f(x) und g(x)" [URL="Flaechenberechnung2"]
| + | |
− | "Produktsummen" [URL="Produktsummen"]
| + | |
− | "Füllproblemen" [URL="Fuellprobleme"]
| + | |
− | "Wirkungen" [URL="Wirkungen"]
| + | |
− | "Lösung einer DGL" [URL="Loesung einer DGL"]
| + | |
− | "exp. Wachstum" [URL="exp. Wachstum"]
| + | |
− | | + | |
− | | + | |
− | "f(x)" -> "Substitution" -> "Stammfunktion" ;
| + | |
− | "f(x)" -> "f`(x)/f(x)" -> "Stammfunktion";
| + | |
− | "f(x)" -> "partielle Integration" -> "Stammfunktion";
| + | |
− | "f(x)" -> "Formeln" -> "Stammfunktion";
| + | |
− | "f(x)" -> "Potenz- und Summenregel" -> "Stammfunktion";
| + | |
− | "Stammfunktion" -> "Flächeninhaltsfunktion";
| + | |
− | "Stammfunktion" -> "Produktsummen";
| + | |
− | "Stammfunktion" -> "Lösung einer DGL";
| + | |
− | "Flächeninhaltsfunktion" -> "Fläche zwischen \n x-Achse";
| + | |
− | "Flächeninhaltsfunktion" -> "Fläche zwischen \n f(x) und g(x)";
| + | |
− | "Produktsummen" -> "Füllproblemen";
| + | |
− | "Produktsummen" -> "Wirkungen";
| + | |
− | "Lösung einer DGL" -> "exp. Wachstum";
| + | |
− | | + | |
− | | + | |
− | | + | |
− | }
| + | |
− | </graphviz>
| + | |