Simultaneous Equations Transposed & Expressed for IT
- Sydney Matinga
- May 6
- 1 min read
(1) y = C + x ,
(2) y = 3 * C + 4 * x ;
(3) y = C + x , 3 * C + 4 * x ; Comma separated variable format
(4) y = C + x ,
(5) y = 3 * C + 4 * x ,
from (4) + (5)
(6) 2y = C + x + 3 * C + 4 * x
(7) y = ( 4 * C + 5 * x )/2 Simultaneous equation format
(8) y = ( a [ 1 ] * C + b [ 1 ] * x + a [2] * C + b [2] * x
+ a [3] * C + b [3] * x
+ . . . + a [ n ] * C + b [ n ] * x ) / n
© Xerqon ABN 97661410108 2026

Comments