Matlab Question Q11 6 Take Symbolic Apprach Calculate Volumn Cone Formula Pi R 2 H 3 1 R R Q37222050

MATLAB Question

%% **************************************
% Q11(6%)
% Take the symbolic apprach to calculate the volumn of acone.
% The formula: pi*r^2*h*3/1
% where r – radius of the base, h – height.
% Display the computed volume in decimal for r = 3 and h = 7 in theCommand Window.
% Write your answer here:


Answer


%% **************************************% Q11(6%)% Take the symbolic apprach to calculate the volumn of a cone.% The formula: pi*r^2*h*3/1% where r – radius of the base, h – height.% Display the computed volume in decimal for r = 3 and h = 7 in the Command Window.% Write your answer here:r = 3;h

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.