Numerical Solutions of Odes: Problem 1
Numerical Solutions of Odes: Problem 1
Assignment-V
Level: CS/CM/ENVE IInd Year/ IInd Sem Course: MCSC-202 (Numerical Methods)
Instructor: Dr. Samir Shrestha Deadline: October 31, 2020
Problem 2:
Problem 3:
𝑑𝑦
Consider the ODE (IVP) = 5𝑥 − 3 𝑦, 𝑦 0 = 2 using Euler’s Method.
𝑑𝑥
Problem 4:
𝑑𝑦
Consider the ODE (IVP) = 𝑥 + 𝑦, 𝑦 0 = 0 using Euler’s Modified Method.
𝑑𝑥
Problem 5:
Use Runge-Kutta fourth order method to find 𝑦 0.1 , 𝑦(0.2) and 𝑦(0.3) given that
𝑑𝑦 2𝑥𝑦
onsider the ODE (IVP) = 1 + 2
𝑦 0 =0
𝑑𝑥 1+𝑥
Problem 6:
Solve the boundary value problem given by y ′′ − y = 0 with bounday conditions
𝑦 0 = 0, 𝑦 1 = 1 by using finite difference method (FDM) taking step size ℎ = 0.25.
System of Linear Equations
Problem 1:
Problem 2:
Problem 3:
Problem 4: