Topic: If function
how to plot a graph with 'if' function? example..
f (x) = x^2 if x >= 2
You are not logged in. Please login or register.
Graph Forums → Support → If function
how to plot a graph with 'if' function? example..
f (x) = x^2 if x >= 2
Try f(x)=if(x>=2, x^2, undef)
thx..
Graph Forums → Support → If function
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.009 seconds (61% PHP - 39% DB) with 9 queries