HP Forums

Full Version: ADDROW and ADDCOL (7820)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am detecting a problem with ADDROW and ADDCOL, which seems to completely ingore the vector.

Example:

Let M1:=[[1,2][3,4]]

ADDROW(M1, [5,6], 3) is returns the original matrix (does nothing)

ADDCOL(M1, [5,6], 3) also does nothing.

Anyone else gets this problem?
(05-29-2015 02:42 AM)Eddie W. Shore Wrote: [ -> ]I am detecting a problem with ADDROW and ADDCOL, which seems to completely ingore the vector.

Example:

Let M1:=[[1,2][3,4]]

ADDROW(M1, [5,6], 3) is returns the original matrix (does nothing)

ADDCOL(M1, [5,6], 3) also does nothing.

Anyone else gets this problem?

hi,
here it works well in CAS, but has some strange behavior in Home:
with [[1,2],[3,4]] the first time time ADDCOL(M1, [5,6], 3) doesn't nothing, then add the column, ADDCOL(M1, [5,6], 2) doesn't nothing..., in CAS ok.

Salvo
Reference URL's