Existing CAS commands --> Prime discussion
|
12-09-2018, 05:07 PM
(This post was last modified: 12-09-2018 08:34 PM by compsystems.)
Post: #47
|
|||
|
|||
RE: Existing CAS commands --> Prime discussion
the subtype() command is required to identify the following types of objects
Xcas/HPprime type(set[a,a,b]),type(poly1[0,0,3,-1]),type(a,a,b) [↵] returns DOM_LIST,DOM_LIST,DOM_LIST Xcas subtype(set[a,a,b]),subtype(poly1[0,0,3,-1]),subtype(a,a,b) [↵] returns 2,10,1 according to XCAS help subtype() cmd Returns 1 for a sequence: for example (a,a,b), 2 for a set: set[a,a,b], 10 for a polynomial: poly1[0,0,3,-1] and 0 otherwise. PHP Code: purge(a,b) ↵ |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 5 Guest(s)