Topic: Graphing Inequalties
Developer
May you add a function for graphing inequalities, and an option for no markers. Thanks!
Pseudocode for the graphing inequalities:
left direction
infinte or finite // this option will determine if the marker is a arrow or circle and if the equation display is a paren or bracket.
if finite
enter value
else
draw line according to the graph size
set the color
right direction
infinte or finite
enter value
else
draw line according to the graph size
set the color
// place no limit on the amount of graphed inequalities a graph can have in order for complex use of graphed inequalities.
// in the equation display window use interval notation.
For the option to have no markers:
// have the function for drawing the markers to be skipped; overloading the function would be the easiet.
Sam