bugGNU Octave - Bugs: bug #50638, [octave forge] (communications) gf...

 
 

bug #50638: [octave forge] (communications) gf does not broadcast "^"

Submitter:  None
Submitted:  Sat 25 Mar 2017 09:22:02 PM UTC
   
 
Category:  Octave Package Severity:  1 - Wish
Priority:  3 - Low Item Group:  Feature Request
Status:  Confirmed Assigned to:  None
Originator Name:  rickhg12hs Originator Email:  -email is unavailable-
Open/Closed:  * Open Release:  * dev
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 25 Mar 2017 09:22:02 PM UTC, original submission:  

For Matlab compatibility, gf types should broadcast the "^" (power) operator.



>> alpha = gf(2, 8, 301)
alpha =
GF(2^8) array. Primitive Polynomial = D^8+D^5+D^3+D^2+1 (decimal 301)

Array elements =

   2

>> alpha ^ 123
ans =
GF(2^8) array. Primitive Polynomial = D^8+D^5+D^3+D^2+1 (decimal 301)

Array elements =

   215

>> alpha .^ 123
ans =
GF(2^8) array. Primitive Polynomial = D^8+D^5+D^3+D^2+1 (decimal 301)

Array elements =

   215

>> alpha .^ [1 123]
error: operator .^: nonconformant arguments (op1 is 1x1, op2 is 1x2)
>>


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Updated the item)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-02-26 mtmiller Severity3 - Normal 1 - Wish
        Priority5 - Normal 3 - Low
        Item GroupMatlab Compatibility Feature Request
        StatusNone Confirmed
        Release4.0.3 dev
        Operating SystemGNU/Linux Any
    2017-08-12 jwe Summarygf in communications package does not broadcast "^" [octave forge] (communications) gf does not broadcast "^"

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code