Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Am I not inside the domain ?

x=var('x') f = Piecewise([[(0,pi/2),-1],[(pi/2,pi),2]]) plot(f(x),(x,0,pi))

? ValueError: Value not defined outside of domain. ?

Am I not inside the domain ?

x=var('x')
f = Piecewise([[(0,pi/2),-1],[(pi/2,pi),2]])
plot(f(x),(x,0,pi))plot(f(x),(x,0,pi))

**?

?

ValueError: Value not defined outside of domain. ?domain.

?**