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

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

[Octave-bug-tracker] [bug #44444] Integration of functions of multiple v


From: anonymous
Subject: [Octave-bug-tracker] [bug #44444] Integration of functions of multiple variables does not work
Date: Fri, 06 Mar 2015 07:50:40 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; (gmx/1.1.0.21); SIMBAR={E4869E4D-BB64-11E2-AE57-000C76983109}; GTB7.5; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

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

                 Summary: Integration of functions of multiple variables does
not work 
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fr 06 Mär 2015 07:50:39 UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Bernd Schmutzler
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I tried the code from the documentation (23.3 Functions of Multiple
Variables): 

function q = g(y)
  q = ones (size (y));
  for i = 1:length (y)
    f = @(x) sin (pi*x.*y(i)) .* sqrt (x.*y(i));
    q(i) = quadgk (f, 0, 1);
  endfor
endfunction

I = quadgk ("g", 0, 1)

(since I need an integral like Int exp( Int F(x,y) dx) dy) 
I get no result but 100% CPU-load for a very long time. 




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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