You are on page 1of 1

MATLAB ACTIVITY 1- Fundamentals of MATLAB

A. Perform the indicated operation using MATLAB syntax. Write the MATLAB syntax and output on the space
provided. Upload this in your canvas include the screen shot of your MATLAB.

MATLAB SYNTAX MATLAB


OUTPUT
(6/6)+5 6
1.
2*(6)^2 72
2.
3. (3+5)(2) (3+5)*(2) 16
4. 3+5(2) 3+5*(2) 13
4*(3/2)*8 48
5.
3*(2/4)+(6/2) 4.5000
6.
2^3^4 4096
7.
3^(5+2) 2187
8.
(3^5)+2 245
9.
2^(3^4) 2.4179e+24
10.
7 (5+6*(7/3)-(2^2))/((2/3)*(3/ 7.1427e+04
5  6   2 2
3 (3*6))^(4+(1/2)))
11. 4
1
 2  3  2
  
 3   3 6  

12.   1
3  4   2  3  2   3  4 
2
2
(sqrt(3+4)+(pi^2)-
(sqrt(3.5+sqrt(2*pi+(3-4)^2))))
10.0256

(13+((-3)^2)+(4)*(-3)+1-((-10)-(- 0.7143
6)))/((abs(4+5)/(abs((4^2)-
(3^2)*(4-3)-8))+12)
13.

You might also like