Topic: how do i graph piecewise notations

im having difficulty graphing this in windows

Re: how do i graph piecewise notations

If you for example want:
y=x^2 for x < 0
y=x for x >= 0

You can write it as:
f(x)=if(x<0, x^2, x)