I created these examples to, first, show our contributors what
they can do with the expression plotting system, and second, to teach them how ot use it,
by example. Whatever you want to do, be it using greek or special symbols, plotting
graphs, making math cartoons easily, you can find it all here. Feel free to use
generated images for your own work, or just practice drawing
expressions and cartoons.
Every example is acccompanied by its source code.
x |  |
x+y |  |
(x+y)/(x-y) |  |
sum( i ) |  |
sum( i, 0, N ) |  |
sum( i, 0+1, N+2 ) |  |
sum( i^2+2x+1, 0+1, N+2 ) |  |
sum( i^2+2x+1, 0+1+1, N+2 ) |  |
lim( x->infinity, (3+1/x) ) |  |
int( e^(-x^2/2), dx, -infinity, infinity ) |  |
(1+-2)/(2+- x) + (x+i-j) |  |
root( 3, x ) + root( 4, y+1) + root( 5/pi+2, x ) + root( 3, x-1/(y/z) ) + x |  |
(alpha+ALPHA+beta+BETA+gamma+GAMMA+delta+DELTA+rho+RHO)
/(epsilon+EPSILON+pi+PI+rho+RHO+sigma+SIGMA+mu+MU+nu+NU)
|  |
((X^2+3x-10)/(6X^2-24)) / ((X^2+X-20)/(X^2+3X+2))
/ ((x^2-1)/6)
= 1/(x-4)/(x-1)
|  |
(a+b)*highlight((x-1))*(x-2)/(y-x)/highlight((x-1)) |  |
(a+b)*cross((x-1))*(x-2)/(y-x)/cross((x-1)) |  |
highlight((a+b))*cross((x-1))*(x-2)*highlight((a+b))
/(y-x)/cross((x-1))
|  |
abs(x-1) - ( 1&2/3 - x\abs( sin( x ) ) )/8 |  |
(highlight((a+b))*cross((x-1))*(x-2)
* highlight((a+b))/(y-x)/cross((x-1)))
|  |
graph( 300, 200, -5, 5, -5, 5, x-2, 1-x ) |  |
number_line( 600, -10, 10, -1, 2 ) |  |
number_line( 600, -10, 10, -1, sqrt(3), (6.5), (20-12) ) |  |
number_line( 600, -10, 10, A=3.5, B=-4, C=6.333 ) |  |
cartoon(
(x^2-y^2)/(x+2)/(x+y), (x+y)*(x-y)/(x+2)/(x+y),
highlight((x+y))*(x-y)/(x+2)/highlight((x+y)),
cross((x+y))*(x-y)/(x+2)/cross((x+y)), highlight( (x-y)/(x+2) )
)
|  |
cartoon(
((X^2+3x-10)/(6X^2-24)) / ((X^2+X-20)/(X^2+3X+2)) / ((x^2-1)/6),
((X^2+3x-10)/(6X^2-24)) / ((X^2+X-20)/highlight((X^2+3X+2)))
/ ((x^2-1)/highlight(6)),
6*(x^2+3x-10)*(x^2+3x+2)/(6x^2-24)/(x^2+x-20)/(x^2-1),
6*highlight((x^2+3x-10))*(x^2+3x+2)/(6x^2-24)/(x^2+x-20)/(x^2-1),
6*highlight((x-2)(x+5))*(x^2+3x+2)/(6x^2-24)/(x^2+x-20)/(x^2-1),
6*(x-2)(x+5)*highlight((x^2+3x+2))/(6x^2-24)/(x^2+x-20)/(x^2-1),
6*(x-2)(x+5)*highlight((x+1)*(x+2))/(6x^2-24)/(x^2+x-20)/(x^2-1),
6*(x-2)(x+5)*(x+1)(x+2)/highlight((6x^2-24))/(x^2+x-20)/(x^2-1),
6*(x-2)(x+5)*(x+1)(x+2) / highlight(6*(x-2)*(x+2))/(x^2+x-20)/(x^2-1),
6*(x-2)(x+5)*(x+1)(x+2) / 6/(x-2)/(x+2)/highlight((x^2+x-20))/(x^2-1),
6*(x-2)(x+5)*(x+1)(x+2) / 6/(x-2)/(x+2)/highlight((x-4)*(x+5))/(x^2-1),
6*(x-2)(x+5)*(x+1)(x+2) / 6/(x-2)/(x+2)/(x-4)/(x+5)/highlight((x^2-1)),
6*(x-2)(x+5)*(x+1)(x+2) / 6/(x-2)/(x+2)/(x-4)/(x+5)/highlight((x-1)*(x+1)),
6*(x-2)(x+5)*(x+1)(x+2) / 6/(x-2)/(x+2)/(x-4)/(x+5)/(x-1)/(x+1),
highlight(6)*highlight((x-2))*highlight((x+5))
*highlight((x+1))*highlight((x+2))
/ highlight(6)/highlight((x-2))/highlight((x+2))/(x-4)
/highlight((x+5))/(x-1)/highlight((x+1)),
cross(6)*cross((x-2))*cross((x+5))*cross((x+1))*cross((x+2))
/ cross(6)/cross((x-2))/cross((x+2))/(x-4)
/cross((x+5))/(x-1)/cross((x+1)),
highlight(1/(x-4)/(x-1))
)
|  |
cartoon(
number_line( 600, -10, 10, A=3.5, B=-4, C=6.333 ),
number_line( 600, -10, 10, A=4.5, B=-5, C=6.73 ),
number_line( 600, -10, 10, A=5.5, B=-6, C=6.73 ) )
|  |
(
matrix( 2, 3,
x, y,
x/2, y+3&1/2,
x^2, pi^e
)
)
|  |
drawing( 400, 300, -10, 10, -10, 10,
locate( 0, 0, O( 0, 0 ) ),
circle( 5, -2, 2 ), circle( 5, -2, 0.1 ), locate( 5, -2, X ),
circle( 0, 0, 0.2 ),
rectangle( -8, -8, -4, -6 ),
locate( -9, 6, number_line( 350, -5, 5, 3.3, -2.212 ) ),
triangle( 3, -9, 6, -8, 5, -3 ),
triangle( -8, -5, -3, -4, -7, 0 ),
locate( -8.5, -5, A ), locate( -2.5, -4, B ), locate( -8, 0, C ),
line( -9, 9, -8, 7 ),
line( -8, 7, -7, 9 ),
line( -7, 9, -6, 7 ),
line( -6, 7, -5, 9 ),
line( -5, 9, -4, 7 )
)
|  |
drawing( 300, 300, 0, 10, 0, 10,
circle( 5, 5, 2 ),
red( arrow( 1, 1, 2, 9 ) ),
green( arrow( 1, 1, 9, 2 ) ),
blue( arrow( 1, 1, 3, 3 ) ),
red( rectangle( 3, 3, 7, 7 ) )
)
|  |
addition_cartoon( 2.3456, 8.916 ) |  |
addition ( 2.3456, 8.916 ) |  |
addition_cartoon( 2.34, 8.9168 ) |  |
addition ( 2.34, 8.9168 ) |  |
addition_cartoon( 234.5678987, 1 ) |  |
addition ( 234.5678987, 1 ) |  |
addition_cartoon( 23837485, 12816384 ) |  |
addition( 23837485, 12816384 ) |  |
drawing( 300, 300, -5, 5, -5, 5,
grid( 1 ),
circle( 0, 0, 1 ),
circle(2.5, 2.5, 1.5),
green( circle( 2.5, -2.5, 1.5 ) ),
line( -1, -1, 1, 1 )
)
|  |
| |