Sandbox
Combinations
C = C(,) = =
Combinatorics
Addition
1 + 1 = 2
Arithmetic
Average
Average of [2, 3, 5, 6] = 4
ArithmeticList
Base conversion
101010 = 42 = 2A
Conversion
Distance between 2 points
| From (1,1) to (4,5) | = 5
2D Plane
Dot product
<1, 2> ⋅ <3, 4> = 11
Vectors
Factorial
5! = 5*4*3*2*1 = 120
Arithmetic
Median
Median of [2, 2, 3, 9] = 2.5
List
Multiplication
11 * 11 = 121
Arithmetic
Permutations
P = P =
Combinatorics
Points to vector
From (1,1) to (7,4) = <6,3>
2D PlaneVectors
Power
2 = 8
Arithmetic
Substraction
100 - 1 = 99
Arithmetic
Vector Norm
| <3,4> | = 5
Vectors