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

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

[Octave-bug-tracker] [bug #46349] dblquad - periodic functions over the


From: anonymous
Subject: [Octave-bug-tracker] [bug #46349] dblquad - periodic functions over the whole period
Date: Sat, 31 Oct 2015 18:19:17 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.3.0

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

                 Summary: dblquad - periodic functions over the whole period
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sa 31 Okt 2015 18:19:16 UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Robert Grigo
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hello,
maybe there is a problem on integrating
periodic functions over the whole period with
dblquad. 



dblquad(@(x,y) sin(2 * pi * x ) * sin(2 * pi * y),0,1,0,1);



dblquad don't terminate. 
Whoever it works e.g. with the 'quadv' option.
Also 


dblquad(@(x,y) sin(2 * pi * x * y),0,1,0,1);

 
will work.

Ciao




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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