Question

of MATLAS CHAPTER + An Owens Use MATLAB to calculate 6X7)+70-145 48.2855) - 9 c27310* +60(14) Check your answers with a calcu
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution:

6.a.

syms a
a=(3/4)*6*(7)^2+4^5/(7^3-145)

Output:

a =

225.6717

6.b.
syms a
a=((48.2)*55-9^3)/(53+14^2)

Output:
a =

7.7189
6.c.

syms a
a= 27^2/4+329^(4/5)/5+60*(14)^-3

output:
a =

202.9155

7.a.

syms a

a=16^-1

answer

a =

0.0625

7.b.

a=16^-(1/2)

answer

a =

0.2500

7.c.

a=16^-(1/2)

answer

a =

0.2500

7.d.

a=64^(3/2)

answer

a =

512

8.a.

a=100^-1

answer

a =

0.0100

b.

a=100^-1/2

answer

a =

0.0050

c.

a=100^(-1/2)

answer

a =

0.1000

d.

a=100^3/2

answer

a =

500000

9.a.

a=3*10^1500;

b=5*10^200;

c=a*b

answer

c =

Inf

9.b.

a=3*10^1500;

b=5*10^200;

d=5*10^-200;

f=d*b*a

answer

f =

Inf

9.c.1.

a=3*10^1500;

b=5*10^200;

d=5*10^-200;

x=a*b*d

answer:

x =

Inf

9.c.2.

a=3*10^1500;

b=5*10^200;

d=5*10^-200;

y=b*d
x=a*y

answer:


y =

25.0000


x =

Inf

10.

h1=10;
r1=6;
v1=pi*r1^2*h1
v2=v1*130/100
h2=v2/(pi*r1^2)

answer:

v1 =

1.1310e+003


v2 =

1.4703e+003


h2 =

13

11.

r1=4;
v1=4/3*pi*r1^3
v2=v1*140/100
r2=(v2*3/4/pi)^(1/3)

answer:


r2 =

4.4748

12.

syms i
i= (-1)^(1/2);
x=-7-5*i;
y=4+3*i;
a=x+y
b=x*y
c=x/y


answer:

a =

-3.0000 - 2.0000i


b =

-13.0000 -41.0000i


c =

-1.7200 + 0.0400i

13.

syms i
i= (-1)^(1/2);
a=(3+6*i)*(-7-9*i)
b=(5+4*i)/(5-4*i)
c=3/2*i
d=3/(2*i)

answer:

a =

33.0000 -69.0000i


b =

0.2195 + 0.9756i


c =

0.0000 + 1.5000i


d =

0.0000 - 1.5000i

14.

syms i
i= (-1)^(1/2);
x=5+8*i;
y=-6+7*i;
u=x+y
v=x*y
w=x/y
z=exp(x)
r=y^(1/2)
s=x*y^2

answer:

u =

-1.0000 +15.0000i


v =

-86.0000 -13.0000i


w =

0.3059 - 0.9765i


z =

-2.1594e+001 +1.4683e+002i


r =

1.2688 + 2.7586i


s =

6.0700e+002 -5.2400e+002i

Add a comment
Know the answer?
Add Answer to:
of MATLAS CHAPTER + An Owens Use MATLAB to calculate 6X7)+70-145 48.2855) - 9 c27310* +60(14)...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT