Talk:Addition-chain exponentiation: Difference between revisions

Content added Content deleted
m (removed white space from equations to avoid line wrap inside them)
m (yet another attempt to improve grammar)
Line 5: Line 5:
But this means b←a↑2 and d←a↑4 and the result calculated is a↑13 --[[User:Rdm|Rdm]] 15:04, 27 August 2011 (UTC)
But this means b←a↑2 and d←a↑4 and the result calculated is a↑13 --[[User:Rdm|Rdm]] 15:04, 27 August 2011 (UTC)


I think it should be: d×d×(d←a×b×(b←a×a)) but my preferred notation (where the operations are strictly right to left) conflicts with the format used in the table (where assignment is right to left but are used left to right).
I think it should be: d×d×(d←a×b×(b←a×a)) but my preferred notation (where the operations are strictly right to left) conflicts with the format used in the table (where assignment is right to left but assignments get used left to right).


=== Alternative "special objects" to using Matrices ===
=== Alternative "special objects" to using Matrices ===