[HP-Prime CAS] list[x,y,z], vector[x, y, z ] ... data type operation?



#3

Hello

Where can I find documentation on the HP-Prime data type operation?

Samples

list[ x,y,z ] return { x, y ,z } => entry line => list[x,y,z]

vector[ x, y, z ] return [ x, y, z ] => entry line => vector[x,y,z]

matrix[[x,y,z]] return {{x,y,z}} => entry line => {{x,y,z}} [enter] error

vector[[x,y,z]] return [[x,y,z]] => entry line => vector[{x,y,z}] [enter] error

set[x ,y, z, z, x, y] return [ x, y, z ] => entry line => {x,y,z}??

Example con solve
0: second parameter as list[x,y,z]

solve(x-3*y+z = 1 and 2*x-y-2*z = -1 and 2*x-6*y+2*z = 2,list[x,y,z])

or and => &&

solve(x-3*y+z = 1 && 2*x-y-2*z = -1 && 2*x-6*y+2*z = 2,list[x,y,z])


or

solve(x-3*y+z = 1 && 2*x-y-2*z = -1 && 2*x-6*y+2*z = 2, vector[x,y,z])

return

[ x = x, y = ((4*x-1)/7), z = ((5*x+4)/7) ] // x =, y =, z = explicit, like MAPLE and TICAS answer =)


while second parameter as {x,y,z}

solve(x-3*y+z = 1 and 2*x-y-2*z = -1 and 2*x-6*y+2*z = 2,{x,y,z})

[ x, ((4*x-1)/7), ((5*x+4)/7) ] =( implicit


#4

Quote:
Where can I find documentation on the HP-Prime data type operation?

Although Prime's CAS is not identical to the Xcas program, it has very much in common with it, so the documentation for Xcas is probably your best bet for the time being.


Possibly Related Threads...
Thread Author Replies Views Last Post
  HP Prime: CAS taylor Alberto Candel 5 3,005 12-13-2013, 09:45 PM
Last Post: Alberto Candel
  HP Prime CAS curiosity bluesun08 11 3,805 12-10-2013, 01:03 PM
Last Post: Han
  [HP-Prime CAS] "Warning, ^ (Command) Is ambiguous on non square matrices"?? CompSystems 1 1,653 12-07-2013, 07:15 PM
Last Post: CompSystems
  HP Prime: complex numbers in CAS. Alberto Candel 1 1,407 12-06-2013, 02:36 PM
Last Post: parisse
  HP Prime: Proper Use of Home View and CAS View James Williams 9 3,367 12-05-2013, 02:44 PM
Last Post: James Williams
  [HP Prime] plotfunc() bug in CAS Chris Pem10 2 1,670 12-04-2013, 02:46 PM
Last Post: Chris Pem10
  HP Prime: adding an entry to a vector Alberto Candel 12 3,197 12-02-2013, 01:18 PM
Last Post: Alberto Candel
  Milestones:List of IEEE Milestones -> HP-35 AlbertTocarLoseggs 4 1,634 11-27-2013, 08:52 AM
Last Post: Massimo Gnerucci (Italy)
  HP Prime: Home/CAS? Alasdair McAndrew 11 2,894 11-26-2013, 02:48 PM
Last Post: Alberto Candel
  HP Prime - vector question bluesun08 3 1,335 11-18-2013, 07:26 PM
Last Post: Han

Forum Jump: