saving . . . saved QUERY ON linspace has been deleted. QUERY ON linspace has been hidden .
QUERY ON linspace
Title
Question
For linspace(0,1,200) we get 200 evenly spaced samples.My doubt is how to you determine the points,especially why is it restricted to 8 decimal places

Python-3.4.3 Using-plot-command-interactively 03-04 min 30-40 sec 22-06-19, 11:57 a.m. swetha.ece

Answers:

8 decimal places are the default which numpy provides. If you want to reduce it you can use array.round(decimals=2) function.
22-06-19, 12:26 p.m. iakashchavan
<span style="line-height: 21.4286px;">then is it not possible just to give spacing as .00500000 .Why is the difference .0052512/.0052513</span>
22-06-19, 12:33 p.m. swetha.ece

Login to add comment


Log-in to answer to this question.