0% found this document useful (0 votes)
29 views2 pages

CONAM

Uploaded by

omchudasama3688
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views2 pages

CONAM

Uploaded by

omchudasama3688
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Computer Oriented Numerical and Statistical Methods (US03ABCA51)

Unit-1 Time Series


❖ Method-1: Moving average method (3,4 and 5 yearly)
1. Find trend and short term validation by 3 yearly moving average method.
x 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022
y 15 18 20 23 28 31 36 38 40 42

2. Find trend and short term variation by 5 yearly moving average method.
x 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014
y 200 194 181 178 202 247 258 218 196 201 208 191 189 203

3. 4 yearly moving average method.


x 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016
y 102 101 97 98 100 102 99 105 107 105

❖ Method of Seasonal indices.


1. Find Seasonal indices for the following data.
Year Winter Summer Monsoon
2001 40 50 35
2002 45 55 35
2003 42 60 40
2004 55 55 50
2005 60 70 45

2.
Year Q1 Q2 Q3 Q4
2004 72 68 80 70
2005 76 70 82 72
2006 74 66 84 80
2007 76 74 84 78
2008 78 74 86 82

3.
Season 2008 2009 2010 2011 2012
Summer 35 38 50 52 45
Monsoon 37 33 45 55 40
Winter 50 55 60 65 50

❖ Non-linear equation.
❖ Method-1: Bisection Method
1. Find root of equation 𝑥 3 − 5𝑥 + 3 = 0 correct to three decimal places by using bisection method use
between 𝑥1 = 0.5, 𝑥2 = 1.0
2. 𝑥 3 − 2𝑥 − 5 = 0 , 𝑥1 = 1.75, 𝑥2 = 2.25
3. Given the root of equation 𝑥 3 − 2𝑥 − 5 upto 3 decimal places by using False-position method with
𝑥1 = 1.75, 𝑥2 = 2.5
Unit-2
1. Solve the following equations by using inverse of matrix.
𝑥 − 2𝑦 + 3𝑧 = 4
2𝑥 + 𝑦 − 3𝑧 = 5
−𝑥 + 𝑦 + 2𝑧 = 3

2. Solve the following equations by using matrix inversion method.


3𝑥 − 2𝑦 + 𝑧 = 2, 𝑥 + 3𝑦 − 2𝑧 = 2, 2𝑥 − 𝑦 + 𝑧 = 2

❖ Gauss-seidel method
1. Solve the following equation by Gauss-seidel method.
10𝑥1 + 𝑥2 + 2𝑥3 = 44
2𝑥1 + 10𝑥2 + 𝑥3 = 51
𝑥1 + 2𝑥2 + 10𝑥3 = 61

2. Solve the following equation by Gauss seidel method.


20𝑥1 + 𝑥2 − 2𝑥3 = 17
3𝑥1 + 20𝑥2 − 𝑥3 = −18
2𝑥1 − 3𝑥2 + 20𝑥3 = 25

Unit-3
❖ Newton’s forward method
1. Given the table value as
x 2.0 2.25 2.50 2.75 3.0
y(x) 9.00 10.06 11.25 12.56 14.00
Find y(2.35)

❖ Newton’s backward method


2. Given the table value as
x 2.5 3.0 3.5 4.00 4.5
y(x) 9.75 12.45 15.70 19.52 23.75
Find y(4.25)

You might also like