This program will make a plot of an arbitrary input function.
To start, run GUI.py
.
The steps for using it are:
- Input an expression in the function entry (should contain the variable at least once, default value
x
) - Set the limits of the variable in the
Start
andEnd
entries - Set the resolution (
Points per unit
) - Use the
Return
key or click thePlot
button
The program accepts regular mathematical functions from Python.
Additionally, it can use custom functions as defined in the custom_functions.py
file.
The user can use pi
and e
as well.
Using the toolbar, the user can zoom in/out and pan.
Modify the contents of settings.py
to change default values.
- Calculate the integral of the function by:
- Dragging the mouse over a range of values
- Inputting the range
- Calculate the derivate on each point by dragging the mouse over the plot