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