Benutzer:Teilnehmer15: Unterschied zwischen den Versionen

Aus KAS-Wiki
Wechseln zu: Navigation, Suche
 
(4 dazwischenliegende Versionen von einem Benutzer werden nicht angezeigt)
Zeile 2: Zeile 2:
  
 
[[Image:Plaza del ayuntamiento, Setúbal, Portugal, 2012-08-17, DD 01.JPG | 200px]]
 
[[Image:Plaza del ayuntamiento, Setúbal, Portugal, 2012-08-17, DD 01.JPG | 200px]]
 
 
<graphviz>
 
<graphviz>
 
digraph G {
 
digraph G {
Hallo -> Welt;
+
  bgcolor="transparent";
Hallo -> Benutzer;
+
  rankdir=LR;
Benutzer -> Welt;
+
node [style=filled, color=black, fillcolor=lightblue shape=ellipse];
 +
node [URL="/wikis.zum.de/kas/index.php/\N"]
 +
"Stammfunktion" [URL="Stammfunktion."]
 +
"Substitution" [URL="Substitution"]
 +
"f`(x)/f(x)" [URL="f`(x)/f(x)"]
 +
"partielle Integration" [URL="partielle Integration"]
 +
"Formeln" [URL="Formeln"]
 +
"Potenz- und Summenregel" [URL="Potenz- und Summenregel"]
 +
 
 +
 
 +
f(x) -> "Substitution";
 +
f(x) -> "f`(x)/f(x)";  
 +
f(x) -> "partielle Integration";
 +
f(x) -> "Formeln";
 +
f(x) -> "Potenz- und Summenregel" ;
 +
 
 +
 
 +
 
 
}
 
}
</graphviz>
+
</graphviz>

Aktuelle Version vom 17. Januar 2013, 15:39 Uhr

Ich bin ein Teilnehmer.

Plaza del ayuntamiento, Setúbal, Portugal, 2012-08-17, DD 01.JPG <graphviz> digraph G {

 bgcolor="transparent";
 rankdir=LR;

node [style=filled, color=black, fillcolor=lightblue shape=ellipse]; node [URL="/wikis.zum.de/kas/index.php/\N"] "Stammfunktion" [URL="Stammfunktion."] "Substitution" [URL="Substitution"] "f`(x)/f(x)" [URL="f`(x)/f(x)"] "partielle Integration" [URL="partielle Integration"] "Formeln" [URL="Formeln"] "Potenz- und Summenregel" [URL="Potenz- und Summenregel"]


f(x) -> "Substitution"; f(x) -> "f`(x)/f(x)"; f(x) -> "partielle Integration"; f(x) -> "Formeln"; f(x) -> "Potenz- und Summenregel" ;


}

</graphviz>