next up previous contents index
suivant: Term by term quotient monter: Functions for vectors précédent: Term by term difference   Table des matières   Index


Term by term product of two lists : .*

The infixed operator .* returns the term by term product of two lists of the same size.
Input :
[1,2,3] .* [4,3,5]
Output :
[4,6,15]



giac documentation written by Renée De Graeve and Bernard Parisse