ADDROW and ADDCOL (7820)
#1
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?
Reply
#2
(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
∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib
Reply




Users browsing this thread: 1 Guest(s)