130 likes | 146 Views
Explore the innovative balance-machine model that represents a self-regulating balance; weights must add up on both sides. Learn about its computation universality, solving equations, and SAT problems. Discover its unique features and potential for future research.
E N D
Anunconventional computational model
The Balance-Machine infinite source filler Z + spiller x y X + Y X Y Addition x + y = Z INPUTpan (fixed weight) OUTPUTpan (variable weight) Aself-regulating balance
Z x y Addition x + y = Z + + represents a balance; weights on both sides must balance represents combination of two weights that add up. (The weights needn’t balance each other.) Schematic representation small letters,numerals represent fixed weights (inputs) capital letters represent variable weights (outputs)
Addition Increment x + y = Z Z = x + 1 Z Z x y x 1 + + + + Subtraction x + Y= z Y = z - x Decrement z X + 1 = z X = z - 1 x Y z X 1 The balance can compute!
Example 1: Multiplication by 2 A output a B input Example 2: Division by 2 a A B The balance can compute! Weights (or pans) themselves can take the form of a balance-machine. 1) a + B = A 2) a = B Therefore, A = 2a. 1) A + B = a 2) A = B Therefore, A = a/2. Note:The weight of a balance-machine is the sum of the individual weights on its pans.
Multiplication by 4 A output B C d input Division by 4 a input B C D output The balance can compute! A = 4d D = a/4
Example: Solving simultaneous equations X + Y = 8 X – Y = 2 1 2 8 X2 + + X1 Y1 Y2 2 3 4 X1 X2 Y1 Y2 Sharing pans between balances outputs
NOT(x) x + Y = 15 5 + 10 = 15 10 + 5 = 15 15 x Y + Computation universality of balances NOTE: Input true = 10; false = 5; Output Interpreted as 1, if > 5 and as 0, otherwise.
AND(x,y) x + y = Z + 10 5 + 5 = 0 + 10 5 + 10 = 5 + 10 10 + 5 = 5 + 10 10 + 10 = 10 + 10 10 x y Z + + + + OR(x,y) x + y = Z + 5 5 + 5 = 5 + 5 5 + 10 = 10 + 5 10 + 5 = 10 + 5 10 + 10 = 15 + 5 5 x y Z Computation universality of balances NOTE: Input true = 10; false = 5; Output Interpreted as 1, if > 5 and as 0, otherwise.
(1) (2) (3) Computation universality of balances Balance as a transmission line Balance (2) acts as transmission line, feeding output from (1) into the input of (3).
Assumptions • true = 10; false = 5 • Fluid let out in “drops” (of 5 units) • Max. weight held by pan = 10 units A B 10 5 Extra1 A’ B 10 5 Extra2 (1) (2) + + + + + a b (~a+b)(a+b) 0 0 0 1 0 0 0 1 1 1 1 1 15 A A’ (3) Solving SAT with balances Consider the satisfiability of (a + b) (~a + b) Machines 1-3 work together, sharing the variables A, B,and A’. The only possible configuration in which they can “stop” is one of the satisfiable configurations, if any. If the machine keeps “staggering” after a fixed time, then one might conclude that the expression is not satisfiable.
Balance Machine – features • The balance machine is a closed system unlike TMs. • It is a closed system with a negative feed-back. • The balance machine’s way of “computing” is very human. • Does not require quantification in order to solve problems.
Future research • Balance-machine as a language recognizer • Balance-machine as an artificial neuron