Toggle navigation
Spoken Tutorial Forums
Sin not defined
Python-3.4.3
Using-plot-command-interactively
09-10 min
0-10 sec
30-05-23, 6:41 p.m.
Atharva_217
Answers:
Dear
To Draw a sine plot , you have to define a variable & then Draw the sine plot using plot command
syntax
x=linspace(-pi,pi,100)
plot (sin(x)*sin(x)) /x
where x is a variable.
24-07-23, 12:47 p.m.
Spokenuser
Click here to reply/comment online