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

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

[Octave-bug-tracker] [bug #44867] Bessel functions scaled even if opt=0


From: Byron Boulton
Subject: [Octave-bug-tracker] [bug #44867] Bessel functions scaled even if opt=0
Date: Fri, 17 Apr 2015 18:59:52 +0000
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0

Follow-up Comment #2, bug #44867 (project octave):


>> besselj (1, i)

ans =

   0.0000 + 0.5652i

>> besselj (1, i, 0.0)

ans =

   0.0000 + 0.5652i

>> besselj (1, i, 1.0)

ans =

   0.0000 + 0.2079i

>> besselj (1, i, zeros(1))

ans =

   0.0000 + 0.5652i

>> besselj (1, i, zeros(2))
Error using besselj
SCALE must be 0 or 1.
 
>> besselj (1, i, zeros(2,2))
Error using besselj
SCALE must be 0 or 1.
 
>> besselj (1, i, zeros(2,2,2))
Error using besselj
SCALE must be 0 or 1.
 
>> besselj (1, i, ones(2,2,2))
Error using besselj
SCALE must be 0 or 1.
 
>> besselj (1, i, eye(1))

ans =

   0.0000 + 0.2079i

>> besselj (1, i, eye(3,3))
Error using besselj
SCALE must be 0 or 1.
 
>> besselj (1, i, 'abc')
Error using besselj
Inputs must be single or double.
 
>> besselj (1, i, char(0.0))
Error using besselj
Inputs must be single or double.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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