Heaven C.
asked 10/15/21how to graph a recursive equation
1 Expert Answer
This is a tricky question. If you have an equation that converges, you should be able to draw some sample data points and do a curve fit through the data points. Some recursive equations never converge, and so you could spend the rest of your working life trying to draw a recursive equation by hand or cause a computer to crash if you used a computer. Usually the computational solution to this is to limit the depth of the recursion, i.e., stop drawing the graph after the nth recursion. Unfortunately this can lead to misleading results.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Douglas B.
Hello. Please give an example of what you are talking about. For example, do you want to plot the solutions sets of a recursively defined object (like a fractal)?10/15/21