Post Reply 
How do I learn RPL and solve this problem with it?
09-24-2017, 06:02 PM
Post: #12
RE: How do I learn RPL and solve this problem with it?
well if I am not mistaken with the list of the resistors, there are 4560 possible couples.

If I want to tag every couple with the values used and "series or parallel" I use too much memory (over 160kb).

Solution: clever code or precomputation on the SD and then a program that based on the input selects the right SD file that contains likely the input needed.

For example on the SD one can store a list of all the solutions that have a value under 10. A list that have a value between 10.01 and 100 , a list between 100.01 and 1000 and so on.

Although I would like to attempt first a clever selection given the constraints.

What irks me is that such small but interesting problems are likely everywhere but I don't see them, and those are great to learn more about the 50g and its large library of functions, list processing and testing the list of David.

Wikis are great, Contribute :)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How do I learn RPL and solve this problem with it? - pier4r - 09-24-2017 06:02 PM



User(s) browsing this thread: 1 Guest(s)