Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Selected Reading
Mathematical Foundation Introduction
Mathematics provides the theoretical foundation for computer science, engineering, and many other fields. It can be broadly classified into two categories −
- Continuous Mathematics − It is based upon the continuous number line or the real numbers. It is characterized by the fact that between any two numbers, there are almost always an infinite set of numbers. For example, a function in continuous mathematics can be plotted as a smooth curve without breaks.
- Discrete Mathematics − It involves distinct, separated values. Between any two points, there are a countable number of points. For example, if we have a finite set of objects, the function can be defined as a list of ordered pairs having these objects, and can be presented as a complete list of those pairs.
Topics in Discrete Mathematics
Though there cannot be a definite number of branches of Discrete Mathematics, the following topics are almost always covered in any study regarding this subject −
- Sets, Relations and Functions
- Mathematical Logic
- Group Theory
- Counting Theory
- Probability
- Mathematical Induction and Recurrence Relations
- Graph Theory
- Trees
- Boolean Algebra
Topics in Continuous Mathematics
The following are important topics studied under continuous mathematics −
- Real-Valued and Complex-Valued Functions
- Power Series and Transcendental Functions
- Expansions and Basis Functions
- Orthogonality, Ortho-normality, Inner Products, and Completeness
- Taylor Series
- Continuity and Limits; Derivatives and Anti-Derivatives
- Differential Equations
- Signals and Systems
- Linear Operators and Their Eigenfunctions
- Fourier Analysis in Multiple Dimensions
- The Quantized Degrees-of-Freedom in a Continuous Signal
Conclusion
Continuous mathematics deals with smooth, unbroken values (like calculus and real analysis), while discrete mathematics deals with distinct, countable values (like logic, sets, and graphs). Both branches are essential foundations for computer science and engineering.
Advertisements
