Integralrechnung: Unterschied zwischen den Versionen

Aus KAS-Wiki
Wechseln zu: Navigation, Suche
Zeile 4: Zeile 4:
 
   bgcolor="transparent";
 
   bgcolor="transparent";
 
   rankdir=LR;
 
   rankdir=LR;
Funktion
+
node [style=filled, color=black, fillcolor=lightblue shape=ellipse];
    [shape=triangle,
+
node [URL="/\N"]
    style=filled,  
+
"f(x)" -> "Substituion" -> "Stammfunktion"
    color=blue,  
+
"f(x)" -> "f`(x)/f(x)" -> "Stammfunktion"
    fillcolor=midnightblue,
+
"f(x)" -> "patrielle Integration" -> "Stammfunktion"
    fontcolor=white];
+
"f(x)" -> "Formeln" -> "Stammfunktion"
Substitution
+
"f(x)" -> "Potenz- und Summenregel" -> "Stammfunktion"
    [shape=ellipse];
+
Ableitung/Funktion
+
    [shape=ellipse];
+
partielleIntegration
+
    [shape=ellipse];
+
Formeln
+
    [shape=ellipse];
+
PotenzSummenregel
+
    [shape=ellipse];
+
Stammfunktion
+
    [shape=triangle,
+
    style=filled,
+
    color=blue,
+
    fillcolor=midnightblue,
+
    fontcolor=white];
+
Flächeninhaltsfunktion
+
    [shape=ellipse];
+
Produktsummen
+
    [shape=ellipse];
+
LösungDGL
+
    [shape=ellipse];
+
Flächex-Achse
+
    [shape=box];
+
Flächef(x)g(x)
+
    [shape=box];
+
Füllprobleme
+
    [shape=box];
+
Wirkungen
+
    [shape=box];
+
exp.Wachstum
+
    [shape=box];
+
beschr.Wachstum
+
    [shape=box];
+
  
Funktion -> [[Substitution]] -> Stammfunktion
+
}
Funktion -> Ableitung/Funktion -> Stammfunktion
+
Funktion -> partielleIntegration -> Stammfunktion
+
Funktion -> Formeln -> Stammfunktion
+
Funktion -> PotenzSummenregel -> Stammfunktion
+
 
+
}
+
 
  </graphviz>
 
  </graphviz>

Version vom 3. Mai 2011, 11:18 Uhr

graphviz>

  <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"

}

</graphviz>