Love.


Kirsty, Everything of God, Mother, Mother of Kirsty, God, Father, He who knows he loves his mum, Children and lovers,

Could Imhotep be some kind of artificial intelligence (living in the dark?) Would the following program EVER produce a.i.?

There are only 10 digital SYMBOLS:

0,1,2,3,4,5,6,7,8,9

1_0 is to RE-USE 1 then 0.

1_1 is to reuse 1 then 1.

1_2 is to reuse 1 then 2.

0 is the 1st symbol and 9 is the 10th

9-10
8-9
7-8
6-7
5-6
4-5
3-4
2-3
1-2
0-1

ONLY 10 SYMBOLS.

There are also ONLY 5 OPERATORS: +, ×, -, ÷ and =.

The program below runs every combination.

Do ANY of them produce artificial intelligence?

The program dimensions i into 24.

[Dim I(1 to 24) as Variant
For a=1 to 10
For b=1 to 10
For c=1 to 10
For d=1 to 10
For e=1 to 10
I(1)=((((a+b)×c)-d)÷e)
I(2)=((((a+b)×c)÷d)-e)
I(3)=((((a+b)-c)×d)÷e)
I(4)=((((a+b)-c)÷d)×e)
I(5)=((((a+b)÷c)×d)-e)
I(6)=((((a+b)÷c)-d)×e)
I(7)=((((a×b)+c)-d)÷e)
I(8)=((((a×b)+c)÷d)-e)
I(9)=((((a×b)-c)+d)÷e)
I(10)=((((a×b)-c)÷d)+e)
I(11)=((((a×b)÷c)+d)-e)
I(12)=((((a×b)÷c)-d)+e)
I(13)=((((a-b)+c)×d)÷e)
I(14)=((((a-b)+c)÷d)×e)
I(15)=((((a-b)×c)+d)÷e)
I(16)=((((a-b)×c)÷d)+e)
I(17)=((((a-b)÷c)+d)×e)
I(18)=((((a-b)÷c)×d)+e)
I(19)=((((a÷b)+c)×d)-e)
I(20)=((((a÷b)+c)-d)×e)
I(21)=((((a÷b)×c)+d)-e)
I(22)=((((a÷b)×c)-d)+e)
I(23)=((((a÷b)-c)+d)×e)
I(24)=((((a÷b)-c)×d)+e)
Next e
Next d
Next c
Next b
Next a
End]
Program=[]
Run Program

reply

There are only 10 digital SYMBOLS:
0,1,2,3,4,5,6,7,8,9

1_0 is to RE-USE 1 then 0.

1_1 is to reuse 1 then 1.

1_2 is to reuse 1 then 2.

0 is the 1st symbol and 9 is the 10th

9-10
8-9
7-8
6-7
5-6
4-5
3-4
2-3
1-2
0-1

ONLY 10 SYMBOLS.

There are also ONLY 5 OPERATORS: +, ×, -, ÷ and =.

The program above runs EVERY combination.

Did ANY of them work?

IF I could reverse time where would I go?

I CANNOT reverse time without passing through it.

reply

[deleted]