I have a function RC * dvout/dt + vout = RIin and the initial condition vout(1) = 0 for t = 0 to 7.5. When I set up the equation to be solved using Euler's method, is it: vout = vout + f(vout,t)*step size, with f(vout,t) = (RIin - vout)/RC.

i need help with long divison