Question
Finding the constants of an ODE
Hello everyone,
I have the differential equation m∙x ̈+C∙x ̇+k∙x=0 and i know only the mass, do you know if there is a way to find the coefficients C and K? do you think this can be solved with odesolve if i declare some initial conditions?

