forked from TheAlgorithms/Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Pull requests: aditya7balotra/Python
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add weierstrass_method for approximating complex roots
- Implements Durand-Kerner (Weierstrass) method for polynomial root finding
- Accepts user-defined polynomial function and degree
- Uses random perturbation of complex roots of unity for initial guesses
- Handles validation, overflow clipping, and includes doctest
#1
opened Aug 1, 2025 by
aditya7balotra
Loading…
12 of 15 tasks
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.