In [1]:
import numpy as np
import sympy as sp
import matplotlib.pyplot as plt
import math

import plot_ball as p1
%matplotlib inline

Andrew Malfavon Exercise 5.9

Plot a formula for the trajectory of a ball

$$y(t) = v_ot - \frac{1}{2} gt^2$$

In [2]:
p1.plot_here()