🔢

Math Calculators

315 calculators across all math domains

basic intermediate advanced ⭐ PREMIUM
🔢

Basic Calculator

B

Perform basic arithmetic

a+b, a-b, a×b, a÷b

%

Percentage of Number

B

X% of Y

X%×Y

📈

Percentage Change

B

Increase/decrease %

((V2-V1)/V1)×100

Addition

B

Add numbers

a+b+c

Subtraction

B

Subtract numbers

a-b-c

✖️

Multiplication

B

Multiply numbers

a×b×c

Division

B

Divide numbers

a÷b

Power/Exponent

B

x^y

x^y

Square

B

Cube

B

Square Root

B

√x

√x

Cube Root

B

∛x

∛x

√ⁿ

Nth Root

B

ⁿ√x

ⁿ√x

n!

Factorial n!

B

n!

n!=n×(n-1)×...

|x|

Absolute Value

B

|x|

|x|

🔢

Rounding

B

Round to precision

round(x,n)

📊

Arithmetic Mean

B

Average of numbers

(a+b+...)/n

🔗

Greatest Common Divisor

B

GCD(a,b)

GCD(a,b)

🔗

Least Common Multiple

B

LCM(a,b)

LCM=ab/GCD

%

Modulo/Rest

B

a mod b

a mod b

🔢

Prime Number Check

B

Is n prime?

n is prime

🔬

Prime Factorization

B

Break into primes

n=Πp_i^e_i

Sum 1...n

B

1+2+...+n

n(n+1)/2

Sum of Squares

B

1²+...+n²

n(n+1)(2n+1)/6

Sum of Cubes

B

1³+...+n³

[n(n+1)/2]²

🔄

Reverse Digits

B

123→321

Reverse

🔢

Sum of Digits

B

123→1+2+3=6

Digit sum

🔬

Scientific Notation

B

→ a×10^b

a×10^b

🎯

Significant Figures

B

Round to n sig figs

sig(x,n)

¹/ₓ

Reciprocal 1/x

B

1/x

1/x

🔢

Digital Root

B

dr(n)

1+((n-1)mod9)

🔤

Number to Words

I

42→forty-two

English words

📐

Linear Equation ax+b=0

B

Solve ax+b=0

x=-b/a

📐

Linear Eq ax+b=cx+d

B

Solve ax+b=cx+d

x=(d-b)/(a-c)

📐

System 2×2

I

Solve 2 equations

a₁x+b₁y=c₁

📐

Quadratic Formula

I

ax²+bx+c=0

x=(-b±√Δ)/(2a)

📈

Quadratic Vertex

I

Parabola vertex y=ax²+bx+c

V(-b/(2a),c-b²/(4a))

📐

Cubic t³+pt+q=0

A

Depressed cubic

t=∛(-q/2+√Δ)+∛(-q/2-√Δ)

📐

Linear Inequality

I

ax+b>0

ax+b>0

📐

Polynomial Evaluate

I

Evaluate P(x)

aₙxⁿ+...+a₀

📐

(a+b)²

B

Expand (a+b)²

a²+2ab+b²

📐

(a+b)³

B

Expand (a+b)³

a³+3a²b+3ab²+b³

📊

Arithmetic Sequence

B

nth term & sum

aₙ=a₁+(n-1)d

📊

Geometric Sequence

B

nth term & sum

aₙ=a₁rⁿ⁻¹

📊

Infinite Geometric Series

I

Sum if |r|<1

S=a₁/(1-r)

📐

Partial Fractions

A

Decompose 1/((x+a)(x+b))

A/(x+a)+B/(x+b)

📐

Synthetic Division

A

Polynomial ÷ (x-c)

Synthetic div

📐

Exponential Eq a^x=b

I

Solve a^x=b

x=ln(b)/ln(a)

📐

Logarithmic Eq

I

Solve log_a(x)=b

x=a^b

📐

Sum & Product of Roots

I

Quadratic roots

