(x, y, z, n) |
Basic things
|
|
(x + z)**2 |
2*x*z + x**2 + z**2 |
(x + z)**2 |
|
|
(x + y)*(y + z)*(x + z) |
x - x**3/6 + x**5/120 - x**7/5040 + x**9/362880 + O(x**10) |
3.141592653589793238462643383279502884197169399375105820974944592307\ 816406286208998628034825342117068 |
INTEGRATION
exp(x)*sin(x)/2 - cos(x)*exp(x)/2 |
exp(x)*sin(x) |
2*exp(2*x)*sin(x)/5 - cos(x)*exp(2*x)/5 |
exp(2*x)*sin(x) |
atan(x) |
1/(1 + x**2) |
-2**(1/2)*log(1 - x*2**(1/2) + x**2)/8 + 2**(1/2)*atan(1 + x*2**(1/2))/4 + 2**(1/2)*atan(-1 + x*2**(1/2))/4 + 2**(1/2)*log(1 + x*2**(1/2) + x**2)/8 |
-2**(1/2)*(2*x - 2**(1/2))/(8*(1 - x*2**(1/2) + x**2)) + 2**(1/2)*(2*x + 2**(1/2))/(8*(1 + x*2**(1/2) + x**2)) + 1/(2*(1 + (1 + x*2**(1/2))**2)) + 1/(2*(1 + (1 - x*2**(1/2))**2)) |
1/(1 + x**4) |
-x + x*LambertW(x) + x/LambertW(x) |
-1 + LambertW(x)/(1 + LambertW(x)) + LambertW(x) + 1/LambertW(x) - 1/((1 + LambertW(x))*LambertW(x)) |
LambertW(x) |
a*(-x + x*LambertW(b*x) + x/LambertW(b*x)) |
-a*(1 - LambertW(b*x) - LambertW(b*x)/(1 + LambertW(b*x)) - 1/LambertW(b*x) + 1/((1 + LambertW(b*x))*LambertW(b*x))) |
a*LambertW(b*x) |
sin(2*x**(1/2))/2 - x**(1/2)*cos(2*x**(1/2)) |
sin(2*x**(1/2)) |
log(1 + tan(x)**2)/2 - x/tan(x) - x**2/2 |
-x + x*(1 + tan(x)**2)/tan(x)**2 + (2 + 2*tan(x)**2)*tan(x)/(2*(1 + tan(x)**2)) - 1/tan(x) |
(x - tan(x) + tan(x)**3)/tan(x)**2 |
(x - tan(x))/tan(x)**2 - (x - tan(x) + tan(x)**3)/tan(x)**2 + tan(x) |
0 |
Linear Solving
{x: (b*f + c*h + e*i - b*i - c*e - f*h)/(a*e*i + b*f*g + c*d*h -
a*f*h - b*d*i - c*e*g), y: (a*i + c*d + f*g - a*f - c*g -
d*i)/(a*e*i + b*f*g + c*d*h - a*f*h - b*d*i - c*e*g), z: (a*e + b*g
+ d*h - a*h - b*d - e*g)/(a*e*i + b*f*g + c*d*h - a*f*h - b*d*i -
c*e*g)}
|
-1 + a*(b*f + c*h + e*i - b*i - c*e - f*h)/(a*e*i + b*f*g + c*d*h - a*f*h - b*d*i - c*e*g) + b*(a*i + c*d + f*g - a*f - c*g - d*i)/(a*e*i + b*f*g + c*d*h - a*f*h - b*d*i - c*e*g) + c*(a*e + b*g + d*h - a*h - b*d - e*g)/(a*e*i + b*f*g + c*d*h - a*f*h - b*d*i - c*e*g) |
0 |
0 0 0 |
Factorization
-(1 + x)*(1 + x**2)*(1 + x**4)*(1 - x)*(1 - x + x**2 - x**3 + x**4 - x**5 + x**6)*(1 + x + x**2 + x**3 + x**4 + x**5 + x**6)*(1 - x**4 + x**8 - x**12 + x**16 - x**20 + x**24)*(1 - x**2 + x**4 - x**6 + x**8 - x**10 + x**12) |
16 - 32*x - 64*x**2 - 64*x**3 - 52*x**4 - 40*x**5 - 132*x**6 - 24*x**7 - 50*x**8 + 120*x**9 + 66*x**10 + 92*x**11 + 47*x**12 + 32*x**13 + 14*x**14 + 4*x**15 + x**16 |
(4 + 4*x**2 + 9*x**4 + 4*x**6 + x**8)*(4 - 8*x - 20*x**2 - 8*x**3 - 2*x**4 + 16*x**5 + 10*x**6 + 4*x**7 + x**8) |
Term Rewriting
-36/(2 - x - 4*x**2 + 2*x**3 + 2*x**4 - x**5) |
-4/(1 + x) - 4/(2 - x) - 9/(1 - x)**2 - 3/(1 + x)**2 |
-36/(2 - x - 4*x**2 + 2*x**3 + 2*x**4 - x**5) |
Matrices
[1, 1, 1, 1] [1, 2, 3, 4] [1, 3, 5, 7] [1, 4, 7, 10] |
{9 - 61**(1/2): 1, 9 + 61**(1/2): 1, 0: 2}
|
[3, 3, 3, 3] [3, 4, 5, 6] [3, 5, 7, 9] [3, 6, 9, 12] |
{13 + 109**(1/2): 1, 13 - 109**(1/2): 1, 0: 2}
|
[x, x, x, x] [x, 1 + x, 2 + x, 3 + x] [x, 2 + x, 4 + x, 6 + x] [x, 3 + x, 6 + x, 9 + x] |
{7 + 2*x + (196 + 32*x + 16*x**2)**(1/2)/2: 1, 7 + 2*x - (196 + 32*x
+ 16*x**2)**(1/2)/2: 1, 0: 2}
|
Integrals table
|
Numerical Integration
0.5040670619 |
Integral(sin(1/x), (x, 0, 1)) Integral(sin(x)/x**2, (x, 1, oo)) 0.504067061906928 0.5040670619 |
Numerical Summation
1.652941212640472981900739198325231452667553042183503755040875167115\ 36520700285477118747045228498906167383807929789641305010501152379438\ 61069843772358511099213248084094702974173459412697848275449887634172\ 36310807961946377892899972740673038357199917316237084560028761604522\ 44335008069814657760143015685186309692763577831488062076063878821591\ 47991853611021335166249970882921787645572147664874864765961272185645\ 52920654866882117842205079773964081909715996765062696534198400786487\ 20547181263634904386890312520113790407288117484857833912316663821965\ 01485612278681568073802853219958825308722334919826628507270651306336\ 14162541245606020742341275663241068292591605973877489004037593872370\ 53819476975745814997936719261771459668913327102954310369427152930632\ 55742056366612644881895850180191142902938099638992839007008491684002\ 06843073141923590673684071292816767330876818608398596486922023934122\ 51327571382250243177131636593650408691594372170313456985355199509793\ 7040728520746689993201707235774309731234398779684 |
0.57208579952127403813 |
Numerical Simplification
0.14285714285714285 |
1/7 |
0.012345679012345678 |
1/81 |
22/7 |
355/113 |
1/3 |
3*pi/2 |
635/504 |
2**(1/3) |
1.23606797749979 |
2/GoldenRatio |
1.23606797749979 |
49/17 + 8*I/17 |
1/2 - I*(1/4 + 5**(1/2)/10)**(1/2) |
exp(-pi/2) |
1.64493406684823 |
pi**2/6 |
1.64493406684823 |
pi*2**(1/2) |
Ordinary differential equations
1 + 9*f(x) + D(f(x), x, x) == 1 f(x) == C1*sin(3*x) + C2*cos(3*x) |
1 + 8*f(x) + D(f(x), x, x) == 1 f(x) == C1*sin(2*x*2**(1/2)) + C2*cos(2*x*2**(1/2)) |
Limits
1 |
1/9 |