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

In[2]:= H = 0.

564 * SqrtFt * 2 (dp * Sin[]) + 2 (dg * Sin[])


b * Cos[] * 1 - p ^ 2 Ep + 1 - g ^ 2 Eg

Ft 2 Csc[]
dg
+ 2 Csc[]
dp
Sec[]
Out[2]= 0.564
2 1-p2
b 1-g
Eg
+ Ep

In[3]:= Ft = 4724.41
Out[3]= 4724.41

In[4]:= dp = 0.1270
Out[4]= 0.127

In[5]:= dg = 0.1270
Out[5]= 0.127

In[6]:= p = 0.3
Out[6]= 0.3

In[7]:= g = 0.3
Out[7]= 0.3

In[8]:= Ep = 2 * 10 ^ 11
Out[8]= 200 000 000 000

In[9]:= Eg = 2 * 10 ^ 11
Out[9]= 200 000 000 000

In[10]:= b = 0.0254
Out[10]= 0.0254

In[11]:= H
Out[11]= 4.52526 108 Csc[] Sec[]

In[12]:= Plot[H, {, 0, 2}]

2.0 109

1.8 109

1.6 109

1.4 109
Out[12]=

1.2 109

1.0 109

8.0 108

0.5 1.0 1.5 2.0


2

In[13]:= Show[%12, AxesLabel {HoldForm[[rad]], HoldForm[H]}, PlotLabel None,


LabelStyle {FontFamily "Times New Roman", 12, GrayLevel[0]}]

2.0 109
1.8 109
1.6 109
Out[13]= 1.4 109
1.2 109
1.0 109
8.0 108
(rad)
0.5 1.0 1.5 2.0

You might also like