I need to find the "black points" (where the function becomes undefined) of an equation x^3 -1 (newtons cubic). Is there a solve function for this?
1 | initial version |
I need to find the "black points" (where the function becomes undefined) of an equation x^3 -1 (newtons cubic). Is there a solve function for this?
2 | No.2 Revision |
I need to find the "black points" (where the function becomes undefined) of an equation x^3 -1 (newtons cubic). Is there a way to solve a function for this?
3 | No.3 Revision |
I need to find the "black points" (where the function becomes undefined) of an equation x^3 -1 (newtons cubic). Is there a way to solve a function for this?
4 | No.4 Revision |
I need to find the "black points" (where the function becomes undefined) of an equation x^3 -1 (newtons cubic). using newtons method. So the function turns out to be F(x) = x - (x^3-1)/(3x^2). Is there a way to solve find a function for this?majority of the points (where x is undefined as in the Newton cubic fractal photo aka the black points) using Sage?