0% found this document useful (0 votes)
64 views3 pages

Printed by Wolfram Mathematica Student Edition

This is a mathamatica file that has data on the wine glass I measured in class for my project in Math2120 entitled, Volumes of Revolution. I completed this process at Taft Community College.

Uploaded by

Joulebama
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views3 pages

Printed by Wolfram Mathematica Student Edition

This is a mathamatica file that has data on the wine glass I measured in class for my project in Math2120 entitled, Volumes of Revolution. I completed this process at Taft Community College.

Uploaded by

Joulebama
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

SetDirectory@"UsersJouDesktop"D

data = Import@"Volume_Rev_Project.csv"D
C:\Users\Jou\Desktop
88x, y<, 80, 40.025<, 86.11, 26.525<, 812.22, 15.55<, 818.33, 5.03<, 824.44, 4.03<,
830.55, 4.07<, 836.66, 4.1<, 842.77, 4.285<, 848.88, 4.95<, 854.99, 5.325<,
861.1, 5.97<, 867.21, 7.15<, 873.32, 8.145<, 879.43, 9.375<, 885.54, 13.275<,
891.65, 17.16<, 897.76, 22.8<, 8103.87, 27.56<, 8109.98, 29.055<, 8116.09, 32.725<,
8122.2, 36.25<, 8128.31, 40.515<, 8134.42, 46.01<, 8140.53, 49.875<, 8146.64, 54.99<,
8152.75, 55.56<, 8158.86, 57.16<, 8164.97, 60.155<, 8171.08, 62.45<<
ListPlot@
Table@
8data@@i, 1DD, data@@i, 2DD<,
8i, 2, 28<
D,
Filling Axis,
AspectRatio Automatic
D
50
40
30
20
10
50

100

150

f = Interpolation@Table@
8data@@i, 1DD, data@@i, 2DD<,
8i, 2, 28<D,
InterpolationOrder 1
D

InterpolatingFunction@880., 158.86<<, <>D

Printed by Wolfram Mathematica Student Edition

Joules Math 2120 Volume Project.nb

Plot@f@xD,
8x, 0, 171.08<,
AspectRatio Automatic,
PlotRange All,
AxesOrigin 80, 0<
D
60
50
40
30
20
10
50

100

150

Show@
Plot@f@xD,
8x, 0, 28<,
PlotRange All,
AspectRatio Automatic,
AxesOrigin 80, 0<
D
,
ListPlot@
Table@
8data@@i, 1DD, data@@i, 2DD<,
8i, 2, 28<
D,
Filling Axis,
AspectRatio Automatic
D
D
60
50
40
30
20
10
50

100

150

Printed by Wolfram Mathematica Student Edition

Joules Math 2120 Volume Project.nb

ParametricPlot3D@
8x, f@xD * Cos@tD, f@xD * Sin@tD<,
8x, 0, 164.97<,
8t, 0, 2 <,
D

AxesOrigin 80, 0<,


Boxed False,
AxesLabel 8x, y, z<
y

50
0
-50

150

100
x

50

50

-50

Printed by Wolfram Mathematica Student Edition

You might also like