Commit abbe4aaf authored by irada chinnachat's avatar irada chinnachat

Update mat.py

parent 3012cd7f
M = [
"""M = [
[3, 2, 1, 2],
[5, 4, 3, 3],
[7, 3, 6, 4],
]
"""
def sub (M,m,n,x,y):
import numpy as np
inp =[[0 for a in range(m)] for s in range(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