Skip to content

Commit e4afd0f

Browse files
authored
README.md: introduced section for discrete mathematics
1 parent 468a3e4 commit e4afd0f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,27 @@ Similar to other professions, embedded engineers require soft skills that can't
208208
- [📝 Soft Skills For Embedded Systems Software Developers](https://www.embeddedrelated.com/showarticle/1470.php)
209209
- [📝 10 Skills Every Embedded Engineer Should Have](https://medium.com/@lanceharvieruntime/10-skills-every-embedded-engineer-should-have-dcb867095b91)
210210

211+
_________________
212+
### ✳️ Discrete Mathematics
213+
214+
A common subject that is taught for Computer Science Students and Some Math/Electrical Engineering Majors based on the Assoication For Computing Machinery Guidlines for CS/CE education. Discrete Mathematics presents the most essential subjects for _abstract mathematical modelling_ and _theory of computation_. _Discrete Mathematics_ is a multi-semester course that involves subjects about the theoretical basis of computer science, including but not limited to:
215+
* Logic (Propositional, Quantificational and Normal Forms).
216+
* Axiomatic Set Theory (Sets, Operations on sets, and Power Sets).
217+
* Relation Sets and Function Theory (i.e., $$\Lambda$$ Calculus).
218+
* Theory of combinatorics.
219+
* Matrix and Graph Theory.
220+
* Theory of computation (i.e., Computational Automata Theory, Computational Complexity, and Computational Computability).
221+
* Automata Theory (e.g., Finite-state Machines, Pushdown Automata, Turing Machines, and Cellular Automata).
222+
* Process Modelling/Calculi (i.e., $$\Pi$$ Calculus).
223+
* Coding Theory.
224+
* Division Theorem Modular Arithmetics (Parts of Number Theory).
225+
226+
- [🎞️ Free Courses on Coursera](https://www.coursera.org/search?query=Discrete%20mathematics&topic=Computer%20Science&topic=Math%20and%20Logic&sortBy=BEST_MATCH)
227+
- [📘👶 Open Access Books by LibreTexts](https://math.libretexts.org/Bookshelves/Combinatorics_and_Discrete_Mathematics)
228+
- [📘💎 Discrete Mathematics and its applications by Rosen](https://dl.acm.org/doi/book/10.5555/579402)
229+
- [📘💎 Switching and Finite Automata Theory, Cambrdige Press](https://dl.acm.org/doi/10.5555/1708070)
230+
- [📘💎 Discrete Mathematical Structures by Bernard Kolman](https://www.pearson.com/en-us/subject-catalog/p/discrete-mathematical-structures-classic-version/P200000006227/9780137538782?srsltid=AfmBOooBdohmNtq7Wu42tHwSt7lUma46hBmKjqk8XJ8NNI6sf2-4-1kg)
231+
211232
_________________
212233

213234
### ✳️ Electronics

0 commit comments

Comments
 (0)