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

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

[Octave-bug-tracker] [bug #58675] abs(sin(x)) is not integrated


From: Pavel Stříž
Subject: [Octave-bug-tracker] [bug #58675] abs(sin(x)) is not integrated
Date: Mon, 29 Jun 2020 09:10:10 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0

URL:
  <https://savannah.gnu.org/bugs/?58675>

                 Summary: abs(sin(x)) is not integrated
                 Project: GNU Octave
            Submitted by: malipivo
            Submitted on: Mon 29 Jun 2020 01:10:09 PM UTC
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 5.2.0
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hello, I just wanted to let you know, that


pkg load symbolic;
syms x;
f=abs(sin(x));
F=int(f,x,0,2*pi)
F


is not producing expected value of 4.

Best Regards, Pavel





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58675>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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