Hi all!
I have quiet a lot a problems solving and programing with Mathematica this system of diff. equations:
y'[x] == 1/b[x],
b'[x] == 1/ubb 1/(y[x] + R1) 1/b[x] (uba 1/(y[x] + R1) - ub),
b[0] == b00,
y[0] == 0
y[2] == Sqrt[5]
where ubb, uba, ub are functions:
ub = b[x] -...