Developed an interactive command-line tool to solve and visualize first-order ordinary differential equations using the Euler method.
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
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)