Integralrechnung: Unterschied zwischen den Versionen

Aus KAS-Wiki
Wechseln zu: Navigation, Suche
Zeile 4: Zeile 4:
 
   bgcolor="transparent";
 
   bgcolor="transparent";
 
   rankdir=LR;
 
   rankdir=LR;
f(x)
+
Funktion
 
     [shape=triangle,  
 
     [shape=triangle,  
 
     style=filled,  
 
     style=filled,  
Zeile 12: Zeile 12:
 
Substitution  
 
Substitution  
 
     [shape=ellipse];
 
     [shape=ellipse];
f´(x)/f(x)
+
Ableitung/Funktion
 
     [shape=ellipse];
 
     [shape=ellipse];
 
partielleIntegration
 
partielleIntegration
Zeile 45: Zeile 45:
 
     [shape=box];
 
     [shape=box];
  
f(x) -> Substitution -> Stammfunktion
+
Funktion -> Substitution -> Stammfunktion
f(x) -> f´(x)/f(x) -> Stammfunktion
+
Funktion -> f´(x)/f(x) -> Stammfunktion
f(x) -> partielle Integration -> Stammfunktion
+
Funktion -> partielle Integration -> Stammfunktion
f(x) -> Formeln -> Stammfunktion
+
Funktion -> Formeln -> Stammfunktion
f(x) -> Potenz-Summenregel -> Stammfunktion
+
Funktion -> Potenz-Summenregel -> Stammfunktion
  
 
  }
 
  }
 
  </graphviz>
 
  </graphviz>

Version vom 3. Mai 2011, 11:02 Uhr

graphviz>

  <graphviz>

digraph G {

 bgcolor="transparent";
 rankdir=LR;

Funktion

   [shape=triangle, 
    style=filled, 
    color=blue, 
    fillcolor=midnightblue, 
    fontcolor=white];

Substitution

   [shape=ellipse];

Ableitung/Funktion

    [shape=ellipse];

partielleIntegration

    [shape=ellipse];

Formeln

    [shape=ellipse];

Potenz-Summenregel

    [shape=ellipse];

Stammfunktion

   [shape=triangle, 
    style=filled, 
    color=blue, 
    fillcolor=midnightblue, 
    fontcolor=white];

Flächeninhaltsfunktion

    [shape=ellipse];

Produktsummen

    [shape=ellipse];

Lösung DGL

    [shape=ellipse];

Fläche x-Achse

    [shape=box];

Fläche f(x) - g(x)

    [shape=box];

Füllprobleme

    [shape=box];

Wirkungen

    [shape=box];

exp. Wachstum

    [shape=box];

beschr. Wachstum

    [shape=box];

Funktion -> Substitution -> Stammfunktion Funktion -> f´(x)/f(x) -> Stammfunktion Funktion -> partielle Integration -> Stammfunktion Funktion -> Formeln -> Stammfunktion Funktion -> Potenz-Summenregel -> Stammfunktion

}
</graphviz>