Community Hub
Connect, learn, and grow with fellow computer science students
Best approach for implementing Newton-Raphson method?
I've been working on implementing the Newton-Raphson method in Python, but I'm getting convergence issues with certain functions. Has anyone encountered this before? Looking for tips on choosing good initial guesses and handling edge cases.
Optimizing QuickSort implementation - memory efficiency
Share your most memory-efficient QuickSort implementations! I'm particularly interested in in-place versions and how to handle the recursion stack for large arrays. Benchmarking results welcome!
Debugging matrix multiplication - dimension mismatch errors
Getting frustrated with matrix multiplication errors in my Gaussian elimination implementation. The dimensions seem right when I print them, but NumPy keeps throwing errors. Can someone take a look?
Study group for final exam prep - Numerical Methods
Starting a study group for the upcoming Numerical Methods final. We'll cover root finding, interpolation, and numerical integration. Meeting virtually twice a week. Who's interested?