Guest User

Untitled

a guest
Oct 18th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. series1 = Series[Exp[x], {x, 0, 6}]
  2.  
  3. Plot[series1, {x, 0, 5}]
  4.  
  5. Plot[Normal[series1], {x, 0, 5}]
  6.  
  7. Plot[Evaluate @ Normal[series1], {x, 0, 5}]
Add Comment
Please, Sign In to add comment