love this -- still recall how eye-opening my first course was on numerical solving and appreciating for the first time yet again the sheer potential of compute
twenty years back, numerical analysis or numerical methods or sometimes numerical optimization are good keywords for current trending texts on Amazon etc [1]
alternatively subset of the numerical analysi wikipedia page or these algorithms in the book is a good seed filter [2]
ideally covers some linalg like gaussian elim, power method, newton's root finding dynamic, and issues like approximating by discretization, recursion to reduce solve iterations, and things like convergence due to numerical instability due to IEEE 754 fp16 limits etc