Post Reply 
problems with MAKEMAT
12-28-2016, 02:41 AM (This post was last modified: 12-28-2016 02:44 AM by Han.)
Post: #2
RE: problems with MAKEMAT
This was discussed in depth in another thread a long while back. There are two versions: MAKEMAT and makemat and they take different arguments since 'makemat' is a CAS-only command (with the only exception being a "constant" function). makemat( cas-function, width, height )

Example: makemat( (x,y)->x+2*y, 3, 4 )

Creates a 3x4 matrix whose \( i,j \)-th entry is \( i+2j \)

EDIT: While we are at it, MAKELIST and makelist are similarly different.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
problems with MAKEMAT - compsystems - 12-26-2016, 10:59 PM
RE: problems with MAKEMAT - Han - 12-28-2016 02:41 AM
RE: problems with MAKEMAT - compsystems - 12-28-2016, 01:29 PM
RE: problems with MAKEMAT - Han - 12-28-2016, 02:42 PM



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