Community Hub

Connect, learn, and grow with fellow computer science students

1,234 Members
Active Community
AC

Best approach for implementing Newton-Raphson method?

Alex ChenLevel 152 hours ago
Numerical Methods

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.

newton-raphson
root-finding
python
SK

Optimizing QuickSort implementation - memory efficiency

Sarah KumarLevel 124 hours ago
Algorithm

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!

quicksort
optimization
memory
MT

Debugging matrix multiplication - dimension mismatch errors

Miguel TorresLevel 116 hours ago
Linear Algebra

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?

matrix
numpy
debugging
EW

Study group for final exam prep - Numerical Methods

Emma WilsonLevel 101 day ago
Study Group

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?

study-group
exam-prep
numerical-methods