I am a new user and running into an issue. I defined a variable outside the solve block and in the solve block set up odesolve with the function in the ODE. However, I get an error in the solve block saying variable not recognized. Please let me know what I am doing wrong.
Sometime with more complicated functions it may be convenient to split the expression into smaller parts using auxiliary functions like your cu(). It can be done with a differently defined function cu() which expects already the function value as its argument: