Message Boards Message Boards

0
|
1522 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Plot a parametric function?

Posted 6 years ago

how do i plot a function such as: f(x)=x^a? i want the y axis to be dependent on a.

POSTED BY: Yoav Navott

How about a Manipulate:

Manipulate[Plot[x^a, {x, 0, 2}, PlotRange -> All], {{a, 1}, 0, 5}]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract