PhD candidate in atmosphere modelling, hobbyist developer, and linux enthusiast
-
TU Delft
Highlights
- Pro
Pinned Loading
-
coffeetracker
coffeetracker PublicTrack coffee consumption among your friends with this simple Python-based web app. Easy billing through Splitwise optional but included.
Python 1
-
-
Function to look for all roots withi...
Function to look for all roots within given interval/bracket based on scipy's `root_scalar`. Resolution `n` of this function only needs to be high enough so that all sign changes of roots are covered. 1import warnings
2from typing import Callable, Iterable
34import numpy as np
5from scipy.optimize import root_scalar
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.