EEMath 12 Chapter 1
EEMath 12 Chapter 1
Objective:
In this lesson, students are expected to learn the basic functions of excel in solving
mathematical problems.
Discussion:
Numerical Method is one of the fundamentals of Engineering Mathematics. This
method is an approximate solution to mathematical problems through the performance of a
finite number of elementary operations on numbers. It reduces the solutions of mathematical
problems to computations that can be performed manually or using calculating machines. But
because of the evolution of technology, the computer was introduced to us to make our work
easier and faster. So why solve it manually if you can let the computer do all your
calculations? Microsoft Excel is the most commonly used software for solving numerical
methods through computers.
Microsoft Excel is a spreadsheet developed by Microsoft for Windows, Mac OS,
Android, and iOS. It features calculation, graphing tools, pivot tables, and
a macro programming language called Visual Basic for Applications. It has been a very
widely applied spreadsheet for these platforms, especially since version 5 in 1993, and it has
replaced Lotus 1-2-3 as the industry standard for spreadsheets. Excel forms part of Microsoft
Office.
The picture below shows the different parts of MS excel.
ILOILO SCIENCE AND TECHNOLOGY UNIVERISTY
College of Engineering and Architecture
EEMATH 12- NUMERICAL METHODS AND ANALYSIS
Sample Problem:
We used the function Sum because we are adding. After that, we just drag it down
until 6.
Application:
The function can be used to evaluate text, values, and even errors. It is not limited to
only checking if one thing is equal to another and returning a single result. We can also use
mathematical operators and perform additional calculations, depending on our criteria. We
can also nest multiple IF functions together to perform multiple comparisons.
ILOILO SCIENCE AND TECHNOLOGY UNIVERISTY
College of Engineering and Architecture
EEMATH 12- NUMERICAL METHODS AND ANALYSIS
IF Formula
When using the IF function to construct a test, we can use the following logical operators:
= (equal to)
> (greater than)
>= (greater than or equal to)
< (less than)
<= (less than or equal to)
<> (not equal to)
Suppose we wish to do a very simple test. We want to test if the value in cell C2 is
greater than or equal to the value in cell D2. If the argument is true, then we want to return
some text stating “Yes it is”, and if it’s not true, then we want to display “No it isn’t”.
You can see exactly how the Excel IF statement works in the simple example below.
is the only Covid-19 Vaccine that is available in the Philippines. Even though the efficacy of
the Sinovac has been found to be as low as 50.4% by the researchers, still many Filipinos
chose to be vaccinated just to have a little additional protection for them. Some of the
Filipinos experienced side effec ts after being injected by the vaccine like fever, fatigue,
headaches, body aches, chills, and nausea.
According to the WHO, people ages 50 and above are most likely to experience these
side effects. Column A is the names of the persons who are vaccinated, column B contains
their respective ages and column C is attained from the IF statement if they can be affected
by those side effects or not.
ILOILO SCIENCE AND TECHNOLOGY UNIVERISTY
College of Engineering and Architecture
EEMATH 12- NUMERICAL METHODS AND ANALYSIS
Drag it down, until you get a conclusion. Therefore, Miya, Nana and Belerick were
affected by Covid-19.