Santosh Acharya's Blog
Learning and Sharing the Essentials.
Pages - Menu
(Move to ...)
Home
▼
Showing posts with label
Coding
.
Show all posts
Showing posts with label
Coding
.
Show all posts
Forecasting with ARIMA: R Code
›
Step-1: ###R Packages Installed library(fpp2) library(readxl) library(SPlit) library(fpp2) ###Declare time-series data ###In ...
Golden Section Search Method: Fortran f90
›
Consider the nonlinear equation f(x)=4x 2 –exp(x). Write a Fortran program that uses the Golden Section Search Method to find the solution ...
Gaussian Elimination Method: Fortran f90
›
Question: Solve the following system of linear equations using Gaussian Elimination using Fortran. x 1 + x 2 - x 3 + x 4 - x 5 = 2 2x ...
›
Home
View web version