Exercise 1:
Title
Question
(sin(x)*sin(x))/x not executed..please explain
Python-3.4.3 Using-plot-command-interactively 08-09 min 20-30 sec
Answers:
Please use the command as follows:
plot( ( sin( x ) * sin( x ) ) / x )
Please ensure that the brackets are used in the correct order, since plot is a function it needs its own set of brackets too
Login to add comment