Guest User

Untitled

a guest
Jul 17th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. * Test
  2. #+BEGIN_SRC mathematica
  3. Manipulate[Plot[{x^{a-1}, E^{-x}}, {x, 0, 10}], {a, 0, 10}]
  4. #+END_SRC
  5.  
  6. #+BEGIN_SRC mathematica
  7. 2+2
  8. #+END_SRC
  9.  
  10. #+BEGIN_SRC mathematica
  11. E^{-2}
  12. #+END_SRC
  13.  
  14. Manipulate[Plot[{x^{a-1}, E^{-x}}, {x, 0, 10}], {a, 0, 10}]
  15. 2+2
  16. E^{-2}
Add Comment
Please, Sign In to add comment