Topic: Help w/ Function
Hi!
I am a newbie who is self-teaching calculus. I am using Graph 4.2.
How can I plot the following function?
y=SQR(x), where X is not equal to 2
Thank you!
Dr. T
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 → Help w/ Function
Hi!
I am a newbie who is self-teaching calculus. I am using Graph 4.2.
How can I plot the following function?
y=SQR(x), where X is not equal to 2
Thank you!
Dr. T
To plot the square of x for all values except 2, you can use: f(x)=if(x <> 2, sqr(x))
However it will look the same as f(x)=sqr(x)
You can add a 'circle' marker at the point of discontinuity.
Ivan and Benice,
Thank you!
Dr. T
Graph Forums → Support → Help w/ Function
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.013 seconds (47% PHP - 53% DB) with 9 queries