Skip to content

Developed an interactive command-line tool to solve and visualize first-order ordinary differential equations using the Euler method.

Notifications You must be signed in to change notification settings

RedBOyC/Euler-Method-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Euler-Method-Visualizer

Developed an interactive command-line tool to solve and visualize first-order ordinary differential equations using the Euler method.

Example

Enter the dy/dx equation: x + y Enter initial x value: 0 Enter initial y value: 1 Enter number of terms: 20 Enter the step size: 0.1 Enter the graph format: ro- Enter x-axis label: Time Enter y-axis label: Value

Plot formats:

Colors: r (red), g (green), b (blue), c (cyan), m (magenta), y (yellow), k (black) Markers: . (point), o (circle), x (x), s (square) Line Styles: - (solid line), -- (dashed line), -. (dash-dot line), : (dotted line)

About

Developed an interactive command-line tool to solve and visualize first-order ordinary differential equations using the Euler method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages