subplots
Title
Question
<span style="color: rgb(85, 85, 85); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;">Sir i have two questions in this section,i. v=linspace (21,100,500) , here from where do we get 500ii. plot(v,2.0/v) , here from where do we get 2.0and what does 2.0/v impliesKindly help me in this regard.</span>
Python-3.4.3 Subplots 06-07 min 30-40 sec
Answers:
Please avoid copy pasting questions from other available question in the forum.
The question you have copy pasted from is already been answered here - <a href="https://forums.spoken-tutorial.org/question/2038/subplots/" style="background-color: rgb(255, 255, 255);">https://forums.spoken-tutorial.org/question/2038/subplots/</a>
The question you have copy pasted from is already been answered here - <a href="https://forums.spoken-tutorial.org/question/2038/subplots/" style="background-color: rgb(255, 255, 255);">https://forums.spoken-tutorial.org/question/2038/subplots/</a>
Here is the answer for your reference:
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
Login to add comment