Commit fbd45557 authored by pattaraporn's avatar pattaraporn

ส่งงาน

parent 1e042b5f
numer-60-2 @ 1e042b5f
Subproject commit 1e042b5f037a4978de42f4a6a051030c4b65a80c
#59110440309
#ภัทราภรณ์ อินทา
def ge(A,):
pass
def solve(A,b):
import numpy.linalg
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=[]
for i in rang(m)
A.apprnd(list(map(int,inpt().split(','))))
print(n,)
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