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

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

[Octave-bug-tracker] [bug #55968] [octave forge] (symbolic) Incorrect si


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55968] [octave forge] (symbolic) Incorrect simplify to sinc function
Date: Tue, 26 Mar 2019 18:03:16 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36

Follow-up Comment #14, bug #55968 (project octave):

> And though you can symbolically utilize sinc in MATLAB as shown above, you
can't in Octave:

This is fixed in git now:


>> syms q
>> sinc (q)
ans = (sym) sinc(π⋅q)


Here, again, you can see that calling 'sinc' on a symbolic variable uses the
normalized sinc to be consistent with numeric Octave and Matlab, but SymPy
only knows how to print it with respect to its own unnormalized 'sinc'
function.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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