Sum=-b/a,Prod=c/a

📐

Complete Square

I

x²+bx

(x+b/2)²-(b/2)²

🔢

Complex Add

I

(a+bi)+(c+di)

Complex add

🔢

Complex Multiply

I

(a+bi)(c+di)

(ac-bd)+(ad+bc)i

🔢

Complex Modulus

B

|a+bi|

√(a²+b²)

🔢

Complex→Polar

I

r(cosθ+isinθ)

Polar form

📐

Triangle Area (b,h)

B

A=½bh

A=½bh

📐

Triangle (Heron's)

B

Area from 3 sides

√(s(s-a)(s-b)(s-c))

🔲

Rectangle

B

Area & perimeter

A=lw,P=2(l+w)

Square

B

All properties

A=s²,P=4s

Parallelogram

B

Area

A=bh

Trapezoid Area

B

Area

A=½(a+b)h

🔷

Rhombus

B

Area & side

A=½d₁d₂

🪁

Kite Area

B

A=½d₁d₂

A=½d₁d₂

Circle

B

Area & circumference

A=πr²,C=2πr

🥧

Sector

I

Area & arc length

A=½r²θ

🌙

Circle Segment

A

Segment area

A=½r²(θ-sinθ)

Annulus

B

Ring area

A=π(R²-r²)

🔵

Ellipse

B

Area

A=πab

Polygon Angles

B

Interior angles

Sum=(n-2)×180°

Regular Polygon Area

I

Area of regular polygon

A=½×n×s²×cot(π/n)

📐

Pythagorean Theorem

B

a²+b²=c²

a²+b²=c²

📏

2D Distance

B

Distance between points

√((Δx)²+(Δy)²)

📍

Midpoint

B

M=((x₁+x₂)/2,(y₁+y₂)/2)

Midpoint

📈

Slope

B

Slope between points

m=(y₂-y₁)/(x₂-x₁)

📐

Circumcircle

A

Circumradius of triangle

R=abc/(4K)

📐

Incircle

A

Inradius of triangle

r=K/s

📍

Centroid

I

Triangle centroid

G=(x₁+x₂+x₃)/3

📏

Point-Line Dist

I

d=|Ax₀+By₀+C|/√(A²+B²)

Point-line distance

📦

Cube

B

V=s³, SA=6s²

V=s³

📦

Rectangular Prism

B

V=lwh

V=lwh

🔵

Sphere

B

V=⁴⁄₃πr³

V=⁴⁄₃πr³

🥫

Cylinder

B

V=πr²h

V=πr²h

🍦

Cone

B

V=⅓πr²h

V=⅓πr²h

🔺

Pyramid

B

V=⅓×base×h

V=⅓bh

🍩

Torus

A

Donut volume

V=2π²Rr²

📐

Frustum

A

Conical frustum volume

V=⅓πh(R²+Rr+r²)

🌓

Hemisphere

B

Half sphere

V=⅔πr³

Ellipsoid

I

V=⁴⁄₃πabc

V=⁴⁄₃πabc

💊

Capsule

I

Cylinder+hemispheres

V=πr²h+⁴⁄₃πr³

🔺

Tetrahedron

B

Regular tetrahedron

V=√2/12×s³

📐

Sin, Cos, Tan

B

Basic trig functions

sinθ,cosθ,tanθ

📐

arcsin, arccos, arctan

B

Inverse trig

sin⁻¹x

📐

csc, sec, cot

B

Reciprocal trig

csc=1/sin

📐

Law of Sines

I

a/sinA=b/sinB

a/sinA=b/sinB

📐

Law of Cosines

I

c²=a²+b²-2ab·cosC

c²=a²+b²-2ab·cosC

📐

sinh, cosh, tanh

I

Hyperbolic functions

sinhx

🔄

Radians↔Degrees

B

Convert angle units

180°=π rad

📐

sin²+cos²=1

B

Verify trig identity

sin²θ+cos²θ=1

📐

sin2θ, cos2θ

I

Double angle

sin2θ=2sinθcosθ

📐

sin(θ/2), cos(θ/2)

A

Half angle

sin(θ/2)=±√((1-cosθ)/2)

📐

sin(A±B), cos(A±B)

I

Sum of angles formulas

sin(A+B)=sinAcosB+cosAsinB

📈

d/dx x^n

B

Derivative of power

d/dx(x^n)=nx^(n-1)

📈

Polynomial Derivative

I

d/dx(ax³+bx²+cx+d)

3ax²+2bx+c

📈

d/dx sin(x)

B

Derivative of sine

cos(x)

📈

d/dx e^x

B

Derivative of e^x

e^x

📈

Product Rule

I

(fg)'=f'g+fg'

(fg)'

📈

Quotient Rule

A

(f/g)'=(f'g-fg')/g²

(f/g)'

📊

∫x^n dx

I

Definite integral

x^(n+1)/(n+1)

📊

∫sin(x)dx

B

Integral of sine

-cos(x)

📊

∫cos(x)dx

B

Integral of cosine

sin(x)

📊

∫e^x dx

B

Integral of e^x

e^x

📊

Trapezoidal Rule

I

Numerical integration

h/2[f(a)+2Σf+ f(b)]

📊

Simpson's Rule

A

Numerical integration

h/3[f(a)+4Σf+2Σf+f(b)]

📊

Taylor e^x

A

Approximate e^x

Σx^n/n!

📊

Taylor sin(x)

A

Approximate sin(x)

x-x³/3!+...

📈

Newton's Method

A

Find root

x_{n+1}=x_n-f/f'

📈

Limit f(x)

I

Evaluate limit

lim_{x→a}f(x)

📈

Euler's Method

A

Solve y'=f(x,y)

y_{n+1}=y_n+h·f

📊

Median

B

Middle value

Median

📊

Mode

B

Most frequent

Mode

📊

Std Deviation

I

Population std dev

σ=√(Σ(x-μ)²/n)

📊

Z-Score

I

z=(x-μ)/σ

z=(x-μ)/σ

📈

Linear Regression

I

Line of best fit

y=mx+b

📊

Pearson r

A

Correlation coefficient

r

📐

Permutation nPr

I

nPr=n!/(n-r)!

nPr

📐

Combination nCr

I

nCr=n!/[r!(n-r)!]

nCr

📊

Binomial Prob

A

P(k) = C(n,k)p^k(1-p)^(n-k)

Binomial

📊

Normal PDF

A

Normal density

(1/σ√2π)e^(-(x-μ)²/2σ²)

📊

Normal CDF

A

Normal cumulative

Φ(x)

📊

Poisson Prob

A

P(k) = λ^k·e^(-λ)/k!

Poisson

📊

Geometric Prob

A

P(k) = (1-p)^(k-1)×p

Geometric

📊

Bayes' Theorem

A

P(A|B)=P(B|A)P(A)/P(B)

Bayes'

📊

Expected Value E[X]

I

Σx·P(x)

E[X]

📐

Binomial Coeff C(n,k)

B

Efficient C(n,k)

C(n,k)

📊

Uniform PDF

B

Uniform density f(x)=1/(b-a)

Uniform

🔢

Fibonacci F(n)

B

nth Fibonacci

Fₙ=F_{n-1}+F_{n-2}

🔢

Fibonacci Sequence

B

Generate sequence

F₀=0,F₁=1

Φ

Golden Ratio φ

B

φ=(1+√5)/2

φ

🔢

Catalan C(n)

A

Cₙ=(2n)!/((n+1)!n!)

Catalan

🔢

σ(n) Divisor Sum

A

Sum of divisors

σ(n)=Σd|n d

🔢

τ(n) Divisor Count

B

Number of divisors

τ(n)

🔢

Perfect Number

B

Is n perfect?

σ(n)=2n

🔢

Collatz Sequence

B

3n+1 problem

Collatz

📐

Pythagorean Triple

I

m²-n², 2mn, m²+n²

Triple

🔢

Euler's φ(n)

A

φ(n)=nΠ(1-1/p)

φ(n)

📊

Log_b(x)

B

Log any base

ln(x)/ln(b)

📊

Natural Log ln(x)

B

ln(x)

ln(x)

📊

Log₁₀(x)

B

Base 10 log

log₁₀(x)

📊

Log₂(x)

B

Base 2 log

log₂(x)

📊

Sigmoid σ(x)

B

σ(x)=1/(1+e⁻ˣ)

σ(x)

📊

ReLU(x)

B

max(0,x)

ReLU

📊

Gaussian f(x)

I

ae^(-(x-b)²/(2c²))

Gaussian

📈

Exponential Growth

B

P(t)=P₀e^(rt)

Growth

📈

Exponential Decay

B

P(t)=P₀e^(-rt)

Decay

📈

Logistic Growth

A

P(t)=K/(1+((K-P₀)/P₀)e^(-rt))

Logistic

📈

Newton's Cooling

A

T(t)=Tₐ+(T₀-Tₐ)e^(-kt)

Cooling

📐

Linear Interpolation

B

y=y₁+(x-x₁)(y₂-y₁)/(x₂-x₁)

Interpolate

📐

Manhattan Distance

B

L1 distance

|Δx|+|Δy|

📐

Chebyshev Distance

B

L∞ distance

max|Δx|,|Δy|

🌍

Haversine Dist

A

Great-circle distance

d=2R·arcsin(√...)

🔢

Roman Numerals

B

Number→Roman

Numeral converter

🔢

Parse Roman Numerals

B

Roman→Number

Parse

📊

Stirling's n!≈√(2πn)(n/e)^n

I

Approx n!

Stirling's

📊

Gamma Γ(n)

A

Γ(n)=(n-1)!

Γ(n)

📐

Quadratic Bezier

A

B(t)=(1-t)²P₀+2(1-t)tP₁+t²P₂

Bezier

📐

System of 2 Equations

B

Solve a1x+b1y=c1, a2x+b2y=c2

Cramers rule

📐

Quadratic Roots

B

x = (-b +/- sqrt(b2-4ac))/(2a)

ax^2+bx+c=0

📐

Cubic Equation

A

Find real root of ax3+bx2+cx+d=0

Bisection method

📐

Polynomial Evaluation

B

Evaluate a0+a1x+a2x2+a3x3

f(x)=sum(ak*x^k)

🔢

Absolute Value

B

|x| = x if x>=0 else -x

|x|

📐

Linear Interpolation

B

y = y1+(x-x1)*(y2-y1)/(x2-x1)

y(x)

📐

2D Distance

B

sqrt((x2-x1)^2+(y2-y1)^2)

Euclidean

📐

Midpoint

B

((x1+x2)/2, (y1+y2)/2)

Midpoint formula

📐

Slope of Line

B

m = (y2-y1)/(x2-x1)

Slope formula

📐

Perpendicular Slope

B

m_perp = -1/m

Negative reciprocal

Circle from Radius

B

Area and circumference of circle

A=pi*r^2, C=2*pi*r

📐

Distance Point to Line

I

|Ax0+By0+C|/sqrt(A^2+B^2)

Perpendicular distance

📐

Partial Fractions

A

Decompose (Ax+B)/((x+c)(x+d))

Partial fractions

🔢

Discriminant

B

D = b^2-4ac

Number of real roots

➡️

Vector Addition

B

(a1+b1, a2+b2)

v + w

➡️

Dot Product

B

A·B = a1*b1+a2*b2

Scalar product

➡️

2D Cross Product

B

AxB = a1*b2-a2*b1

Determinant

➡️

Vector Magnitude

B

|v| = sqrt(x^2+y^2)

Length

➡️

Unit Vector

B

u-hat = v/|v|

Normalization

➡️

Vector Angle

B

theta = atan2(y,x)

Direction

📐

Triangle Area

B

A = 0.5*b*h

Base-height

📐

Triangle Area (Heron)

I

A = sqrt(s(s-a)(s-b)(s-c))

Three sides

📐

Rectangle Area

B

A = w*h, P = 2(w+h)

Area and perimeter

Circle Area

B

A = pi*r^2

Area of circle

📐

Sector Area

I

A = (theta/360)*pi*r^2

Circular sector

🌐

Sphere Volume

I

V = (4/3)*pi*r^3

Volume of sphere

🧊

Cylinder Volume

I

V = pi*r^2*h

Volume of cylinder

📐

Cone Volume

I

V = (1/3)*pi*r^2*h

Volume of cone

🧊

Cube Volume

B

V = s^3

Volume of cube

🧊

Rectangular Prism

B

V = l*w*h

Box volume

📐

Pyramid Volume

I

V = (1/3)*l*w*h

Square pyramid

📐

Parallelogram Area

B

A = b*h

Base-height

📐

Trapezoid Area

B

A = 0.5*(a+b)*h

Average bases

Ellipse Area

I

A = pi*a*b

Semi-axes

Annulus Area

I

A = pi*(R^2-r^2)

Washer

📐

Regular Polygon Area

A

A = 0.5*n*R^2*sin(2*pi/n)

Circumradius

Torus Volume

A

V = 2*pi^2*R*r^2

Donut volume

🧊

Cube Diagonal

B

d = s*sqrt(3)

Space diagonal

📐

Golden Ratio

I

phi = (1+sqrt(5))/2

Divine proportion

sin

Sine

B

sin(theta)

sin(theta)

cos

Cosine

B

cos(theta)

cos(theta)

tan

Tangent

B

tan(theta)

tan(theta)

csc

Cosecant

I

csc(theta) = 1/sin(theta)

Reciprocal sine

sec

Secant

I

sec(theta) = 1/cos(theta)

Reciprocal cosine

cot

Cotangent

I

cot(theta) = 1/tan(theta)

Reciprocal tangent

asin

Arcsin

I

theta = sin^-1(x)

Inverse sine

acos

Arccos

I

theta = cos^-1(x)

Inverse cosine

atan

Arctan

I

theta = tan^-1(x)

Inverse tangent

atan2

Arctan2(y,x)

I

theta = atan2(y,x)

Two-argument arctan

sinh

Hyperbolic Sine

A

sinh(x) = (e^x-e^-x)/2

sinh(x)

cosh

Hyperbolic Cosine

A

cosh(x) = (e^x+e^-x)/2

cosh(x)

tanh

Hyperbolic Tangent

A

tanh(x) = sinh(x)/cosh(x)

tanh(x)

📐

Law of Sines

I

a/sin(A)=b/sin(B)=c/sin(C)

Triangle law

📐

Law of Cosines

I

c^2=a^2+b^2-2ab*cos(C)

Side from angle

convert

Degrees to Radians

B

rad = deg*pi/180

Angle conversion

convert

Radians to Degrees

B

deg = rad*180/pi

Angle conversion

sin2

Double Angle sin(2theta)

I

sin(2theta) = 2sin(theta)cos(theta)

Double angle

cos2

Double Angle cos(2theta)

I

cos(2theta) = cos^2-sin^2

Double angle

verify

Trig Pythagorean Identity

B

sin^2+cos^2=1

Identity check

average

Mean (Average)

B

x-bar = sum(x)/n

Arithmetic mean

median

Median

B

Middle value of sorted data

Central value

mode

Mode

B

Most frequent value

Frequency

range

Range

B

max - min

Spread

variance

Variance

I

sigma^2 = sum(x-x-bar)^2/n

Spread squared

stddev

Standard Deviation

I

sigma = sqrt(variance)

Spread

z

Z-Score

I

z = (x-mu)/sigma

Standard score

quartile

Quartiles

I

Q1, Q2, Q3

Five-number summary

covariance

Covariance

A

cov = sum(x-x-bar)(y-y-bar)/n

Joint variation

correlation

Correlation

A

r = cov/(sx*sy)

Pearson r

regression

Linear Regression

A

y = mx + b

Best fit line

average

Harmonic Mean

I

n/(1/x1+1/x2+...)

Rate average

average

Geometric Mean

I

(x1*x2*...)^(1/n)

Multiplicative average

rms

RMS

I

sqrt((x1^2+x2^2+...)/n)

Root mean square

skew

Skewness

A

g1 = (1/n)sum((x-x-bar)/sigma)^3

Distribution shape

kurtosis

Kurtosis

A

g2 = (1/n)sum((x-x-bar)/sigma)^4-3

Tail shape

percentile

Percentile

I

P-th percentile of data

Order statistic

iqr

Interquartile Range

I

IQR = Q3-Q1

Spread

mad

Mean Absolute Deviation

I

MAD = (1/n)sum|x-x-bar|

Robust spread

chebyshev

Chebyshev Inequality

A

P(|x-mu|>=k*sigma) <= 1/k^2

Probability bounds

stats

Empirical Rule

I

% within k*sigma (68-95-99.7)

Normal distribution

sma

Simple Moving Average

I

SMA = sum(xi)/n

Time series

se

Standard Error

I

SE = sigma/sqrt(n)

Sampling error

me

Margin of Error

I

ME = z*sigma/sqrt(n)

Confidence interval

sequence

Arithmetic Sequence

B

an = a1+(n-1)d

Linear progression

sequence

Geometric Sequence

B

an = a1*r^(n-1)

Exponential progression

sequence

Infinite Geometric Sum

I

S_inf = a/(1-r) for |r|<1

Convergent series

sum

Telescoping Sum

A

sum(1/k-1/(k+1)) = 1-1/(n+1)

Series

sum

p-Series Sum

A

sum(1/k^p)

Convergence test

sum

Alternating Series

A

sum((-1)^(k+1)/k)

Leibniz series

!

Factorial n!

B

n! = 1*2*3*...*n

Product sequence

!!

Double Factorial n!!

I

n!! = n*(n-2)*(n-4)*...

Step 2 product

fib

Fibonacci Check

I

Is n in Fibonacci sequence?

Sequence membership

tri

Triangular Number

B

T_n = n(n+1)/2

Figurate number

sq

Square Number

B

S_n = n^2

Perfect squares

pen

Pentagonal Number

I

P_n = n(3n-1)/2

Figurate number

hex

Hexagonal Number

I

H_n = n(2n-1)

Figurate number

fib

Tribonacci

A

T(n)=T(n-1)+T(n-2)+T(n-3)

Third-order

binom

Binomial Expansion

A

(a+b)^n expansion

Pascal triangle

sigma

Summation Calculator

B

sum(f(k), k=a..b)

Series sum

pi

Product Calculator

I

prod(f(k), k=a..b)

Product series

matrix

Matrix Addition 2x2

B

A + B (2x2)

Element-wise

matrix

Matrix Multiply 2x2

A

A x B (2x2)

Row-column

matrix

Determinant 2x2

B

det = ad-bc

Square matrix

matrix

Inverse 2x2

A

A^-1 = (1/det)*[d,-b;-c,a]

Matrix inverse

complex

Complex Add

B

(a+bi)+(c+di)

Complex numbers

complex

Complex Multiply

I

(a+bi)*(c+di)

Complex product

complex

Complex Modulus

B

|a+bi| = sqrt(a^2+b^2)

Magnitude

convert

Polar to Rect

I

x = r*cos, y = r*sin

Coordinate conversion

convert

Rect to Polar

I

r = sqrt(x^2+y^2), theta = atan2(y,x)

Coordinate conversion

prob

Probability Addition

I

P(A or B)=P(A)+P(B)-P(A and B)

Addition rule

prob

Conditional Probability

I

P(A|B) = P(A and B)/P(B)

Bayes rule

comb

Combinations

B

C(n,k) = n!/(k!(n-k)!)

N choose k

perm

Permutations

B

P(n,k) = n!/(n-k)!

N permute k

prob

Bernoulli Trial

A

P(k) = C(n,k)*p^k*(1-p)^(n-k)

Binary outcome

prob

Expected Value

I

E[X] = sum(x*P(x))

Weighted average

📊

Binomial Distribution

A

P(X=k) = C(n,k)*p^k*(1-p)^(n-k)

Discrete distribution

📊

Poisson Distribution

A

P(X=k) = (lambda^k*e^-lambda)/k!

Rare events

log

Log Base 10

B

log10(x)

Common logarithm

ln

Natural Log

B

ln(x)

Natural logarithm

log

Log Base b

I

log_b(x) = ln(x)/ln(b)

Arbitrary base

exp

Exponential e^x

B

e^x

Natural exponential

^

Power x^y

B

x^y

Exponentiation

Square Root

B

sqrt(x)

Radical

Cube Root

B

cbrt(x)

Radical

Nth Root

I

x^(1/n)

General radical

🔢

GCD via Euclid

B

gcd(a,b) by Euclidean algorithm

Greatest common divisor

🔢

LCM

B

lcm(a,b) = |a*b|/gcd(a,b)

Least common multiple

🔢

Prime Factors

I

Factor n into primes

Integer factorization

🔢

Roman Numeral Converter

B

Convert number to roman

Roman numeral

🔢

Scientific Notation

B

Convert to scientific notation

Standard form

🔢

Significant Figures

I

Count sig figs in number

Precision

🔢

Modulo

B

a mod b

Remainder

🎲

Random Number Generator

B

Random number in range

RNG

🔢

Rounding

B

Round to n decimal places

Rounding

🔢

Floor

B

Floor(x) = greatest int <= x

Floor function

🔢

Ceiling

B

Ceil(x) = smallest int >= x

Ceiling function

🔢

Integer Part

B

trunc(x) = integer part

Truncation

📐

Hypotenuse

B

c = sqrt(a^2+b^2)

Pythagorean theorem

Quadratic Formula Calculator

B

Solve quadratic equations ax²+bx+c=0 using the quadratic formula.

x = (-b ± √(b²-4ac)) / 2a

Sieve of Eratosthenes

B

Generate all prime numbers up to a given limit.

Sieve primes up to n

Fibonacci Sequence Calculator

B

Generate Fibonacci sequence numbers.

F(n) = F(n-1) + F(n-2)

Set Operations Calculator

B

Calculate union, intersection, and difference of two sets.

A ∪ B, A ∩ B, A \ B

Linear Regression Calculator

I

Calculate linear regression line (y = mx + b) from data points.

m = Σ(x-x̄)(y-ȳ) / Σ(x-x̄)²

Binomial Distribution Calculator

I

Calculate binomial probability P(X = k) for n trials.

P(X=k) = C(n,k) × p^k × (1-p)^(n-k)

P-Value from Z-Score Calculator

I

Estimate p-value from a z-score using normal approximation.

p ≈ 2 × (1 - Φ(|z|))

Confidence Interval for Mean

I

Calculate confidence interval for a population mean.

CI = x̄ ± z × σ/√n

Permutation Calculator

B

Calculate permutations nPr = n!/(n-r)! and combinations nCr.

nPr = n!/(n-r)!, nCr = n!/(r!(n-r)!)

Bayesian Update Calculator

A

Update Beta posterior distribution with new data.

α´ = α + successes, β´ = β + failures

Matrix Determinant Calculator

B

Calculate determinant of 2×2 matrices.

det = ad - bc

Taylor Series Expansion

I

Approximate eˣ, sin(x), cos(x) using Taylor series up to n terms.

f(x) ≈ Σ f⁽ⁿ⁾(0) × xⁿ / n!