User Portlet
Discussions |
---|
Hi all, I'm new to Mathematica and have been playing a bit. I'd like to be able to plot an exponential function and change both "a" and "b" with sliders. I thought that this: Manipulate[ Plot[{a*Exp[b`x]}, {x, 0, 75}, PlotRange -> {{0, 100}, {0,... |