problem
---
3 analog inputs from 0 to 5 volts
1 output from 0 - 5 volts
3 inputs defined as i1,i2,i3
1 output defined as o1
if i1 =0 and i2 = 4 and i3 =0.1 then o1 = 1.1
if i1 =0 and i2 = 2 and i3 =0.1 then o1 = 1.2
if i1 =3 and i2 = 4 and i3 =0.2 then o1 = 3.1
if i1 =1 and i2 = 4 and i3 =0.3 then o1 = 2.1
many of these
___
contraints
no DAC or microprocessor