Click the 'Draw graph' button in the lower left corner of the EZ Graph app. Explanation below.
Here is the conventional notation for these sine functions and the computer language type of notation used with EZ Graph:
f1(x) = A sin(x) | f1(x) = A * sin(x) | |
f2(x) = sin(x) | f2(x) = sin(x) |
Notice the necessary multiplication operator (*) in the EZ Graph notation between A and sin(x)for f1(x).