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

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

[Octave-bug-tracker] [bug #50192] ode15s does not work when the initial


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #50192] ode15s does not work when the initial value is a row
Date: Tue, 31 Jan 2017 10:15:14 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

URL:
  <http://savannah.gnu.org/bugs/?50192>

                 Summary: ode15s does not work when the initial value is a row
                 Project: GNU Octave
            Submitted by: caliari
            Submitted on: Tue 31 Jan 2017 10:15:12 AM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following code


A=eye(2);,f=@(t,y) A*y;,ode15s(f,[0,1],[1,1])


does not work, while it works in Matlab and works in Octave with ode23 and
ode45 instead of ode15s. I guess it is enough to change y0 to y0(:) around
lines 56 and 59 of check_default_input.m (probably the same with yp0).




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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