0% found this document useful (0 votes)
24 views2 pages

Matlab Exercise 1

The document contains 10 equations for calculating values of y1 through y10, as well as equations for variables a and b in terms of x. The values for y1 through y10, a, and b are then calculated and displayed based on the equations and an input value of 6.7 for x.

Uploaded by

TRY YOUR BEST
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views2 pages

Matlab Exercise 1

The document contains 10 equations for calculating values of y1 through y10, as well as equations for variables a and b in terms of x. The values for y1 through y10, a, and b are then calculated and displayed based on the equations and an input value of 6.7 for x.

Uploaded by

TRY YOUR BEST
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

>> y1=(22+5.1^2)/(50-6.

3^2),
y2=(44/7)+((8^2)/5)-(99/3.9^2),
y3=sqrt(41^2-5.2^2)/(exp(5)-100.53),
y4=132^(1/3)+(log(500)/8),
y5=(14.8^3-6.3^2)/(sqrt(13)+5)^2,
y6=45*((288/9.3)-4.6^2)-1065*exp(-1.5),
y7=(24.5+(64/3.5^2)+8.3*12.5^3)/(sqrt(76.4)-(28/15)),
y8=((5.9^2-2.4^2)/3)+(log10(12890)/exp(0.3))^2,
y9=cos(7*pi/9)+tan(7*pi/15)*sind(15),
y10=(sind(80)^2)-((cosd(14)*sind(80))^2)/(0.18^(1/3)),
x=6.7;
a=(0.01*(x^5))-(1.4*(x^3))+(80*x)+(16.7),
b=sqrt((x^3)+(exp(x))-(51/x)),

y1 =

4.6566

y2 =

12.5768

y3 =

0.8493

y4 =

5.8685

y5 =

43.2392

y6 =

203.7148

y7 =

2.3626e+03

y8 =

18.9551

y9 =

1.6965
y10 =

-0.6473

a =

266.6443

b =

33.2499

You might also like