Hello, everybody! I am facing a problem called "Recursion depth of 1024 exceeded during evaluation of ...". I know that it occurs because I cannot obtain an explicit solution of y. But I do not know how to write the code to realize it. Any one can help me to solve it? Thank you. I post an attachment below.
I am also experiencing a situation like this. here in this image i am trying to make a drawing with epicycloids. but after I imported the png image and started to extract the contour using FindShortestTour, I am getting an error saying that my recursion limit has exceeded. I tried Clearall but to do this I have to import the image first. What should I do to Tackle this situation
Linjo,
What is pts? It is used in computing center but never defined.
pts
center
Please post code that can be copy/pasted rather than a screenshot
Yes, I mean "equal". Actually, y is determined by n, Q and alpha. It is an equation about y, but I can not obtain the explicit solution.
You can't do a definition of the form y = ....y... if y does not have a value yet. Perhaps you mean == Equal rather then = Set?
Thank you for your hint, Sander. After replacing = with == , it works and I think the syntax is right, but there is not even a point in the figure, it is empty. I do not know why it happens.