[Archive!] Pure mathematics, physics, chemistry, etc.: brain-training problems not related to trade in any way - page 159

 
vegetate >>:

Давай подождем чуть-чуть. MetaDriver хотел парочку решений найти, зачем кайф человеку обламывать :).


)
 

I wanted to, too. And then we'll talk about who was looking.

 
Mathemat >>:

Аналитическое, возможно, будет, но вряд ли будет охватывать все решения. Да такая задача вроде и не ставилась. Тут бы одно найти, а найдено уже несколько.

sanyooooook, ты нашел много решений - или 3 года искал хотя бы одно?

I was looking for at least one

 
vegetate >>:

Давай подождем чуть-чуть. MetaDriver хотел парочку решений найти, зачем кайф человеку обламывать :).

Lana...! :) I sat for another hour trying unsuccessfully to cross two hedgehogs. I can't go any further. Just give me the whole list, please.

I took a good look at your solution. I'm convinced it satisfies the odds-and-odds arrangement I found yesterday. I'll be satisfied with that. :)

One more interesting thing: judging from the condition in your program, in fact there should be twelve solutions - one 180 turn in the condition is admissible (around edge "12").

 

Andrei TheXpert once gave a link to a game

Not an intrusive brain fitness game.

 
You'll have to put it out there. And tell me how you made the decisions.
 
vegetate >>:

Все верно поняли. я как человек высшей математике не обучавшийся пошел влоб.

26 минут Атом330 считал.

if (($a1+$a2 == 12) &&
($a3+$a4 == 12) &&
(($a9+$a5 == $a1) ||($a9+$a1 == $a5) || ($a1+$a5==$a9)) &&
(($a11+$a6 == $a2) ||($a11+$a2 == $a6) || ($a2+$a6==$a11)) &&
(($a9+$a7 == $a3) ||($a9+$a3 == $a7) || ($a3+$a7==$a9)) &&
(($a11+$a8 == $a4) ||($a11+$a4 == $a8) || ($a4+$a8==$a11)) &&
(($a7+$a8 == $a10) ||($a7+$a10 == $a8) || ($a8+$a10==$a7)) &&
(($a5+$a6 == $a10) ||($a5+$a10 == $a6) || ($a10+$a6==$a5)) ){
print "$a1,$a2,$a3,$a4,$a5,$a6,$a7,$a8,$a9,$a10,$a11\n";
}


Это условие, остальное перебором.


He's already said it's a 26-minute trial.

 

a1 .. a11. a12 is accepted everywhere as 12 for peace of mind.

1,11,2,10,8,5,7,4,9,3,6
1,11,3,9,6,4,8,2,5,10,7
2,10,1,11,7,4,8,5,9,3,6
2,10,4,8,5,11,3,9,7,6,1
2,10,4,8,7,1,9,3,5,6,11
3,9,1,11,8,2,6,4,5,10,7
3,9,7,5,8,10,4,6,11,2,1
4,8,2,10,3,9,5,11,7,6,1
4,8,2,10,9,3,7,1,5,6,11
4,8,5,7,2,11,1,10,6,9,3
5,7,4,8,1,10,2,11,6,9,3
5,7,9,3,6,4,10,8,1,2,11
7,5,3,9,4,6,8,10,11,2,1
7,5,8,4,10,1,11,2,3,9,6
8,4,7,5,11,2,10,1,3,9,6
8,4,10,2,3,9,1,7,11,6,5
8,4,10,2,9,3,11,5,1,6,7
9,3,5,7,10,8,6,4,1,2,11
9,3,11,1,2,8,4,6,7,10,5
10,2,8,4,1,7,3,9,11,6,5
10,2,8,4,11,5,9,3,1,6,7
10,2,11,1,4,7,5,8,6,3,9
11,1,9,3,4,6,2,8,7,10,5
11,1,10,2,5,8,4,7,6,3,9


 
vegetate >>:

a1 .. a11. a12 везде принят как 12 для душевного спокойствия.

1,11,2,10,8,5,7,4,9,3,6
1,11,3,9,6,4,8,2,5,10,7
2,10,1,11,7,4,8,5,9,3,6
2,10,4,8,5,11,3,9,7,6,1
2,10,4,8,7,1,9,3,5,6,11
3,9,1,11,8,2,6,4,5,10,7
3,9,7,5,8,10,4,6,11,2,1
4,8,2,10,3,9,5,11,7,6,1
4,8,2,10,9,3,7,1,5,6,11
4,8,5,7,2,11,1,10,6,9,3
5,7,4,8,1,10,2,11,6,9,3
5,7,9,3,6,4,10,8,1,2,11
7,5,3,9,4,6,8,10,11,2,1
7,5,8,4,10,1,11,2,3,9,6
8,4,7,5,11,2,10,1,3,9,6
8,4,10,2,3,9,1,7,11,6,5
8,4,10,2,9,3,11,5,1,6,7
9,3,5,7,10,8,6,4,1,2,11
9,3,11,1,2,8,4,6,7,10,5
10,2,8,4,1,7,3,9,11,6,5
10,2,8,4,11,5,9,3,1,6,7
10,2,11,1,4,7,5,8,6,3,9
11,1,9,3,4,6,2,8,7,10,5
11,1,10,2,5,8,4,7,6,3,9




here is the matrix of the cubic murahedron

 
sanyooooook >>:

мот она матрица мураэдра

By the way, it is possible that if you name the ribs in the right order, the mirroring might show up. At least I expected to see it, but didn't.