From f897fe767b66cd05cea16ff4a7812b8a12990096 Mon Sep 17 00:00:00 2001 From: yufeifei <53069821+2019DHSxuyufeifei@users.noreply.github.com> Date: Thu, 24 Oct 2019 14:51:48 +0800 Subject: [PATCH] Update t02_simultaneouslinearequations.py --- t02_simultaneouslinearequations.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t02_simultaneouslinearequations.py b/t02_simultaneouslinearequations.py index 968bfe1..75c01cb 100644 --- a/t02_simultaneouslinearequations.py +++ b/t02_simultaneouslinearequations.py @@ -1,3 +1,5 @@ # Find x and y with these two equations: # 3x + 4y = 24 # 4x + 3y = 22 +# 12x + 16y = 96 +# 12x + 9y = 66