How to implement an array ?
|
02-22-2016, 05:59 AM
Post: #5
|
|||
|
|||
RE: How to implement an array ?
Hello,
Prime has build in 1d (vectors) and 2d (matrices) objects. If you need 3D, you can either use lists, or use lists with matrices in them. remember that you can access sub-elements of a list by doing L(a,b,c) where a is the index in the list and b/c indexes in the list sub-element. cyrille Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to implement an array ? - smp - 02-19-2016, 09:38 PM
RE: How to implement an array ? - DrD - 02-19-2016, 10:13 PM
RE: How to implement an array ? - smp - 02-20-2016, 12:15 AM
RE: How to implement an array ? - Carlos295pz - 02-20-2016, 05:05 AM
RE: How to implement an array ? - cyrille de brébisson - 02-22-2016 05:59 AM
|
User(s) browsing this thread: 1 Guest(s)