Question: % Define variables a , b , c , and d a = 2 . 2 ; b = 5 . 1 ; c =

%Define variables a, b, c, and d
a =2.2;
b =5.1;
c =-3.1;
d =1.8;
Answer1= sqrt(a^2+ b^2+ c^2);
Answer2= a*(b+c)/25*d^2;
Answer3=(a*c)/5*(b+d)^(2/3);%Define variables a, b, c, and d
a =2.2;
b =5.1;
c =-3.1;
d =1.8;
Answer1= sqrt(a^2+ b^2+ c^2);
Answer2= a*(b+c)/25*d^2;
Answer3=(a*c)/5*(b+d)^(2/3);

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!