Post Reply 
newRPL - Updated to build 1510 [official build remains at 1487]
06-14-2023, 01:53 PM
Post: #257
RE: newRPL - Updated to build 1510 [official build remains at 1487]
(06-11-2023 07:09 PM)Gilles Wrote:  Hi Claudio,

I think there is a bug (at least a different behavior) in the CRNM command with vectors :

CNRM
Type: Command
Description: Column Norm Command: Returns the column norm (one-norm) of the array argument.
The column norm of a matrix is the maximum (over all columns) of the sum of the absolute
values of all elements in each column. For a vector, the column norm is the sum of the absolute
values of the vector elements.


RPL : [ 1 2 3 4 ] CNRM -> 10
newRPL : [ 1 2 3 4 ] CNRM -> 4

Thank you for reporting! Vectors were being mishandled as row vectors instead of column vectors, I fixed that. Also RNRM had a similar bug, also fixed. It will come out in the next update.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Navigating through sub-menus - Gilles - 05-13-2023, 11:31 AM
RE: newRPL - Updated to build 1510 [official build remains at 1487] - Claudio L. - 06-14-2023 01:53 PM
It's a mystery to me... - Klaus - 11-27-2023, 12:24 PM



User(s) browsing this thread: 2 Guest(s)