Kompetenzen im Betreich quadratische Funktionen: Unterschied zwischen den Versionen
(→Graphen) |
(→Graphen) |
||
Zeile 12: | Zeile 12: | ||
"quadratische Funktionen" -> "Parabel der Form f(x)=x^2"; | "quadratische Funktionen" -> "Parabel der Form f(x)=x^2"; | ||
+ | } | ||
+ | </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"] | ||
+ | "beschr. Wachstum" [URL="beschr. Wachstum"] | ||
+ | |||
+ | "f(x)" -> "Substitution" -> "Stammfunktion" ; | ||
+ | |||
+ | |||
+ | |||
} | } | ||
</graphviz> | </graphviz> |
Version vom 17. Januar 2013, 14:05 Uhr
Graphen
<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"] "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> 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"] "beschr. Wachstum" [URL="beschr. Wachstum"]
"f(x)" -> "Substitution" -> "Stammfunktion" ;
}
</graphviz>