Guest User

Untitled

a guest
Feb 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. Manipulate[
  2. Plot[(x - 1)*(a - b)*c, {x, 0, 1}, PlotRange -> 2],
  3. {a, 0, 1},
  4. {b, 0, 1},
  5. {c, 5, 50}]
Add Comment
Please, Sign In to add comment