suivant: Scalar product : scalar_product
monter: Functions for vectors
précédent: Term by term product
Table des matières
Index
Term by term quotient of two lists : ./
The infixed operator ./ returns the term by term quotient of two
lists
of the same size.
Input :
[1,2,3] ./ [4,3,5]
Output :
[1/4,2/3,3/5]
giac documentation written by Renée De Graeve and Bernard Parisse