eleven wrote:SpAce wrote:8r8c4 == 6,5r95c1 - r5c5 = 59r48c6|r6c54 => -9r8c4; stte
No problem with that one.
Didn't think so. In this case we can probably both agree that it's actually easier to read than the longer version. Sometimes it pays off even in terms of clarity and simplicity to look for a shorter notation. Besides, in that form your solution is easier to compare with mine because both are probably as lean as possible.
That way it's easy to see that yours is intrinsically way simpler (better), which is not (at all) obvious with your routing and notation. If anything, it's more complicated. Originally both are 9x9 matrices (subsets fully unfolded), mine a PM (simpler) and yours a BTM. However, mine doesn't (probably) get any simpler than that, while yours is easily reduced to a much simpler 5x5 PM.
- Code: Select all
6r23c3 2r2c3
2r5c3 5r5c3 6r5c3
5r5c1 6r5c1
6r5c4 6r6c4
9r6c4 9r6c5
5r5c5 5r6c5 5r4c6
5r8c6 9r8c6
9r8c4 9r6c4
6r6c2 6r6c4
-------------------------------------------------------
-6r2c2
-6r5c3
your solution 9x9 BTM: Show - Code: Select all
8r8c4 9r8c4
9r8c6 5r8c6
5r4c6 2r4c6
9r6c4 6r6c4 8r6c4
6r5c4 8r5c4 1r5c4
8r4c4 1r4c4
2r5c5 8r5c5 5r5c5
5r5c1 6r5c1
8r8c4 6r9c1
------------------------------------------------------
+8r8c4
your solution with my notation 5x5 PM: Show - Code: Select all
9r6c4 9r6c5
9r8c6 5r8c6
5r6c5 5r4c6 5r5c5
5r5c1 6r5c1
8r8c4 6r9c1
------------------------------
-9r8c4
Then again, what do I know.
--
Edit. Changed the matrix types to what I think is probably more correct. Cenoman would know exactly.