photo

Aslam Ali


Last seen: 거의 4년 전 2020년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


Euler’s Method
For the initial value problem (3y)^'+10y-50x^2=0,y(0)=0, write a program to find y(0.5) using Euler’s Method taking step size of...

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


jacobi method in matlab
Write down the Matlab / C++ code for Jacobi method to solve the following linear systems with TOL = (10)^(-10). 4x_1+ x_2+ x_3+...

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


Runge-Kutta method
Write the Matlab / C++ routine of Runge-Kutta method of Order four for the following problem y^'-y=3x^2,y(0)=4 for the range ...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Newton Raphson’s method
Write down the Matlab /C ++ routine for Newton Raphson’s method for the following problems cos(x) + 2 sin(x) + x^2, for...

거의 4년 전 | 답변 수: 1 | 0

1

답변