Grafica Presión Vs Trabajo: Datos

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Grafica Presión vs Trabajo

Datos
In[1]:= P1 = 77;
V1 = 2;
rc = 12;
ra = 1.1;
k = n = 1.16;

Tabulacion y Gráfica
1 P1 * V1 P4 * V1
In[13]:= Wtot = 2 * P1 * V1 1 - + rcn-1 - 1 + P1 * V1 (ra - 1) * rck-1 + 1 - rck-1 ;
rc n-1 n-1

In[7]:= Tabla = Table[{P4, Wtot}, {P4, 77, 300, 1}];

In[12]:= ListPlot[Tabla, Joined -> True, ImageSize → 800]

200

100 150 200 250

-200

Out[12]=
-400

-600

-800

-1000

Printed by Wolfram Mathematica Student Edition

You might also like