Unable to solve Exercise 1
Title
Question
Hi I am unable to solve Exercise 1: plot(sin(x)*sin(x))*x
Please help me with the solution
Python-3.4.3 Using-plot-command-interactively 08-09 min 0-10 sec
Answers:
Please note plot( ) is a function.
Your brackets have not been closed properly, the expression should be plot( ( sin( x ) * sin( x ) ) * x )
Login to add comment