1/26
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Rotation of 90 clockwise of (x, y)
(y, -x)
Rotation of 180 clockwise of (x, y)
(-x, -y)
Rotation of 270 clockwise of (x, y)
(-y, x)
Vertical stretch by a of (x, y)
abs(a) > 1, (x, a*y)
Vertical compression by a of (x, y)
0<abs(a)<1, (x, a*y)
Horizontal stretch by b of (x, y)
0<abs(b)<1, (x/b, y)
Horizontal compression by b of (x, y)
abs(b)>1, (x/b, y)
Contraharmonic mean
(x1^2+x2^2+...+xn^2)/(x1+x2+...+xn)
Shortest distance between a point (x1, y1) and a line (ax+by+c=0)
abs(a*x1+b*y1+c)/sqrt(a²+b²)
Heronian Mean
The average of the numbers and their geometric mean
Finding the Politeness of a Number
Factor out all powers of 2 and prime factorize the resulting odd number. Add one to each exponent and multiply those and subtract one from the product.