Post Reply 
newbie question: how to take element from an array on command line
12-27-2017, 08:57 PM
Post: #5
RE: newbie question: how to take element from an array on command line
(12-27-2017 06:38 PM)salvomic Wrote:  
(12-27-2017 06:10 PM)Arno K Wrote:  Perhaps with 'iquorem(63,23)[1]' or [2]
Arno

Using [1] (or [2]) is ok in CAS, however, and in Home it would perform an implicit multiplication...

I totally forgot about that as I ususally always work in CAS. So here a solution is:
L1:=iquorem(63,23);
L1(1), recalls the first element of the result, that is 2
Arno
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newbie question: how to take element from an array on command line - Arno K - 12-27-2017 08:57 PM



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