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

Numerical Solutions of Odes: Problem 1

This document contains a numerical methods assignment for a second year computer science, civil engineering, or environmental engineering course. It includes 6 problems solving ordinary differential equations using methods like Euler's method, Euler's modified method, Runge-Kutta fourth order method, and finite difference method to solve an initial value problem or boundary value problem. Students are asked to solve systems of linear equations arising from these numerical methods.

Uploaded by

Bino
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)
79 views2 pages

Numerical Solutions of Odes: Problem 1

This document contains a numerical methods assignment for a second year computer science, civil engineering, or environmental engineering course. It includes 6 problems solving ordinary differential equations using methods like Euler's method, Euler's modified method, Runge-Kutta fourth order method, and finite difference method to solve an initial value problem or boundary value problem. Students are asked to solve systems of linear equations arising from these numerical methods.

Uploaded by

Bino
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

KATHMANDU UNIVERSITY

Assignment-V

Level: CS/CM/ENVE IInd Year/ IInd Sem Course: MCSC-202 (Numerical Methods)
Instructor: Dr. Samir Shrestha Deadline: October 31, 2020

Numerical Solutions of ODEs


Problem 1:

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:

You might also like