Answer

EXECUTE
plotDistance := (velocity, theta, seconds, meters) ->
       plot(distance(velocity, theta, `time (secs)`),
       `time (secs)`=0..seconds,
       `distance (meters)`=0..meters,
       title=`Distance traveled in ballistic trajectory`);

Return to lesson.



Joseph L. Zachary
Hamlet Project
Department of Computer Science
University of Utah