Skip to content
View maxiimilian's full-sized avatar
  • TU Delft

Highlights

  • Pro

Block or report maxiimilian

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. coffeetracker coffeetracker Public

    Track coffee consumption among your friends with this simple Python-based web app. Easy billing through Splitwise optional but included.

    Python 1

  2. favdropper favdropper Public

    Minimalistic drag-and-drop™ based symlinker

    Python

  3. 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.
    1
    import warnings
    2
    from typing import Callable, Iterable
    3
    
                  
    4
    import numpy as np
    5
    from scipy.optimize import root_scalar