Formula Plotting Regression Test

Algebra ->  Graphical Expression Rendering -> Formula Plotting Regression Test      Log On


   
Various examples | Cartoons | Graphs | Arithmetic | Drawings | Special Math Symbols | 
Everything
 | 


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
x+y
x%2By
(x+y)/(x-y)
%28x%2By%29%2F%28x-y%29
sum( i )
sum%28+i+%29
sum( i, 0, N )
sum%28+i%2C+0%2C+N+%29
sum( i, 0+1, N+2 )
sum%28+i%2C+0%2B1%2C+N%2B2+%29
sum( i^2+2x+1, 0+1, N+2 )
sum%28+i%5E2%2B2x%2B1%2C+0%2B1%2C+N%2B2+%29
sum( i^2+2x+1, 0+1+1, N+2 )
sum%28+i%5E2%2B2x%2B1%2C+0%2B1%2B1%2C+N%2B2+%29
lim( x->infinity, (3+1/x) )
lim%28+x-%3Einfinity%2C+%283%2B1%2Fx%29+%29
int( e^(-x^2/2), dx, -infinity, infinity )
int%28+e%5E%28-x%5E2%2F2%29%2C+dx%2C+-infinity%2C+infinity+%29
(1+-2)/(2+- x) + (x+i-j)
%281%2B-2%29%2F%282%2B-+x%29+%2B+%28x%2Bi-j%29
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))
%28a%2Bb%29%2Ahighlight%28%28x-1%29%29%2A%28x-2%29%2F%28y-x%29%2Fhighlight%28%28x-1%29%29
(a+b)*cross((x-1))*(x-2)/(y-x)/cross((x-1))
%28a%2Bb%29%2Across%28%28x-1%29%29%2A%28x-2%29%2F%28y-x%29%2Fcross%28%28x-1%29%29
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
abs%28x-1%29+-+%28+1%262%2F3+-+x%5Cabs%28+sin%28+x+%29+%29+%29%2F8
(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 )
graph%28+300%2C+200%2C+-5%2C+5%2C+-5%2C+5%2C+x-2%2C+1-x+%29
number_line( 600, -10, 10, -1, 2 )
number_line%28+600%2C+-10%2C+10%2C+-1%2C+2+%29
number_line( 600, -10, 10, -1, sqrt(3), (6.5), (20-12) )
number_line%28+600%2C+-10%2C+10%2C+-1%2C+sqrt%283%29%2C+%286.5%29%2C+%2820-12%29+%29
number_line( 600, -10, 10, A=3.5, B=-4, C=6.333 )
number_line%28+600%2C+-10%2C+10%2C+A=3.5%2C+B=-4%2C+C=6.333+%29
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_cartoon%28+2.3456%2C+8.916+%29
addition        ( 2.3456, 8.916 )
addition++++++++%28+2.3456%2C+8.916+%29
addition_cartoon( 2.34, 8.9168 )
addition_cartoon%28+2.34%2C+8.9168+%29
addition        ( 2.34, 8.9168 )
addition++++++++%28+2.34%2C+8.9168+%29
addition_cartoon( 234.5678987, 1 )
addition_cartoon%28+234.5678987%2C+1+%29
addition        ( 234.5678987, 1 )
addition++++++++%28+234.5678987%2C+1+%29
addition_cartoon( 23837485, 12816384 )
addition_cartoon%28+23837485%2C+12816384+%29
addition( 23837485, 12816384 )
addition%28+23837485%2C+12816384+%29
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 )
)