Skip to content
View bubnicbf's full-sized avatar
Block or Report

Block or report bubnicbf

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

  1. Ray-Casting-Algorithm Ray-Casting-Algorithm Public

    checks to see if a point is inside or outside the polygon using the ray-casting algorithm

    Python 9

  2. Gaussian-elimination Gaussian-elimination Public

    Solution Ax=b using Gaussian elimination then backwards substitution.

    JavaScript 3

  3. Random-Number-Generator-using-Normal-Distribution Random-Number-Generator-using-Normal-Distribution Public

    generates a collection filled with 1000 normally distributed random (read pseudorandom) numbers with a mean of 1.0 and a standard deviation of 0.5

    C++ 3 1

  4. Forward-Finite-Difference Forward-Finite-Difference Public

    produces a list of numbers which is the n-th order forward difference, given a non-negative integer (specifying the order) and a list of numbers

    C++ 1

  5. Runge-Kutta Runge-Kutta Public

    A method of numerically integrating ordinary differential equations by using a trial step at the midpoint of an interval to cancel out lower-order error terms.

    Python 1