Solver Volume of a Spherical Wedge
Algebra
->
Volume
-> Solver Volume of a Spherical Wedge
Log On
Geometry: Volume, Metric volume
Geometry
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Volume of a Spherical Wedge'
This Solver (Volume of a Spherical Wedge)
was created by by
zerosignal(28)
:
View Source
,
Show
,
Put on YOUR site
About zerosignal
:
mechanical engineer
==section input Find volume of spherical wedge with: radius *[input r=1] angle *[input a=1](center angle in degrees) ==section solution perl $v = ((4*3.1415926*$r*$r*$r)/3)*($a/360); print "Volume of a spherical segment {{{V=((4*pi*r^3)/3)*(a/360) =((4*pi*$r^3)/3)*($a/360) = $v}}}"; ==section output v ==section check