Holooly Plus Logo

Question 24.1: In each case find the value of the expression in MATLAB and ......

In each case find the value of the expression in MATLAB and explain precisely the order in which the calculation was performed.

(i) -2^3+9 (ii) 2/3*3

(iii) 3*2/2 (iv) 3*4-5^2*2-3

(V) (2/3^2*5)*(3-4^2)^2 (vi) 3*(3*4-2*5^2-3)

Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

(i) ans=

1

(ii) ans=

2

(iii) ans=

3

(iv) ans=

-41

\text { (v) }\left(2 / 3^{\wedge} 2 * 5\right) *\left(3-4^{\wedge} 2\right)^{\wedge} 2

ans=

187.78

\text { (vi) } 3 *\left(3 * 4-2 * 5^{\wedge} 2-3\right)

ans=

-123

Related Answered Questions

Question: 24.4

Verified Answer:

>> [V,D] = eig(A) Eigenvector is 1   -0.7071...
Question: 24.2

Verified Answer:

>> A= [1 3 10; 2 3 6; 4 6 8]; b=[10; 12; 20]...
Question: 24.7

Verified Answer:

Command: CYLINDER Current wireframe density: ISOLI...
Question: 24.6

Verified Answer:

Drawing a cone is the same as drawing a cylinder, ...
Question: 24.3

Verified Answer:

>> k=2e05*[0.4375 -0.4335 0; -0.4375 0.755 -...