saving . . . saved SubPlots has been deleted. SubPlots has been hidden .
SubPlots
Title
Question
Sir i have two questions in this section,

i. v=linspace (21,100,500) , here from where do we get 500

ii. plot(v,2.0/v) , here from where do we get 2.0

and what does 2.0/v implies

Kindly help me in this regard.





Python-3.4.3 Subplots 06-07 min 50-60 sec 15-04-20, 10:28 a.m. Deb_007

Answers:

Hello,

Answer (i) The 3rd parameter (500) denotes the number of samples or the number of values in the array

Answer (ii) The question is asking the user to plot the Volume vs Pressure plot, as you may have already seen in the video the formulaic relation between Pressure, Volume and Temp is PV = nRT (nR is a constant), from this you can derive the values of Pressure to be P = (nRT) / V , substituting the values of nR and T, we get the resulting formula as 2.0 / V


18-04-20, 12:07 p.m. ankitrj.iitb


Log-in to answer to this question.