[sage-support] Re: element-wise multiplication of matrices

2009-06-08 Thread Jason Grout
kcrisman wrote: > > >> This is based on the code developed in the >> threadhttp://groups.google.com/group/sage-devel/browse_thread/thread/100de8... >> >> (that code probably should get into Sage; it makes some calculations >> very, very easy to write down...) >> >> The trac ticket for incorpora

[sage-support] Re: element-wise multiplication of matrices

2009-06-08 Thread kcrisman
> This is based on the code developed in the > threadhttp://groups.google.com/group/sage-devel/browse_thread/thread/100de8... > > (that code probably should get into Sage; it makes some calculations > very, very easy to write down...) > > The trac ticket for incorporating this decorator > isht

[sage-support] Re: element-wise multiplication of matrices

2009-06-08 Thread Jason Grout
Dan Drake wrote: > On Sun, 07 Jun 2009 at 11:12AM -0700, paramaniac wrote: >> Is there a possibility/workaround in Sage to compute the element-wise >> multiplication of two matrices? In Matlab there's the .* operator, but >> Matlab is useless in my case since I need a symbolic result. > > There's

[sage-support] Re: element-wise multiplication of matrices

2009-06-08 Thread paramaniac
Thank you for the fast response! Regards, Lukas --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at

[sage-support] Re: element-wise multiplication of matrices

2009-06-08 Thread paramaniac
Thank you for the fast response! Regards, Lukas --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at

[sage-support] Re: element-wise multiplication of matrices

2009-06-07 Thread Dan Drake
On Sun, 07 Jun 2009 at 11:12AM -0700, paramaniac wrote: > Is there a possibility/workaround in Sage to compute the element-wise > multiplication of two matrices? In Matlab there's the .* operator, but > Matlab is useless in my case since I need a symbolic result. There's no operator that I know of