General
f(x) := x^2 + 3 * x + 2
(x^2 + 3 * x + 2)/(x + 1)
plot(sin(x) ^4 + 0.1 * x^2 + 1/4 * x - 1)
1/2 + 2/6 * 1/7
4 + 3 * sqrt(-1)
is 45054
Config
conf NUMERIC
conf SYMBOLIC
Matrices
A := matrix([ 1 , 2 ] , [ 3 , 4 ] )
(A + 5 * A) * A
A ^ 3
Combinatorics
5 ^ 2
perm(5,2)
binom(5,2)
binom(6,2)
Sequence and Series
a(n) := sum(j,1,n,1/j^2)
lim((1 - 1/x)^x,x,infinity)
P(n) := sum(k,0,n,b(k) * x ^ k)
The Online Calculator is an open source project. Everybody is invited to join the project. If you interested, send me an email. projekte@frittenburger.de