Kompetenzen im Betreich quadratische Funktionen
Aus KAS-Wiki
Version vom 17. Januar 2013, 14:04 Uhr von Teilnehmer04 (Diskussion | Beiträge)
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>