3-18-1
Octave
clc clear V = @(r) 4*pi*r^3/3; S = @(r) 4*pi*r^2; radius = 10; v = V(radius); s = S(radius);
Output
Embed on website
To embed this program on your website, copy the following code and paste it into your website's HTML:
Octave
clc clear V = @(r) 4*pi*r^3/3; S = @(r) 4*pi*r^2; radius = 10; v = V(radius); s = S(radius);
Embed on website
Comments
This comment belongs to a banned user and is only visible to admins.
This comment belongs to a deleted user and is only visible to admins.