Atlas (topology) Updated 2025-07-16
Collection of coordinate charts.
The key element in the definition of a manifold.
Numerical analysis Updated 2025-07-16
Techniques to get numerical approximations to numeric mathematical problems.
The entire field comes down to estimating the true values with a known error bound, and creating algorithms that make those error bounds asymptotically smaller.
Not the most beautiful field of pure mathematics, but fundamentally useful since we can't solve almost any useful equation without computers!
The solution visualizations can also provide valuable intuition however.
Important numerical analysis problems include solving:
Automated theorem proving Updated 2025-10-14
AGI-complete in general? Obviously. But still, a lot can be done. See e.g.:
RSA (cryptosystem) Updated 2025-07-16
Based on the fact that we don't have a P algorithm for integer factorization as of 2020. But nor proof that one does not exist!
The private key is made of two randomly generated prime numbers: and . How such large primes are found: how large primes are found for RSA.
The public key is made of:
Given a plaintext message m, the encrypted ciphertext version is:
c = m^e mod n
This operation is called modular exponentiation can be calculated efficiently with the Extended Euclidean algorithm.
The inverse operation of finding the private m from the public c, e and is however believed to be a hard problem without knowing the factors of n.
However, if we know the private p and q, we can solve the problem. As follows.
First we calculate the modular multiplicative inverse. TODO continue.
Russia Updated 2025-07-16
C6 Oxford physics course Updated 2025-07-16
Video 1.
A very honest review of my Oxford University master's degree (theoretical physics at keble college) by alicedoesphysics (2020)
Source. Basically all her courses are from the Mathematical Institute of the University of Oxford, and therefore show up at the Moodle of the Oxford Mathematics Institute of Oxford.
East Asia Updated 2025-07-16
Bicycle Updated 2025-07-16

Unlisted articles are being shown, click here to show only listed articles.