Post Reply 
How to remove an item from a list? [SOLVED]
10-22-2016, 01:15 PM
Post: #7
RE: How to remove an item from a list?
(10-22-2016 11:23 AM)cclinus Wrote:  If I assign a:={0,{0,1,2},{0,1,2}}
Then SUB(a,1,2)

IN Home mode , it is ok.
But if in CAS mode, It display Error: Invalid dimension.
How to make it work in CAS mode?

Try using lower case sub instead of SUB, in CAS:

sub(a,1,2); ==> end result in CAS.

Also, you might like to use list variables L0..L9.

-Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to remove an item from a list? - DrD - 10-22-2016 01:15 PM



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