Question: Equation

> y1 := x-> piecewise(0<=x<=c, m1*x+b1, c<x<=1, m2*x+b2);

Error, unexpected relational operator

I don't know why it gives me this error, I underline where the cursor goes. Can anyone tell me what is my error?

Thanks

Please Wait...