Hi,
I would like to know how to create a dictionary based matrix. Where column and row are considered in placing my desired value. and will pass value as dictionary
just like this
def __init__(self, mtx={}, m=0, n=0):
I would like to know how to create a dictionary based matrix. Where column and row are considered in placing my desired value. and will pass value as dictionary
just like this
def __init__(self, mtx={}, m=0, n=0):
Comment