axiom-mail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-mail] vector


From: Vanuxem Grégory
Subject: Re: [Axiom-mail] vector
Date: Tue, 25 Oct 2005 18:22:57 +0200

Le mardi 25 octobre 2005 à 11:32 +0200, Bertrand Roessli a écrit :
> Hello,
> 
> I am really new to axiom, so my question is 
> naive. 
> How is it possible to multiply two vectors??

multiplication element by element

a:= vector [1,2,3,5,6]
map(*,a,a)

otherwise use Matrix 

a:= matrix [[1,2,3,4,5,6]]
a * transpose a

Cheers,

Greg

> 
> thanks,
> 
> B.
> 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]