plot (sin(x)*sin(x))/x
Title
Question
question not executed??
x is not defined??
Python-3.4.3 Using-plot-command-interactively 08-09 min 10-20 sec
Answers:
The correct command is plot( sin(x) * sin(x) / x )
You have not closed the round brackets that are used for the plot function. You need to be careful when using Brackets, command/function names.
Login to add comment