Matrix of vectors
Hi.
Suppose that I have a collection of vectors v1,…,vn∈R3 and I wish to compute all cross products vi×vj∈R3 where 1≤i<j≤n. Is it possible to store the output in a matrix, i.e. can I form a matrix M in Sage where M(i,j)=vi×vj?