saving . . . saved Sin not defined has been deleted. Sin not defined has been hidden .
Sin not defined
Title
Question


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


Log-in to answer to this question.