Cenoman wrote:eleven wrote:(6=7)r4c4 - (7=5)r6c356 - (5=76)r7c65 => -6r6c5,-7r4c6; stte
Better (6,7)r4c4,r6c56 = 5r6c356 - (5=76)r7c56 ?
I'd stick to the developed form: (6=7)r4c4 - *(7=685)r6c356 - (5=7)r7c6* - (7=6)r7c5 => -7 r4c6*, -6 r6c5
I actually like them both, but I'd prefer a couple of cosmetic changes (which you already applied). The subchain version is definitely easier to read if the last term is split, because it makes it easier to see the subchain. As an added bonus it makes the chain more symmetrical too. (Btw, I'd rather use something other than '*' to mark the subchain because most people use it as a memory marker -- it always confuses me for a second when it's used for something else in chains.) Both versions (especially the latter) would benefit from using the full complement of ALS digits. With those small changes I have no problem at all with either one. The second variant is clearly something I might write myself:
(6,7)b5p189 = (685)r6c356 - (5=76)r7c65 => -6 r6c5,r7c4, -7 r4c6
(It seems that the only problem I had with the original was the omitted bystanders. They do make a difference!)
Same side remark as to SpAce: this chain with embedded subchain is hard to put into a matrix (as well as my own, BTW)
Well, writing it is not hard but reading it requires similar extra effort as a subchained AIC because the end points are scattered. I guess it's against the spirit of matrices anyway, but it's certainly possible. I might do something like this with eleven's first chain:
- Code: Select all
6r4c4 7r4c4
{7r6c56 685r6c356
5r7c6 7r7c6}
6r7c5 7r7c5
--------------------------------
-6r6c5 -{7r4c6}
-6r7c4
The same could be done with yours, but since it only needs one ANDed end point, I'd rather do it that way to avoid the extra hassle:
- Code: Select all
7r4c7 7r6c7
5r6c7 5r6c6
5r7c6 7r7c6
7r7c5 6r7c5
7r7c6&6r4c4 5r7c6 6r7c4
------------------------------------
-7r4c46
How would you do them?