Community Profile

photo

Ibrahim Ali


Last seen: 2年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Solving a first order ODE with Euler backwards method
I'm trying to solve the ODE below: F_ty = @(t,y) (2*t-4)*exp(-y); using Euler backwards method with the intial condition y(5) = ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Solving a first order ODE using the Euler backward method (implicit)
I'm trying to solve a first order ODE with the initial condition y(5) = 0. To do this, I'm using the Euler backward method, but ...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


Showing that Newtons method is quadratic convergent in Matlab
I'm trying to show that Newtons Method is quadratic convergent, i.e that e_(i+1)/e^2_(i) < infinity, where i = iterations, and e...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Trying to retrieve and display the initial value of an input
From disp(q), I'm trying to show the interval chosen at the beginning from x0 to x1, the loop makes it so that x0 and x1 get cha...

2年以上 前 | 1 件の回答 | 0

1

回答