Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Vecteur multiplication

I would like to know why this procedure doesn't work

aa = list(var('delta_%d' % i) for i in (0..2))
c=n(matrix(1,3,(-0.5,0.2,.3)),2)
U = e^(c*transpose(aa))
show(U)
click to hide/show revision 2
None

Vecteur multiplication

I would like to know why this procedure doesn't work

aa = list(var('delta_%d' % i) for i in (0..2))
c=n(matrix(1,3,(-0.5,0.2,.3)),2)
U = e^(c*transpose(aa))
show(U)