You are on page 1of 10

Mendoza, Bernard Benedict R.

September 2, 2020

Familiarization with MATLAB


Mapúa University
Intramuros, Manila

School of EECE

ECE107L-B11
Experiment no: 1

Submitted by: Mendoza, Bernard Benedict R.

Submitted to: Engr. Leonardo D. Valiente Jr.

Date of Submission:
September 2, 2020
2.7778e-07
(0.0004123 + (5.67*10^-3))*(0.4567 * 10^-4)

4.1777
(5*(sqrt(2*pi)))/3

7.7962
7.25 + 0.25*acosh((2.75/(2*0.25))- 1)

X = [1,1,3,6; -4,-3,-2,-1; 1,7,3,-1; 4,2,0,-2]


Y = [1,3,9,-8; -5,-3,-1,1; 5,3,4,5; -1,2,-3,4]

Z = [7,9,-1,7; 1,0,-2,10; 2,8,3,-1; 5,6,7,8]


2 4 12 -2
-9 -6 -3 0
6 10 7 4
3 4 -3 2

7 9 -3 42
-4 0 4 -10
2 56 9 1
20 12 0 -16

7.0000 3.0000 -0.1111 -0.8750


-0.2000 0 2.0000 10.0000
0.4000 2.6667 0.7500 -0.2000
-5.0000 3.0000 -2.3333 2.0000

25 441 4 1024
4 121 1444 225
324 121 289 100
16 4 1600 1444

U = [X(:,2),Y(:,2),Z(:,2),R(:,2)]

1 3 9 3
-3 -3 0 0
7 3 8 2.6667
2 2 6 3

V = [Q(3,:);S(3,:);X(3,:);Z(3,:)]

6 10 7 4
2 56 9 1
1 7 3 -1
2 8 3 -1
5.5545
P = 52.7 /(exp(0.75*3))

X1 = 1.5445

X2 = 2.0000

X3 = 0.3636

k = [5,1,-2,9; 3,-2,1,1; -1,2,7,5];


disp(rref(k));
REFERENCES:

https://www.mathworks.com/help/index.html

You might also like