You are on page 1of 11

ADAMSON UNIVERSITY

College of Engineering
CHE Department

LABORATORY REPORT #1

Solutions of Systems of Equations

GROUP # 9

Name of Student ID Number Signature Date of Performance


1. Cyra Nicole Sangabol 202013014 FEB 15, 2022

2. Maria Angelika Delza M. 202013034


Santos

3. Hannah Imelda S. Sartorio 202013726

4. Al Nerof Dranreb Sio 202012263

5. Ruth Nenita Sorita 201912725

Submitted to:

ENGR. NORMAN G. TALLUD

SOLUTIONS OF SYSTEMS OF EQUATIONS


OBJECTIVE:
1. To develop a m-file using MATLAB in determining the solutions of systems of
equations in three methods; Graphical, Substitution and Elimination.

MATERIALS:
1. Matrix Laboratory Software (MatLab)
2. Microsoft Word
3. Google Meet
4. Laptop
5. Paper
6. Pen

PROCEDURE:
1. In a paper, solve the following equation through three methods: graphical,
substitution, and elimination.
2. Open the Matrix Laboratory Software.
3. Input % solution of System of Equation and % by elimination.
4. Declare the system of equations. For example, in program A, enter the equations
6x+y=8 and 3x+y=-4 using the following format:
6x+y=8 – – – – – % equation 1
3x+y=-4 – – – – – % equation 2
5. Input clc, clear, and close all
6. Formulate the matrix A and B. In Matrix A, get the coefficient of the equation which
are 6 and 1 for equation 1 and 3 and 1 for equation 2. In Matrix B, it contains the right
sides of equations which are 8 for equation 1 and -4 for equation 2. Enter the
following using this format:
A = [ 6 1 ; 3 1]
B = [ 1 ; -4 ]
DOCUMENTATION:

DATA:
A.
PROGRAM
RESULT

B.
PROGRAM
RESULT
C.
PROGRAM

RESULT
ANALYSIS OF DATA

CONCLUSION
REQUIRED FORMAT:

FONT: Times New Roman


FONT SIZE: 12
SPACING: 1.5 lines
ALIGNMENT: Justified
DIMENSION: 1” X 1” X 1” X 1”
PAPER: LONG BOND PAPER
RUBRIC AT THE END OF LABORATORY REPORT
LABORATORY REPORT EVALUATION RUBRIC
Group Leader: ___________________________________Course: ____________Section:
________
Group Number: ______________________
Sem/S.Y.: __________Date of performance: __________
Criteria Excellent Good Satisfactory Needs Improvement Score
4 3 2 1

Experiment Follows each step Follows some Skips some Did not follow the
procedure of the procedure steps of the procedure before exact procedure
before moving to procedure before moving to the next
next step moving to the next step
step

Data 100% Accurate 75% Accurate 50% accurate NO DATA


representation of representation of representation of
data, labeled and data, labeled and data, no label and no
titled correctly. titled titles

Result 100% Accurate 75% Accurate 50% Accurate NO RESULT


representation of representation of representation of
output result from output result from output result from
data data data

Analysis Analysis is based Analysis is based Analysis is based NO ANALYSIS


from the data in from the data in from the data in
which the which the which the
relationship relationship relationship between
between variables between variables variables is discussed
is discussed and is discussed and and logically
logically analyzed logically analyzed analyzed 50%
100% 75%

Conclusion Objectives were Objectives was Objectives was 50% NO CONCLUSION


perfectly 75% concluded concluded with
concluded with with respect to datarespect to data and
respect to data and and interpretations interpretations
interpretations.

Target Skills Members Members Members Members


demonstrates 100%demonstrates 80% demonstrates 60% ofdemonstrates 40% of
of target skills of target skills target skills target skills

Collaboration 1. Members are 1. Members are 1. Members are 1. Members do not


and cooperative and cooperative and partly cooperative cooperate at all and
Coordination have defined have defined and knows their task do not know their task
responsibilities at responsibilities
all times most of the time

Laboratory Follows the Follows 70% of theFollows 50 % of the Follows 25 % of the


Report Format required format required format required format required format

Overall report Laboratory report Laboratory report isLaboratory report is Laboratory report is
is complete and complete with incomplete but neat incomplete and not
neat some erasures neat

Total points earned

Rating = (total points earned) X 100%


36

Evaluated by:
________________________

Date: ______________
Printed Name and Signature

Conformed by:

________________________

Date: ______________
Printed Name and Signature
GROUP LEADER

You might also like