Skip to content

Papelbon/math-modeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Mathematical Modeling Problems and Solutions

Discrete Two-Dimensional Random Variable

Example output

  1. Probability matrices

prob1 prob2 emp1 emp2

  1. Confidence intervals and random variables histograms

rv1 rv2

Queueing System Simulation

Example 1

  • Total servers: 2
  • Total customers: 10000
  • Arrival time mean: 0.5
  • Arrival time order: 1
  • Service time mean: 0.35
  • Service time order: 1
  • Queue delay time mean: 1
  • Queue delay time order: 1
  • Max customer queue size: 3
  1. Simulation output

  2. Simulation probabilities

prob11

  1. Theoretical probabilities

prob12

  1. Stationary mode set-up

prob13

Example 2

  • Total servers: 5
  • Total customers: 8000
  • Arrival time mean: 1
  • Arrival time order: 1
  • Service time mean: 1
  • Service time order: 1
  • Queue delay time mean: 1
  • Queue delay time order: 1
  • Max customer queue size: 5
  1. Simulation output

  2. Simulation probabilities

prob21

  1. Theoretical probabilities

prob22

  1. Stationary mode set-up

prob23

Example 3

  • Total servers: 4
  • Total customers: 11000
  • Arrival time mean: 7.5
  • Arrival time order: 3
  • Service time mean: 17
  • Service time order: 2
  • Queue delay time: unlimited
  • Max customer queue size: 10
  1. Simulation output

  2. Simulation probabilities

prob31

  1. Stationary mode set-up

prob32

Example 4

  • Total servers: 3
  • Total customers: 10000
  • Arrival time mean: 0.5
  • Arrival time order: 1
  • Service time mean: 0.35
  • Service time order: 1
  • Queue delay time mean: 1
  • Queue delay time order: 1
  • Max customer queue size: 0
  1. Simulation output

  2. Simulation probabilities

prob41

  1. Theoretical probabilities

prob42

  1. Stationary mode set-up

prob43

Example 5

  • Total servers: 1
  • Total customers: 14000
  • Arrival time mean: 10
  • Arrival time order: 1
  • Service time mean: 8
  • Service time order: 3
  • Queue delay time: unlimited
  • Customer queue size: unlimited
  1. Simulation output