I don't find a convenient way for doing element wise product of vectors. Is there an operator for it? (or less cumbersome way)
Construct row vector objects and apply the dot() method!
--
To post to this group, send email to sage-s...@googlegroups.com
To unsubscribe from this group, send email to sage-support...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
On Thu, Jul 5, 2012 at 3:27 PM, Jorge Garcia wrote:
> Construct row vector objects and apply the dot() method!
I don't find the dot() method. Would you please let me know where it is?
I think that it is the case, but just to make sure. Is the object
constructed by vector() a row vector?