Skip to content

briancatraguna/Euler_Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Euler Integration 📐

You can use this code to do a Euler Integration using the following format:
Picture

By providing any kind of input data using a .csv file, you can get the results of the dynamic response of a system.

How to use this code?

1. Download the required libraries. Go to command line, type and enter the following:

  • Numpy
pip install numpy
  • Pandas
pip install pandas
  • Matplotlib
pip install matplotlib

2. Place the csv file inside the folder of the code with the following format:

You can use any delta t that you want!

t u
0 u t=0
t n u t=t n

3. Run the code!

  • Remember to always insert the input in numbers! Can be integers or floats but the program automatically adjust it to a float.

Enjoy!

Releases

No releases published

Packages

No packages published

Languages