Integralrechnung: Unterschied zwischen den Versionen

Aus KAS-Wiki
Wechseln zu: Navigation, Suche
Zeile 12: Zeile 12:
 
Substitution  
 
Substitution  
 
     [shape=ellipse];
 
     [shape=ellipse];
 
 
f´(x)/f(x)
 
f´(x)/f(x)
 
     [shape=ellipse];
 
     [shape=ellipse];
 
 
partielle Integration
 
partielle Integration
 
     [shape=ellipse];
 
     [shape=ellipse];
Zeile 22: Zeile 20:
 
Potenz-Summenregel
 
Potenz-Summenregel
 
     [shape=ellipse];
 
     [shape=ellipse];
 
 
Stammfunktion
 
Stammfunktion
    f(x)
 
 
     [shape=triangle,  
 
     [shape=triangle,  
 
     style=filled,  
 
     style=filled,  
Zeile 30: Zeile 26:
 
     fillcolor=midnightblue,  
 
     fillcolor=midnightblue,  
 
     fontcolor=white];
 
     fontcolor=white];
 
 
Flächeninhaltsfunktion
 
Flächeninhaltsfunktion
 
     [shape=ellipse];
 
     [shape=ellipse];
 
 
Produktsummen
 
Produktsummen
 
     [shape=ellipse];
 
     [shape=ellipse];
 
 
Lösung DGL
 
Lösung DGL
 
     [shape=ellipse];
 
     [shape=ellipse];
 
Fläche x-Achse
 
Fläche x-Achse
 
     [shape=box];
 
     [shape=box];
 
 
Fläche f(x) - g(x)
 
Fläche f(x) - g(x)
 
     [shape=box];
 
     [shape=box];

Version vom 3. Mai 2011, 10:58 Uhr

graphviz>

  <graphviz>

digraph G {

 bgcolor="transparent";
 rankdir=LR;

f(x)

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

Substitution

   [shape=ellipse];

f´(x)/f(x)

    [shape=ellipse];

partielle Integration

    [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];

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

}
</graphviz>