saving . . . saved Unable to solve Exercise 1 has been deleted. Unable to solve Exercise 1 has been hidden .
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 02-06-20, 12:49 p.m. Kaustabh3

Answers:

Please note plot( ) is a function.

Your brackets have not been closed properly, the expression should be  plot( ( sin( x ) * sin( x ) ) * x ) 
05-06-20, 2:22 p.m. ankitrj.iitb


Log-in to answer to this question.