Post Reply 
Advanced Graphing error?
01-09-2017, 06:01 PM
Post: #13
RE: Advanced Graphing error?
I think that this is a bug.
I do not have the impression that the Advanced Graphing app uses the CAS very much or at all.

But we can easily correct it by replacing 3Root(x) with SIGN(x)*3Root(ABS(x))

When you just want to plot the function y=3Root(x) you could also use
(X<0 AND y=-3Root(-x)) OR (x>=0 AND y=3Root(x))

Or
x=y^3

When we only want to plot functions the Function app is better.
The Advanced Graphing app is very good in plotting complicated relations between x and y, but the Function app can do some things it can not do.

For example, you can write a program which defines a function and you can let the Function app plot it.

The Function app can also deal with complex numbers.
Of course it can not plot complex numbers, but it can plot its real or imaginary part, like RE(1/(x+i)) or IM(1/(x+i)). Also ABS(1/(x+i))

It does this very nice with y=(-1)^x
It plots this function correctly by only plotting the discrete points at positions (2n,1) and (2n+1,-1).
When we check the complex checkbox in Home settings we can also plot RE( (-1)^x), which gives a COS graph, IM( (-1)^x), which gives a SIN graph and ABS( (-1)^x) which gives a straight line.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Advanced Graphing error? - lrdheat - 12-31-2016, 05:47 PM
RE: Advanced Graphing error? - lrdheat - 01-02-2017, 02:28 PM
RE: Advanced Graphing error? - Jan_D - 01-02-2017, 05:27 PM
RE: Advanced Graphing error? - Jan_D - 01-03-2017, 06:30 PM
RE: Advanced Graphing error? - lrdheat - 01-03-2017, 03:32 PM
RE: Advanced Graphing error? - lrdheat - 01-03-2017, 08:10 PM
RE: Advanced Graphing error? - lrdheat - 01-04-2017, 03:51 PM
RE: Advanced Graphing error? - Jan_D - 01-06-2017, 06:52 PM
RE: Advanced Graphing error? - lrdheat - 01-06-2017, 08:32 PM
RE: Advanced Graphing error? - Jan_D - 01-09-2017 06:01 PM
RE: Advanced Graphing error? - lrdheat - 01-10-2017, 08:44 PM
RE: Advanced Graphing error? - Jan_D - 01-11-2017, 07:27 PM
RE: Advanced Graphing error? - lrdheat - 01-11-2017, 09:18 PM
RE: Advanced Graphing error? - lrdheat - 01-11-2017, 11:02 PM
RE: Advanced Graphing error? - jte - 04-05-2017, 07:46 AM
RE: Advanced Graphing error? - Han - 04-05-2017, 11:17 AM



User(s) browsing this thread: 1 Guest(s)