Guest User

Untitled

a guest
Jun 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. - It does simple algebra like: 3^5+2sin(2pi-1)*e/10.5
  2. - It has all the trig functions: sin, cos, etc..
  3. - You can define custom variables, like: a = 5
  4. - You can define custom functions too. f(x, y) = 3x+5y
  5. - You can graph stuff, of course: y = 8log(x)
  6. - You can graph inverses too: x = 4y
  7. - Zoom in/out: zin and zout
  8. - Derivative of functions: der sin(x), x, 1 // function, variable of differentiation, point
  9. - Integrals too: int 3x^4, x, 0, 4 // function, variable of integration, lower limit, upper limit
  10. - See the reference for everything else.
Add Comment
Please, Sign In to add comment