Hi Everyone,
I am trying to solve a system of non-linear differential equations coupled to algebraic expressions:
W(x)' = f(Cn(x)), where n = 1:6
C1(x)' = f(Cn(x),V1(x),V2(x))
C2(x)' = f(Cn(x),V1(x),V2(x)),
C3(x)' = f(Cn(x),V1(x),V2(x)),
V1(x)'' = f(Cn(x),V1(x),V2(x)),
0 =...