Topic: If function
how to plot a graph with 'if' function? example..
f (x) = x^2 if x >= 2
Deprecated: Function utf8_decode() is deprecated since 8.2, visit the php.net documentation for various alternatives in /customers/5/9/f/padowan.dk/httpd.www/forum/include/functions.php on line 874 Deprecated: Function utf8_decode() is deprecated since 8.2, visit the php.net documentation for various alternatives in /customers/5/9/f/padowan.dk/httpd.www/forum/include/functions.php on line 874 Deprecated: Function utf8_decode() is deprecated since 8.2, visit the php.net documentation for various alternatives in /customers/5/9/f/padowan.dk/httpd.www/forum/include/functions.php on line 874
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.007 seconds (58% PHP - 42% DB) with 9 queries