Solver Volume of a Spherical Segment
Algebra
->
Algebra
->
Volume
-> Solver Volume of a Spherical Segment
Log On
Ad:
Algebrator™
solves your algebra problems and provides step-by-step explanations!
Ad:
Algebra Solved!™
: algebra software solves algebra homework problems with step-by-step help!
Geometry: Volume, Metric volume
Solvers
Lessons
Answers archive
Quiz
In Depth
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