Chapter 2_Enumeration_Computational Modeling

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:40 AM on 8/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

Variables,

Parameters,

Equations/RulesWhy Do We Use Models?

Key Components of a Model (3)

2
New cards

Understand complex systems,

Predict future events,

Test different scenarios,

Reduce the cost of experiments,

Save time,

Improve decision-making,

Minimize risks associated with real-world experimentation

Why Do We Use Models? Models help us (7)

3
New cards

Describe how a system works,

Explain relationships among variables,

Predict future behavior,

Analyze different situations,

Support scientific and engineering decisions,

Test "what-if" scenarios safely

Major Purposes of Models (6)

4
New cards

Weather forecasting = Atmospheric simulation model

Disease spread = Epidemic model

Flood prediction = Hydrological model

Traffic management = Traffic flow model

Population growth = Population model

Problem = Computational Model Examples (5)

5
New cards

Simple but realistic,

Accurate,

Reliable,

Easy to understand,

Based on valid assumptions,

Flexible enough for different situations

Characteristics of a Good Model (5)

6
New cards

Deterministic,

Probabilistic / Stochastic

Types of Computational Models (2)

7
New cards

No randomness,

Predictable results,

Exact mathematical relationships,

Easier to analyze

Deterministic model characteristics (4)

8
New cards

Simple interest computation,

Projectile motion,

Population growth using fixed rates,

Newton's laws of motion

Deterministic model examples (4)

9
New cards

Easy to understand,

Easy to verify,

Produces consistent results

Deterministic Models Advantages (3)

10
New cards

Cannot represent uncertainty,

Less realistic for many natural systems

Deterministic Models Limitations (2)

11
New cards

β (Beta) – Infection/Transmission Rate,

γ (Gamma) – Recovery Rate

Parameters in the basic SIR model

12
New cards

Uses probability,

Includes random variables,

Models uncertainty,

Produces multiple possible outcomes

Probabilistic / Stochastic Models Characteristics (4)

13
New cards

Weather forecasting,

Stock market prediction,

Disease transmission,

Traffic congestion,

Insurance risk analysis

Probabilistic / Stochastic Models Examples (5)

14
New cards

More realistic,

Represents uncertainty,

Useful for complex systems

Probabilistic / Stochastic Models Advantages (3)

15
New cards

More difficult to analyze,

Results vary from one simulation to another

Probabilistic / Stochastic Models Limitations (2)

16
New cards

Email → Spam / Not Spam,

Review → Positive / Negative,

Disease symptoms → Disease A / Disease B,

News article → Sports / Politics / Business

Naïve Bayes Algorithm Examples (4)

17
New cards

Input data — left side,

Classifier — middle,

Possible classes — right side,

Final prediction

How to understand the diagram Naïve Bayes Classifier (4)

18
New cards

Build → Test → Refine → Reapply → Repeat

Modeling Process (5)

19
New cards

objectives,

questions,

boundaries

Step 1: Analyze the problem. (3)

20
New cards

assumptions,

variables,

relationships

Step 2: Formulate a model. (3)

21
New cards

algebra,

calculus,

graphs,

computer programs,

computer packages

Step 3: Solve the model (5)

22
New cards

Analysis of the problem,

Model design,

Model solution,

Results and conclusions

Step 5: Report on the model (4)

23
New cards

corrections,

improvements,

enhancements

Step 6: Maintain the model (3)

24
New cards

Analysis of the problem,

Model design,

Model solution,

Results and conclusions

Report components parallel the steps of the modeling process (4)

25
New cards

NumPy,

SciPy,

Matplotlib & Seaborn,

SimPy

Popular Libraries in Python for Computational Science

26
New cards

computational science,

engineering,

applied mathematics

SciPy adds a wide collection of algorithms and functions for more advanced tasks in (3)

27
New cards

2D plotting (line & scatter plots, histogram, bar charts)

Matplotlib uses (3)

28
New cards

distribution plots,

heatmaps,

regression,

pair plots

Seaborn uses specialized plots (4)

29
New cards

queueing systems,

logistics,

resource allocation,

operations research

SimPy is widely used for (4)

30
New cards

define the problem,

understand the system,

build and implement the model,

verify and validate it,

analyze the results,

refine the model as needed

Effective model development follows a structured process (6)

31
New cards

engineering,

healthcare,

environmental science,

business,

scientific research

Computational modeling is widely applied in (5)