Difference between revisions of "Test Page"

From Brown bee
Jump to: navigation, search
Line 29: Line 29:
  
  
<math>
+
<math>E=mc^2</math>
The quadratic formula is $$-b \pm \sqrt{b^2 - 4ac} \over 2a$$
+
 
</math>
+
<graphviz>
 +
graph G1 {
 +
    aaa -- bbb;
 +
    bbb -- c;
 +
    aaa -- c;
 +
}
 +
</graphviz>
 +
 
 +
 
 +
<graphviz>
 +
graph G7 {
 +
  node [fontsize="8"];
 +
  run -- intr;
 +
  intr -- runbl;
 +
  runbl -- run;
 +
  run -- kernel;
 +
  kernel -- zombie;
 +
  kernel -- sleep;
 +
  kernel -- runmem;
 +
  sleep -- swap;
 +
  swap -- runswap;
 +
  runswap -- new;
 +
  runswap -- runmem;
 +
  new -- runmem;
 +
  sleep -- runmem;
 +
}
 +
</graphviz>

Revision as of 16:26, 23 September 2015

GorbachevChernenkoAndropovBrezhnevKhrushchev Lenin


E=mc^2

Graph image creation requires permission to upload.


Graph image creation requires permission to upload.