Introduction To Discrete Mathematics
Introduction To Discrete Mathematics
Mathematics
Lesson 1 – Part 1
Basics of Discrete Math
• The study of mathematics that falls outside the realm
of calculus.
• Calculus is the study of continuous math concepts,
whereas this topic is discrete – separable, countable,
or quantified objects.
• In Electronics, it can be thought of as the difference
between analog and digital.
Examples of Discrete vs
Continuous
Discrete math for programming
Computers
• Computers operate in a discrete manner.
• Machine language is a series of binary bits and bytes.
• A bit has a value of either one or zero or a Boolean value of true or false.
• Logical expression evaluates to true or false.
• E.g., If the total charges are greater than $75 and the customer lives in the US, then shipping is
free.
• Program Efficiency – Evaluating algorithms to determine run time.
• E.g., choosing the best sorting algorithm based on input size.
Real-world discrete math
• Logic – the study of formal reasoning
• Discrete Math involves many forms of evaluating logical
statements.