Post Reply 
newRPL - Updated to build 1510 [official build remains at 1487]
06-11-2023, 07:09 PM
Post: #256
RE: newRPL - Updated to build 1510 [official build remains at 1487]
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
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] - Gilles - 06-11-2023 07:09 PM
It's a mystery to me... - Klaus - 11-27-2023, 12:24 PM



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