Question: Implicit numerical solution

Hello guys, please i have a problem involving 4 unknowns and one equation. Like an implicit numerical problem below.

(25/539)*x[0]*h/y[0]+(116/231)*h*x[1]/y[1]-(1/77)*h*x[2]/y[2]+(1024/1617)*h*x[7/4]/y[7/4]+(13/77)*y[0]+(64/77)*y[1]
i have calculated the x-values with
x[i]:=x[0]+i*h , i=1,7/4,2 to get the below equation
-.3376623377+0.5021645022e-2/y[1]-0.2597402597e-3/y[2]+0.1108225108e-1/y[7/4]+(64/77)*y[1]
my aim is to determine the values y[i], i=1,7/4,2
using Runge-kutta or Euler
here are the remaining information.
h:=0.1, diff(y(x), x) = x/y(x), y(0)=-2

Please Wait...