hdarwin

cstutoringcenter.com_Function Products

Jan 4th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. def f(x):return 50*(x**3) - 46*(x**2) + 25*x - 14
  2. def g(x):return 49*(x**3) + 45*(x**2) - 20*(x**3) + 195*x - 4
  3. print f(105) * g(105)
Advertisement
Add Comment
Please, Sign In to add comment