On Fri, Nov 18, 2011 at 10:29 AM, Matthew Rocklin <[email protected]> wrote: >> This is a neat example. Does this first one also just use for loops, >> or does it solve the equations? >> >> Aaron Meurer >> > > The finite random variable code is just a syntactically nice way to set up > and go though large iterators asking questions. It's not computationally > clever in any way. >
I see. So it would not be possible to extend the result to an infinite set (which hopefully has a finite solution). In other words, you have to know ahead of time how many sides to put on your Die. Aaron Meurer -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
