Kompetenzen im Betreich quadratische Funktionen: Unterschied zwischen den Versionen

Aus KAS-Wiki
Wechseln zu: Navigation, Suche
(Graphen)
(Graphen)
Zeile 8: Zeile 8:
 
node [style=filled, color=black, fillcolor=lightblue shape=ellipse];
 
node [style=filled, color=black, fillcolor=lightblue shape=ellipse];
 
node [URL="/wikis.zum.de/kas/index.php/\N"]
 
node [URL="/wikis.zum.de/kas/index.php/\N"]
"quadratische Funktionen" [URL="quadratische Funktionen."]
+
"quadratische Funktionen" [URL="quadratische Funktionen"]
 
"Parabel der Form f(x)=x^2" [URL="Parabel der Form f(x)=x^2"]
 
"Parabel der Form f(x)=x^2" [URL="Parabel der Form f(x)=x^2"]
  

Version vom 17. Januar 2013, 15:04 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>