Re: Doing matrix arithmetic with complex numbers

2016-03-07 Thread Al Matthews
+1 On Sat, Mar 5, 2016, 22:12 Mars0i wrote: > You might want to post this on the Numerical clojure group as well or > instead. I've never tried using complex numbers with core.matrix. > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To po

Re: Doing matrix arithmetic with complex numbers

2016-03-05 Thread Mars0i
You might want to post this on the Numerical clojure group as well or instead. I've never tried using complex numbers with core.matrix. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com N

Doing matrix arithmetic with complex numbers

2016-03-04 Thread Willem Price
Hi all, I am trying to use the core.matrix.complex library to do matrix multiplication and such with complex numbers, but I cannot get it to work. The library uses complex.core