Question: How do I solve the correlation in a ODE???

Warning, solving for expressions other than names or functions is not recommended.

is the warning I get every time I try to solve for solve(ode1 = ode2, theta/T)

Is there any way I can solve for an expression (i.eg theta/T)?

 

Furthermore I would like to have an answer on how I get to laplace transforms (ODE) with only "s" in the output, if I type like this:

laplace(J*(diff(theta(t), t, t)) = T-B*(diff(theta(t), t)), t, s)

I get this

-J*((D(theta))(0)+s*theta(0))+J*s^2*laplace(theta(t), t, s) = T/s-B*s*laplace(theta(t), t, s)+B*theta(0)

Do I have to set my IVP to 0 to make this happen?

Please Wait...