QUERY ON linspace
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
then is it not possible just to give spacing as .00500000 .Why is the difference .0052512/.0052513
22-06-19, 12:33 p.m. swetha.ece


Click here to reply/comment online