User:CreativeHedgehog/Templates/2 var linear equation
< User:CreativeHedgehog | Templates
Revision as of 14:55, 8 August 2020 by Creativehedgehog (talk | contribs)
given a, b, c, d, e, and f, find x and y in the 2 equations below:
{{{a}}}x+{{{b}}}y={{{e}}}
{{{c}}}x+{{{d}}}y={{{f}}}
x=({{{e}}}*{{{d}}}-{{{b}}}*{{{f}}})/({{{a}}}*{{{d}}}-{{{b}}}*{{{c}}})
y=({{{a}}}*{{{f}}}-{{{e}}}*{{{c}}})/({{{a}}}*{{{d}}}-{{{b}}}*{{{c}}})
given a, b, c, d, e, and f, find x and y in the 2 equations below:
3x+2y=5
1x+4y=5
x=(5*4-2*5)/(3*4-2*1)
y=(3*5-5*1)/(3*4-2*1)
Note: Do not use this for Alcumus. Also, I am going to build a 3 var'ed one very soon. CreativeHedgehog 14:42, 7 August 2020 (EDT)