Name: Puso, John Carl S. Section: BSECE12S1 MATLAB ACTIVITY 1-Fundamentals of MATLAB

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

NAME : PUSO, JOHN CARL S.

Section: BSECE12S1

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 A=(6/6)+5 6
1. +5
6
2. 2(6)2 B=2*(6)^2 72
3. (3+5)(2) C= (3+5)*(2) 16
4. 3+5(2) D= 3+(5*(2)) 13
3 E=4*(3/2)*8 48
5. 4 ( ) 8
2
2 6 F=3*(2/4)+(6/2) 4.5000
6. 3 +
4 2
34 G= (2)^(3^4) 2.4179e+2 4
7. 2
8. 35+2 H=(3)^(5+2) 2187
9. 35 + 2 I= 3^5+(2) 245
4
10. 2(3 ) J=2^(3^4) 2.4179e+2 4
7 K=(5+6*(7/3)2^2)/(2/3)*((3/(3*6))^(4+(1/2 0.0071
5 + 6  − 2 2 )))
11.
3
1
4+
 2  3  2
  
 3  (3)(6) 

( )
10.4663
3 + 4 +  2 − 3 + 2 + (3 − 4)
1 2
12. L=(sqrt(3+4))+(pi^2)-
2
(sqrt(3*(1/2)+(sqrt(2*pi+(3-4)^2))))

13+(−3)2 +4(−3)+1−[−10−(−6)] 10.3333


13. {[4+5]÷[4 2 −32 (4−3)−8]}+12 M=(13+(-3)^2+4*(-3)+1-[-10-(-
6)])/([4+5]/[(4^2-3^2)*(4-3)- 8])+12
B. Solve the following problem using MATLAB. Write the syntax and the MATLAB out put on the space provided.

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?

Syntax: Peter= (((((10000-5000)/5)/(5-4)-600)/5)) - (((((10000-5000)/5)/(5-4)-


600)/5))

Output: 0

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?

Syntax: Mango=((42*12)-4)/10

Output: 50

Therefore there are 50 boxes of mangoes


Command history

“I affirm that I have not given or received any unauthorized help on this Lab Activity, and that this work is my own.”

You might also like