Post Reply 
Existing CAS commands --> Prime discussion
12-11-2018, 03:28 PM (This post was last modified: 12-15-2018 03:00 PM by compsystems.)
Post: #56
RE: Existing CAS commands --> Prime discussion
Another alternative way is: eval(seq(a,1))

but the important thing is to have a functional command, makevector(), dedicated for that purpose.
For example QR() returns a sequence Q,R, with makevector() returns a vector

makevector(QR([[1,2],[3,4]]))

There is also a need to document the lowercase qr() function command
makevector(qr([[1,2],[3,4]]))
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Existing CAS commands --> Prime discussion - compsystems - 12-11-2018 03:28 PM



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