Index
Graph of a function in Cartesian coordinates
Choose Cartesian in the Choose Curve Type window, press OK and enter
curve definition in one of the following formats:
f(x) to define graph for full range of argument
f(x);A,B to define graph for x in the segment [A,B] only,
where f(x) is an expression, depending only on variable x
A,B - numbers,
Tip. Expression can contain other variables, if they have numeric values.
To change names of variables, associated with axes, select Command-> Graph Property
and change names on the Names tab.
Examples:
sin(x^2)/3/(sqrt(x)+1)
sin(x^2)/3/(sqrt(x)+1);2,3.5