Skip to content
View NotIsaacNewton's full-sized avatar
:electron:
Learning
:electron:
Learning
Block or Report

Block or report NotIsaacNewton

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
NotIsaacNewton/README.md

@NoIsaacNewton belongs to Arian Dovald, a physics graduate from Southern Adventist University.

On this profile you will find three pinned repositories:

Romberg-Quadratures is a numerical integration program that makes use of Romberg quadratures, otherwise known as Romberg's method.

vpythonplus is my attempt at streamlining vpython's functionality, because I got tired of writing the same code each time I made a small simulation. I am currently working on adding an RKF solver to this project.

cphysics is a small C++ physics engine that was originally based on vpythonplus. Though it works, I consider it incomplete, as I still plan to add collission detection, an implicit euler or implicit verlet method, and an RKF method. There is also no way to actually see what is going on, so I need to add some kind of renderer.

Pinned

  1. Romberg-Quadratures Romberg-Quadratures Public

    A Python program for numerical integration using Romberg Quadratures and trapezoidal sums.

    Python 1

  2. vpythonplus vpythonplus Public

    My attempt at extending the functionality of vpython so I can make simple simulations more quickly

    Python 1

  3. cphysics cphysics Public

    A small C++ physics engine originally based on vpythonplus.

    C++ 1