Post Reply 
Help: Port prg to Home Mode( Minor linear_algebra)
02-09-2014, 03:26 PM (This post was last modified: 02-09-2014 03:29 PM by Han.)
Post: #6
RE: Help HOME PRG (Minor linear_algebra)
MAKEMAT() and makemat() are two different commands.

MAKEMAT(expr, m, n): MAKEMAT(I^2+J, 3, 5);

makemat(func, m, n): makemat( (x,y)->x^2+y, 3, 5);

Is there any reason to insist on using a CAS program instead of a regular program?

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


Messages In This Thread
RE: Help HOME PRG (Minor linear_algebra) - Han - 02-09-2014 03:26 PM



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