randombill
- 81
- 0
Hello,
I need help with solving the following simultaneous equation. I tried using matrix solution using Gaussian elimination but it became too difficult early on.
Known constants are a,A,b, and B.
Known variables are x and y.
Unknown variables are m and n.
(a\timesx)/(A - x) + (b\timesy)/(B - y) =
(a\timesm)/(A - m) + (b\timesn)/(B - n)
I tried the matrix solution below. I set the known constants to 1 for the second row.
[(a\timesx)/(A - x) (b\timesy)/(B - y) = c1 ]
[(x)/(1 - x) (y)/(1 - y) = c2]
I need help with solving the following simultaneous equation. I tried using matrix solution using Gaussian elimination but it became too difficult early on.
Known constants are a,A,b, and B.
Known variables are x and y.
Unknown variables are m and n.
(a\timesx)/(A - x) + (b\timesy)/(B - y) =
(a\timesm)/(A - m) + (b\timesn)/(B - n)
I tried the matrix solution below. I set the known constants to 1 for the second row.
[(a\timesx)/(A - x) (b\timesy)/(B - y) = c1 ]
[(x)/(1 - x) (y)/(1 - y) = c2]