Skip to content
View michaelm396's full-sized avatar

Highlights

  • Pro

Block or report michaelm396

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

Popular repositories Loading

  1. michaelm396.github.io michaelm396.github.io Public

  2. Runge-Kutta Runge-Kutta Public

    Runge–Kutta methods are a family of implicit and explicit iterative methods, which includes Euler, used for approximating solutions of ordinary differential equations.

    MATLAB

  3. Trapezoidal-Rule Trapezoidal-Rule Public

    Trapezoid Rule is a method for approximating a definite integral using linear approximations of f.

    MATLAB

  4. PacMan PacMan Public

    This is a fun pacman game I created as a side project. It uses list data structures in order to traverse through a list of points as it finds a special bubble located somewhere in the maze. It upda…

    Python

  5. Weather-Application Weather-Application Public

    This is a weather application coded in Javascript at a hackathone. The point of the Application is to use the power of social media in order update the weather and gives its users ideas about what …

  6. Newton-Raphson-Method Newton-Raphson-Method Public

    The Newton-Raphson method, or Newton Method, is a powerful technique for solving equations numerically

    MATLAB