1 comment

[ 3.6 ms ] story [ 10.8 ms ] thread
In school we learn to "solve" y = x² and get x = ±√y. But they never teach that (or why) you can't solve y = x −c sin(x) and get a nice equation. That's always bugged me. Instead of learning Galois theory, I cheated and used Python's free SymPy package to search for unsolvable equations.