Re: [Gambas-user] gb.gsl: pseudo-complex Vectors make different cross product

2014-02-14 Thread Tobias Boege
On Fri, 14 Feb 2014, Beno?t Minisini wrote: > Le 11/02/2014 21:15, Tobias Boege a ?crit : > > Hi Benoit, > > > > a strange thing this time. Using gb.gsl, we noticed that there is a way to > > compute the cross product of two Vector objects in "complex" mode - but > > without any complex numbers in

Re: [Gambas-user] gb.gsl: pseudo-complex Vectors make different cross product

2014-02-14 Thread Tobias Boege
On Fri, 14 Feb 2014, Beno?t Minisini wrote: > Le 11/02/2014 21:15, Tobias Boege a ?crit : > > Hi Benoit, > > > > a strange thing this time. Using gb.gsl, we noticed that there is a way to > > compute the cross product of two Vector objects in "complex" mode - but > > without any complex numbers in

Re: [Gambas-user] gb.gsl: pseudo-complex Vectors make different cross product

2014-02-14 Thread Benoît Minisini
Le 11/02/2014 21:15, Tobias Boege a écrit : > Hi Benoit, > > a strange thing this time. Using gb.gsl, we noticed that there is a way to > compute the cross product of two Vector objects in "complex" mode - but > without any complex numbers in them - which yields a different result than > other meth

[Gambas-user] gb.gsl: pseudo-complex Vectors make different cross product

2014-02-11 Thread Tobias Boege
Hi Benoit, a strange thing this time. Using gb.gsl, we noticed that there is a way to compute the cross product of two Vector objects in "complex" mode - but without any complex numbers in them - which yields a different result than other methods to compute it. Attached is a project that shows wha