Advertisement
JoelSjogren

Untitled

Nov 22nd, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. box% sage
  2. ┌────────────────────────────────────────────────────────────────────┐
  3. │ SageMath version 9.2, Release Date: 2020-10-24 │
  4. │ Using Python 3.8.6. Type "help()" for help. │
  5. └────────────────────────────────────────────────────────────────────┘
  6. sage: diff(sin(sin(sin(sin(x)))), x)
  7. cos(x)*cos(sin(x))*cos(sin(sin(x)))*cos(sin(sin(sin(x))))
  8. sage:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement