Solving a simultaneous equation through code
问题 This seems like an incredibly simple and silly question to ask, but everything I've found about it has been too complex for me to understand. I have these two very basic simultaneous equations: X = 2x + 2z Y = z - x Given that I know both X and Y, how would I go about finding x and z? It's very easy to do it by hand, but I have no idea how this would be done in code. 回答1: This seems like an incredibly simple and silly question to ask Not at all. This is a very good question, and it has