Integralrechnung: Unterschied zwischen den Versionen

Aus KAS-Wiki
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
graphviz>
+
 
  <graphviz>
+
<graphviz>
 
digraph G {
 
digraph G {
 
   bgcolor="transparent";
 
   bgcolor="transparent";
Zeile 6: Zeile 6:
 
node [style=filled, color=black, fillcolor=lightblue shape=ellipse];
 
node [style=filled, color=black, fillcolor=lightblue shape=ellipse];
 
node [URL="/\N"]
 
node [URL="/\N"]
"f(x)" -> "Substituion" -> "Stammfunktion"
+
"f(x)" -> "Substituion" -> "Stammfunktion";
"f(x)" -> "f`(x)/f(x)" -> "Stammfunktion"
+
"f(x)" -> "f`(x)/f(x)" -> "Stammfunktion";
"f(x)" -> "patrielle Integration" -> "Stammfunktion"
+
"f(x)" -> "patrielle Integration" -> "Stammfunktion";
"f(x)" -> "Formeln" -> "Stammfunktion"
+
"f(x)" -> "Formeln" -> "Stammfunktion";
"f(x)" -> "Potenz- und Summenregel" -> "Stammfunktion"
+
"f(x)" -> "Potenz- und Summenregel" -> "Stammfunktion";
 +
"Stammfunktion" -> "Flächeninhaltsfunktion";
 +
"Stammfunktion" -> "Produktsummen";
 +
"Stammfunktion" -> "Lösung einer DGL";
 +
 
  
 
}
 
}
 
  </graphviz>
 
  </graphviz>

Version vom 3. Mai 2011, 11:22 Uhr

<graphviz> digraph G {

 bgcolor="transparent";
 rankdir=LR;

node [style=filled, color=black, fillcolor=lightblue shape=ellipse]; node [URL="/\N"] "f(x)" -> "Substituion" -> "Stammfunktion"; "f(x)" -> "f`(x)/f(x)" -> "Stammfunktion"; "f(x)" -> "patrielle Integration" -> "Stammfunktion"; "f(x)" -> "Formeln" -> "Stammfunktion"; "f(x)" -> "Potenz- und Summenregel" -> "Stammfunktion"; "Stammfunktion" -> "Flächeninhaltsfunktion"; "Stammfunktion" -> "Produktsummen"; "Stammfunktion" -> "Lösung einer DGL";


}

</graphviz>