I try to compute the following inner product: c(a,b) = a * b # inner product between a and b pp(p1,p2) = (p1,p2) # vec1 with symbolic expressions ps(s1,s2) = (s1,s2) # vec2 with symbolic expressions pp*ps # WORKS! (Inner product) c(pp,ps) # DOESN'T WORK!
where pp and ps are shorthand notations for VectorSpace(SF,2): symbolic fields (SF) with dimension 2. I don't know why the c(pp,ps) version doesn't work... Help appreciated. -stustd -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
