Skip to content

R programs for Numerical Methods (Trapezoidal, Simpson’s, etc.)

Notifications You must be signed in to change notification settings

Niharika08hub/Numerical-Methods-in-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages