Topic: Absolute Value Transformations

Is it possible to plot absolute values?  If so, how?

Also, Is it possible to plot g(x) = f(|x|) for a previously graphed equation?

Re: Absolute Value Transformations

Ulairekoltea wrote:

Is it possible to plot absolute values?  If so, how?

Yes, try f(x)=abs(x)

Ulairekoltea wrote:

Also, Is it possible to plot g(x) = f(|x|) for a previously graphed equation?

Not directly. However you can create a custom function, e.g. h(x)=sin(x), and then plot f(x)=h(x) and f(x)=h(abs(x))

Re: Absolute Value Transformations

Thank you very much!!