Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 707 Bytes

File metadata and controls

28 lines (23 loc) · 707 Bytes

Numerical Methods and Simulation in R

This repository contains R programs for Numerical Methods, Simulation, and M&S lab experiments.

Experiments Included

  1. Simple Trapezoidal Rule
  2. Simpson’s 1/3rd Rule
  3. Simpson’s 3/8th Rule
  4. Euler’s Method
  5. Runge-Kutta (RK-2)
  6. Numerical Integration using integrate() Function
  7. Linear Congruential Generator
  8. Population Growth using Mathematical Model.
  9. Prey–Predator Population Model
  10. SIR Epidemic Model using Euler Method.
  11. System of difference equations:
  12. M/M/1 Queue Simulation

Tools Used

  • R
  • RStudio

Author

Niharika
IT Department

Purpose

To understand and implement numerical and simulation techniques using R.