Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

NAME: Cedrick V.

de Guzman Section: MATH 022B-CPE21S3

MATLAB ACTIVITY 1- Fundamentals of MATLAB

A. Perform the indicated operation using MATLAB syntax. Write the MATLAB syntax and output on the space
provided. ( 2 points each )

Given Expressions MATLAB SYNTAX MATLAB OUTPUT


1. 6/6+5 6

2. 2*(6)^2 72

3. (3+5)(2) (3+5)*2 16

4. 3+5(2) 3+5*2 13

5. 4*(3/2)*8 48

6. 3*(2/4)+(6/2) 4.5000

7. 2^(3^4) 2.4179e+24

8. 3^(5+2) 2187

9. 3^(5)+2 245

10. 2^(3^4) 2.4179e+24

7 (5+6*(7/3)- 7.1427e+04


5  6   2 2 2^2)/((2/3)*(3/(3*6))^(4+(1/2)))
11.
3
1
4
 2  3  2
  
 3  36 

 
sqrt(3+4)+pi^2-sqrt((3*1/2)+ 10.4663
3  4   2  3  2  3  4
1 2
12. sqrt(2*pi+(3-4)^2))
2
B. Solve the following problem using MATLAB. Write the syntax and the MATLAB out put on the space provided. (6
points each)

1. Peter withdrew 10000 pesos from his bank account today. He uses 5000 to fix his car. Then, he divide the
money into 5 equal parts and gave away 4 parts and kept 1 part for himself. He took his wife to the
restaurant and spent 600 pesos on meals. The remaining cash was divided among his 5 children for their
allowance. Write a numerical expression in MATLAB syntax to represent this situation and then find how
much money Peter has now?

MATLAB Syntax MATLAB Output

(((10000-5000)/5)-600)/5 80

Final Answer: 80 pesos

2. There were 42 mangoes in each crate. 12 such crates of mangoes were delivered to a factory. 4 mangoes
were rotten and had to be thrown away. The remaining mangoes were packed into boxes of 10 mangoes
each. Write a numerical expression in MATLAB syntax to represent this situation and then find how many
boxes of mangoes were there?

MATLAB Syntax MATLAB Output

(42*12-4)/10 50

Final Answer: 50 boxes of mangoes


Command History

Honor Pledge:

“I affirm that I shall not give or receive any unauthorized help


on this assignment and that all work is my own.”

You might also like