octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49410] ode solvers use Hermitian conjugate wh


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #49410] ode solvers use Hermitian conjugate where ordinary transpose is desired
Date: Sat, 22 Oct 2016 19:27:05 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #2, bug #49410 (project octave):

As further confirmation consider the following example


[sol] = ode45 (@(t, x) 1, [0 1], 1i);


the exact solution should be 


sol.y = 1i + sol.x


but the actual solution has the wrong sign for the imaginary part. 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49410>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]