in reply to Re: List all different equations for a given one
in thread List all different equations for a given one

Distributivity is something to think about... Thanks for bringing it up. And yes, I'm trying to solve a permutation problem taking commutativity and associativity properties into account. Looks to me this way is best that what I have been trying so far.... Thanks!

  • Comment on Re^2: List all different equations for a given one

Replies are listed 'Best First'.
Re^3: List all different equations for a given one
by kennethk (Abbot) on Sep 24, 2013 at 17:10 UTC

    If you haven't seen this yet, likely worth a read: Stack Overflow


    #11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.

      Yes I have looked at it before. Was inspired to use the shunting yard algorithm after reading it! :)