the volume of a sphere is given by v=4pir^3/3 where r is the radius.use matlab to complete the radius of a sphere having a volume 30 percent greater than that of a sphere of radius 5ft also solve using function.
r=5;
v=4*pi*r^3/3;
v
%30 percent greater than that of a sphere of
radius 5ft
r=r+r*0.3;
v=4*pi*r^3/3;
v
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!