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
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.011 seconds (59% PHP - 41% DB) with 11 queries