Commit b3de3ad4 authored by jadtaphon chinnapan's avatar jadtaphon chinnapan

Update ge.py

parent c83bfe69
#59110440309
#ภัทราภรณ์ อินทา
def ge(A,):
pass
......@@ -9,7 +6,7 @@ def solve(A,b):
result = numpy.linalg.solve(A,b)
for x in result
print('Sx_l{}S'.format(x))
#5x3
m,n= map(int,input().split('x'))
print(n,m)
A=[]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment