CONAM
CONAM
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
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
❖ 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
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)