Posts

Showing posts from August, 2025

Understanding Discrete Mathematics - A Must-Have Skill for Computer Science Students

Image
When students first step into computer science, their focus often lands on programming languages, app development, or maybe artificial intelligence. What many don’t realize at the start is that these skills rest on a solid mathematical foundation - and one of the most important pillars is Discrete Mathematics. This branch of math doesn’t deal with smooth curves or continuous change like calculus does. Instead, it focuses on things that are countable, distinct, and separate. Think about integers, graphs, logical statements, or the number of possible arrangements of playing cards. In other words, if it’s something you can list or count, there’s a good chance discrete mathematics is involved. Why is Discrete Math Important in Computer Science? 1. Logical Thinking Becomes Second Nature Computer programs are nothing more than sequences of logical decisions. Discrete math strengthens your reasoning abilities through topics like propositional logic and truth tables — the same logic behind eve...

Understanding the SIR Model as a Mathematical Tool for Disease Spread

Image
   The SIR model is a mathematical concept in epidemiology that is applied to explain how infectious diseases spread across a population over time. Developed by Kermack and McKendrick in 1927, it separates the population into three groups: •  Susceptible (S):  Individuals who are susceptible to catching the disease. •  Infectious (I):  Individuals who are infected and can spread the disease. •  Recovered (R):   Individuals who have recovered and are presumed to be removed or immune from the population. The model tracks the movement of individuals from being susceptible to becoming infected, and then to recovery. Understanding this movement allows researchers to study the dynamics of the outbreak, including how quickly it will spread, when it will peak, and how many people may be infected. One of the main characteristics of the SIR model is the basic reproduction number ( ), which is how many individuals, on average, one infected individual will in...