#21672: 直接用未知數解出X 跟 Y 的值


panchunhsiang@gmail.com (沒牙)


x = (c * e - b * f) / (a * e - b * d);

 

y = (c * d - a * f) / (b * d - a * e);