Topic: Absolute Value Functions

So can i not do these? When i tried y=|x| it said

Error 65: Expression expected.
An expression was expected. This may happen if you have empty brackets: f(x)=sin()

any help would be appreciated.

Re: Absolute Value Functions

To get the numeric value you need to use the abs function. So try with y=abs(x)