Sujet : Re: Does the number of nines increase?
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : sci.mathDate : 11. Jul 2024, 05:41:31
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6nnpr$2a8a6$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
User-Agent : Mozilla Thunderbird
On 7/10/2024 5:32 PM, Ben Bacarisse wrote:
"Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> writes:
[...]
Just making up a quick example, I need to work on something else right now... Sorry Ben.
aba b ab = ababab
aba ba b = ababab
Can we try to use something like:
a = 2
b = 3
Where:
ab ab ab = 2 + 3 + 2 + 3 + 2 + 3 = 15
aba ba b = 2 + 3 + 2 + 3 + 2 + 3 = 15
And/or, using a little sorting:
ab ab ab = 2 + 2 + 2 + 3 + 3 + 3 = 15
or:
ab ab ab = (2 * 3) + (3 * 3) = 15
aba ba b = 2 * 3 + 3^2 = 15
Reduce to lowest terms. Go on...
So, we can take all of the patterns that equal the top and bottom grid "numbers", so to speak, and then work with those that fit the condition instead of comparing actual strings? Sound okay as a possible base for a "solver", or is it crap to the n'th power? If they have the same number, then we can drill down on them?
I have to do some 3d work right now. Shit. Now I am thinking of a uniqueness property...