Random Numbers:
{{ randomNumbers.join(', ') }}
Average: {{ average }}
Variance: {{ variance }}
Standard Deviation: {{ standardDeviation }}
Please enter some numbers to calculate their statistics.
Cross Product Result: ({{ crossResult.x }}, {{ crossResult.y }}, {{ crossResult.z }})
Dot Product Result: {{ dotResult }}
Please enter vectors to calculate their cross and dot products.
Permutation (P): {{ permResult }}
Combination (C): {{ combResult }}
Homogeneous Product (H): {{ homProdResult }}
Please enter values for n and r to compute permutations, combinations, and homogeneous products.
Factors:{{ res.factors.join(', ') }}
Multiples (First {{ multipleCount }}):{{ multipleResults[factorResults.indexOf(res)].multiples.join(', ') }}
Greatest Common Divisor (GCD):{{ gcdResult }}
Least Common Multiple (LCM):{{ lcmResult }}
Solution: (x, y) = ({{ xSolution.toFixed(2) }}, {{ ySolution.toFixed(2) }})
Please enter valid coefficients to solve the system of equations.