- math
- probability
- statistics
- code
- AI
- quantum
•
•
•
•
•
-
Counterintuitive properties of high-dimensional spaces
balls, cubes, and random vectors in high dimensions are not what they look like in two or three dimensions
-
Some combinatorial graph problems that have an algebraic answer
all answers have something to do with eigenvalues
-
Some facts about random orthonormal vectors and matrices
without prerequisite knowledge of the Haar measure
-
The exponential of ... everything?
how far can we use the Taylor series to define the exponential?
-
How to get the sorted array and indices in Python without importing additional modules like Numpy
the power of lambda functions