Integralrechnung: Unterschied zwischen den Versionen

Aus KAS-Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „graphviz> digraph NAME { # Strukturdiagramm zu Integralrechnung. rankdir=LR node [style=rounded] node1 [fillcolor=yellow,shape=box] node7 [fillcolo…“)
 
Zeile 1: Zeile 1:
 
graphviz>
 
graphviz>
   digraph NAME {
+
   <graphviz>
  # Strukturdiagramm zu Integralrechnung.
+
digraph G {
  rankdir=LR
+
  bgcolor="transparent";
  node [style=rounded]
+
  rankdir=LR;
  node1 [fillcolor=yellow,shape=box]
+
f(x)
  node7 [fillcolor=yellow,  
+
    [shape=triangle,
        style="dashed,rounded,
+
    style=filled,
        filled", shape=diamond]
+
    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
 +
    f(x)
 +
    [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>
 
  </graphviz>

Version vom 3. Mai 2011, 09:55 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

    f(x) 
   [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>