plot function
Title
Question
Plot (sin(x)*sin(x))/x
when i am executing this i am getting a message that name 'x' is not defined.
will you please tell me what is the mistake
Python-3.4.3 Using-plot-command-interactively 05-06 min 20-30 sec
Answers:
this laters for command tools
x is not defined indicates that the variable x is not initialized. Create some points using linspace command and store it in variable x
Login to add comment