I have two functions,
and
.
Based the plot, I can see that they intersect around x equals 0, 1, around 4.5 and 10.
So I tried to find the numerical solution by solving
for x assuming x is real.
I'm stuck here because the aswer involves RootOf and _Z and I don't know what to do next.
This is what I've tried so far:
Download intersect_curve.mw
I know there's an answer to this because I can get the expected answer from Wolfram Alpha (see here).
How can I accomplish this in Maple?