Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hello, Everyone.
From :
How to plot 8 upper-corner-points ?
Thanks in advance.
Regards.
Solved! Go to Solution.
Your method to solve it, this is a new to me ! Many thanks for your time and help, Luc. I got it.
Best Regards.
Luc, I don't know the reason the plot doesn't show up in this case.
Regards.
Loi.
You have disabled the plot region!
Right click the plot region and chose "Enable Evaluation"
As you can see the poles at +/-sqrt 2 and 0 are no valid solutions to your problem this time. This is because they are poles of second order (the square in d(x)) and so there is no change of signs at those positions. A sign change only occurs at poles of odd order.
Many thanks, Werner. And how to keep the same "procedure" and eliminate 3 points are not 6 lower-intersection-points ? ( maybe just edit ? ). ( And how to plot local minimum-points of the f(x) ? )
Best Regards.
Correction : plot local minimum-points of the f.0(x)
@lvl107 wrote:
Many thanks, Werner. And how to keep the same "procedure" and eliminate 3 points are not 6 lower-intersection-points ? ( maybe just edit ? ).
You may think beforehand and don't ask for the zeros of the denominator which are of even order. In your example obviously all are of even order and so you would not ask for d(x)=0 at all.
As an alternative you may consider writing a function which eliminates all points of zeros (nominator and denominator separately) which occur an even number of times. This routine also must consider removable discontinuities like when nominator and denominator have a common zero. Good luck!
Luc, after I have got all of your hints, I try to plot all lower-intersection-points of logical-plot, but I don't know it's true for all of cases :
Best Regards.
Loi.
Hi,
You could also use the "numer" and "denom" functions as shown:
or more compact:
F.M. and Werner, with your "procedures" above, It seems that I just need "input" a new function ! :
Many thanks for all your time and help.
Regards.