Post Reply 
Optional Mapping Argument to matrix() Function?
03-17-2017, 12:41 PM
Post: #2
RE: Optional Mapping Argument to matrix() Function?
Some examples:
PHP Code:
matrix(3,5,(j,k)->1+j+2*k)
matrix(5,5,(j,k)->ifte(j>k,0,rand(1000))) 
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Optional Mapping Argument to matrix() Function? - Didier Lachieze - 03-17-2017 12:41 PM



User(s) browsing this thread: 1 Guest(s)