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.015 seconds (58% PHP - 42% DB) with 11 queries