suivant:
Definition
monter:
The CAS functions
précédent:
Difference of two sets
Table des matières
Index
Lists and vectors
Sous-sections
Definition
Get an element or a sub-list of a list :
at []
Get an element
Extract a sub-list
Extract a sub-list :
mid
Get the first element of a list :
head
Remove an element in a list :
suppress
Remove the first element :
tail
Reverse order in a list :
revlist
Reverse a list starting from its n-th element :
rotate
Permuted list from its n-th element :
shift
Modify an element in a list :
subsop
Transform a list into a sequence :
op makesuite
Transform a sequence into a list :
makevector []
Length of a list :
size nops length
Sizes of a list of lists :
sizes
Concatenate two lists or a list and an element :
concat augment
Append an element at the end of a list :
append
Prepend an element at the begining of a list :
prepend
Sort :
sort
Sort a list by increasing order :
SortA
Sort a list by decreasing order :
SortD
Select the elements of a list :
select
Remove elements of a list :
remove
Test if a value is in a list :
member
Test if a value is in a list :
contains
Sum of list (or matrix) elements transformed by a function :
count
Number of elements equal to a given value :
count_eq
Number of elements smaller than a given value :
count_inf
Number of elements greater than a given value :
count_sup
Sum of elements of a list :
sum add
Cumulated sum of the elements of a list :
cumSum
Product :
product mul
Product of values of an expression :
product
Product of elements of a list :
product
Apply a function of one variable to the elements of a list :
map apply of
Apply a bivariate function to the elements of two lists :
zip
Make a list with zeros :
newList
Make a list with a function :
makelist
Make a random vector or list :
randvector
List of differences of consecutive terms :
deltalist
Make a matrix with a list :
list2mat
Make a list with a matrix :
mat2list
giac
documentation written by Renée De Graeve and Bernard Parisse