Hi, I want to create a matrix with this property:

c_{ij}=a_j*b_i-a_i*b_j    if   0<=i,j<=n

and c_{ij}=0   otherwise.


I don't know how to do it, because on my program will appears terms like 
 c[-1][0]   and I want this 0 and not c[n-1][0]

Could you help me?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to