Advertisement
Guest User

new

a guest
Jun 25th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. from sympy import *
  2. import matplotlib.pyplot as plt
  3.  
  4. order=0
  5. x=symbols('x')
  6. if (order==0):
  7.     series=diff(cos(x),x,1)
  8.     print("la aproximacion de orden")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement