User Portlet User Portlet

Discussions
I am trying to solve the following second order differential equation with constant coefficients df[x_[t_]] = 4* D[x[t], {t, 2 }] + 2* D[x[t], {t, 1 }] + 4* D[x[t], {t, 0 }] With the following inhomogeneity: ih[t_] = -9...
While preparing for a Calculus final I grew frustrated with having to find practice problems so I quickly threw this Notebook together. It generates a random initial value problem for a homogenous linear second order differential equation with...
So im messing around with mathematica and coded a few dynamic graphs of circular motion equations mostly to learn about and practice with mathematica dynamic graphing functions. At the end of the post is the full code of the program. It outputs...