MBG wiki | RecentChanges | Blog | 2024-04-27 | 2024-04-26

αυτή τη σελίδα

Difference (from prior major revision)

Added: 0a1

> = To see how these are produced, click 'edit text of this page' below =

Changed: 6c7

< Testing typesetting capabilities :

to

> Testing typesetting capabilities (using LaTeX) :

Changed: 10,12c11,14

< ||this||is||a||
< ||3||by||3||
< ||matrix||!||?||

to

> Testing matrix formatting capabilities :
> || this || is || a ||
> || 3 || by || 3 ||
> || matrix || ! || ? ||

Changed: 16c18,35

<

to

> Testing graphing capabilities :
> <graph>
> digraph {
> n1 -> n2;
> n2 -> n3;
> n3 -> n1;
> }
> </graph>
> In case you want more documentation, the graph is produced with <nowiki>GraphViz</nowiki>[http://www.research.att.com/sw/tools/graphviz/] from AT&T.
> You can also make use of the gnuplot environement :
> <gnuplot>
> set xrange [1 : 10];
> f(x)=exp(-x/8);
> plot(f(x));
> </gnuplot>
> Inline images :
> [[image: clouds types]]
> [[image: cloud images]]


To see how these are produced, click 'edit text of this page' below

if you give up drinking, smoking and sex you don't live longer, it just seems like this


Εδώ γράφει δηλαδή ο καθένας ότι θέλει?…:

Testing typesetting capabilities (using LaTeX) :

$$ 
\frac{ax^2+bx+c}{\Gamma(x)} \left[ \frac{1}{\sum_1^N cos(xN)} \right]
 $$

Testing matrix formatting capabilities :

thisisa
3by3
matrix!?

 Why drink n' drive when you can smoke and fly?
                                              
                                                     -the supafly-

Testing graphing capabilities :

Graph

In case you want more documentation, the graph is produced with GraphViz[1] from AT&T.

You can also make use of the gnuplot environement :

set xrange [1 : 10];
f(x)=exp(-x/8);
plot(f(x));

Inline images :

 clouds types

 cloud images