% MotionGenesis: MGDemo.txt sum = 2 + 2 fun = 3*sin(t)^2 + 2*cos(t)^2 good = Dt(fun) Variable x Solve( 2*x - 8*t = 6, x ) Solve( x^2 := cos(x), x=0.1 ) Variable y'' = -sin(y) Input y = 1 m, y' = 0 m/s, tFinal = 10 s Output t seconds, y meters ODE() MGDemo Plot MGDemo.1[1,2] Save MGDemo.html Quit