Skip to content

A collection of calculators that demonstrate calculus concepts such as Euler's method and series/partial sums.

License

Notifications You must be signed in to change notification settings

ecuber/prettycalc

Repository files navigation

Netlify Status License: MIT JavaScript Style Guide

EulerCalc

EulerCalc is a visualization of Euler's Method for solving differential equations when an initial value is given. This project was inspired by a manipulative made by Sam Watson with his website, Prismia.

The master branch of this repository is deployed at https://eulercalc.netlify.app/.

Built With

EulerCalc is built using create-react-app and TypeScript.

Notable libraries and frameworks:

Bugs

This project is still under development, and bugs (features) are definitely present. If you encounter unexpected behavior, please open an issue in the issue tracker.

Contributing

Contributions are welcome and encouraged! If you haven't installed Yarn already, please refer to their documentation for installation instructions.

Then, from the root project directory, run the following command to install dependencies:

$ yarn install

To start a development server:

$ yarn start

To create a production build:

$ yarn build

License

Distributed under the MIT License.

About

A collection of calculators that demonstrate calculus concepts such as Euler's method and series/partial sums.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published