`Hey,
Note: Brother in case of any queries, just comment in
box I would be very happy to assist all your queries
B)
clc;
clear all;
close all;
x=[2.5:-1:-1.5]
y=[0.4:0.4:2]
z=(x.^2).*(y.^3).*exp(y./x)-((x.^3).*(y.^2)+72.67).^(1/4)

C)
clc;
clear all;
close all;
u=0.35;
theta=[0:5:35];
l=numel(theta);
for i=1:l
F(i)=(70*u)./((u.*sind(theta(i)))+cosd(theta(i)));
end
disp('THE F(THETA) VALUES FOR THETA ARE=');
disp(F);
%FOR THETA NOW FROM 5 TO 35 AND SPACING OF 0.01.
theta1=5:0.01:35;
l1=numel(theta1);
disp('IN NEW O.O1 SPACED VECTOR THE MINIMUM AND MAXIMUM VALUE OF F
AND THETA ARE');
for i=1:l1
F(i)=(70*u)./((u.*sind(theta1(i)))+cosd(theta1(i)));
end
disp('THE MINIMUM VALUE OF F=');
[ m,i]=min(F);
disp(m);
disp('THE VALUE OF THETA AT MINIMUM F=');
disp(theta1(i));
disp('THE MAXIMUM VALUE OF F=');
[ma,j]= max(F);
disp(ma);
disp('THE VALUE OF THETA AT MAXIMUM F=');
disp(theta1(j));
plot(theta1,F);

Kindly revert for any queries
Thanks.
MATLAB R2014a EDITOR Find Files Compare ▼ Comment Print New Open Save Breakpoints Run Run and Advance Advance Run and Indent Ele , i Find - Time C: Users PRADEEP KALRA 、Documents MATLAB Current Folder Editor-CAUsersPRADEEP KALRA!Documents\MATLABAsaveee.m saveee.m >| newtonrapsonsbypradeep.m secantbypradeep.m ×| bisectionmethodbypradeep.m This file can be published to a formatted document. For more information, see the publishing yideo or help. 1-clc: 2clear all; 3close all: 4-2F[2.51-11-1.5] 5Y [0.4:0.4:21 Name ▼ xl Z.m yytt.m yy.m d.dat wq.m WCF.m Velocity.m Command Window Details New to MATLAB? Watch this Video, see Examples or read Getting Started. Name Value Min 2.5000,1.5000,0.5000,.1 0.4000,0.8000,1.2000 04000 -2.4751,-0.9775,1.840. -2.874 0.400000000000000 0.800000000000000 1.200000000000000 1.600000000000000 2.000000000000000 -2.475092796602314-0.977457127981578 1.840502116812555 -2.874743742571364 1.971266226278113 script Ln 6 Col 58 O Type here to search ENG 1200 PM US 02/27/19
Figure 1 Eile Edit Yew Insert 1ools Desktop 岦indow Help 24.1 瀡 23.9 23.8 23.7 23.6 23.5 23.4 23.3 23.2 23.1 10 15 20 25 30 35 O Type here to search ENG 829 AM US 02/26/19