saving . . . saved phyton3-matlablib has been deleted. phyton3-matlablib has been hidden .
phyton3-matlablib
Title
Question
plot (sin(x)*sin(x))/x
in this how to define 'x' value?

Python-3.4.3 Using-plot-command-interactively 08-09 min 10-20 sec 22-06-19, 1:04 p.m. anithachirra

Answers:

first define x with values, you can get list of values via linspace function
x=linspace(0,100,10)
Above command save 10s of values starting range from 0 to 100
22-06-19, 1:20 p.m. dharmeshbhalodia33@gmail.com


Log-in to answer to this question.