On Thu, Apr 23, 2009 at 01:28:36PM +0200, Laurent Mazet wrote:
> Hi Thomas,
>
> you was right, my problem is inthe atlas library:
Thanks for the follow-up.
>
> $ LD_LIBRARY_PATH=/usr/lib /usr/bin/octave -q --eval '[1 2; 3 4] * [1; 1i]'
> ans =
>1 + 2i
>3 + 4i
>
> $ lmt-linux ~ $ /usr/bin/o
Hi Thomas,
you was right, my problem is inthe atlas library:
$ LD_LIBRARY_PATH=/usr/lib /usr/bin/octave -q --eval '[1 2; 3 4] * [1; 1i]'
ans =
1 + 2i
3 + 4i
$ lmt-linux ~ $ /usr/bin/octave -q --eval '[1 2; 3 4] * [1; 1i]'
ans =
1. + 0.i
3. + 0.i
$ ldd /usr/bin/octav
On Wed, Apr 22, 2009 at 11:04:14PM +0200, Thomas Weber wrote:
> On Wed, Apr 22, 2009 at 12:01:19PM +0200, Laurent Mazet wrote:
> > Package: octave3.0
> > Version: 1:3.0.1-7
> > Arch: i386
> > Severity: grave
> >
> > Hi,
> >
> > I've just realized that I can multiply a real 2x2 matrix by a complex
On Thu, Apr 23, 2009 at 01:35:01AM +0200, Rafael Laboissiere wrote:
> * Thomas Weber [2009-04-22 23:04]:
>
> > On Wed, Apr 22, 2009 at 12:01:19PM +0200, Laurent Mazet wrote:
> > > Package: octave3.0
> > > Version: 1:3.0.1-7
> > > Arch: i386
> > > Severity: grave
> > >
> > > Hi,
> > >
> > > I've j
On 23-Apr-2009, Rafael Laboissiere wrote:
| * Thomas Weber [2009-04-22 23:04]:
|
| > On Wed, Apr 22, 2009 at 12:01:19PM +0200, Laurent Mazet wrote:
| > > Package: octave3.0
| > > Version: 1:3.0.1-7
| > > Arch: i386
| > > Severity: grave
| > >
| > > Hi,
| > >
| > > I've just realized that I can m
* Thomas Weber [2009-04-22 23:04]:
> On Wed, Apr 22, 2009 at 12:01:19PM +0200, Laurent Mazet wrote:
> > Package: octave3.0
> > Version: 1:3.0.1-7
> > Arch: i386
> > Severity: grave
> >
> > Hi,
> >
> > I've just realized that I can multiply a real 2x2 matrix by a complex
> > vector.
>
> Uh, yes.
On Wed, Apr 22, 2009 at 12:01:19PM +0200, Laurent Mazet wrote:
> Package: octave3.0
> Version: 1:3.0.1-7
> Arch: i386
> Severity: grave
>
> Hi,
>
> I've just realized that I can multiply a real 2x2 matrix by a complex vector.
Uh, yes. Why shouldn't this work? Or in other words, how do you
distingu
Package: octave3.0
Version: 1:3.0.1-7
Arch: i386
Severity: grave
Hi,
I've just realized that I can multiply a real 2x2 matrix by a complex vector.
Regards,
Laurent
octave:1> [1, 0.1; 0.68358, 0.72985] * [1; 1i]
ans =
1.0 + 0.0i
0.68358 + 0.0i
octave:2> [1, 1i] * [1, 0.1
8 matches
Mail list logo