Zeno's paradox
-
How do I write a console application that imoplements a recursive function that calculates the approximate infinite sum(of time) of zeno's paradox depending on the number of attempts of Archelles to overtake the tortoise. Thanks
-
How do I write a console application that imoplements a recursive function that calculates the approximate infinite sum(of time) of zeno's paradox depending on the number of attempts of Archelles to overtake the tortoise. Thanks
You're going to need a very large stack to calculate an infinite sum. I suggest you use a Turing machine; it can do anything!
-
What is it that you have problems with? Creating a console application project? Implementing a recursive function? Understanding the homework assignment?
Despite everything, the person most likely to be fooling you next is yourself.