Math Kits

Enter Coefficients
x +
y =
x +
y =

Random Numbers:

{{ randomNumbers.join(', ') }}

Please enter some numbers to calculate their statistics.

Please enter vectors to calculate their cross and dot products.

Please enter values for n and r to compute permutations, combinations, and homogeneous products.

Number: {{ res.num }}

Factors:{{ res.factors.join(', ') }}

Multiples (First {{ multipleCount }}):{{ multipleResults[factorResults.indexOf(res)].multiples.join(', ') }}

GCD & LCM Results

Greatest Common Divisor (GCD):{{ gcdResult }}

Least Common Multiple (LCM):{{ lcmResult }}

Please enter valid coefficients to solve the system of equations.