The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
ADDROW and ADDCOL (7820)
05-29-2015, 02:42 AM
Post: #1
ADDROW and ADDCOL (7820)
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?
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ADDROW and ADDCOL (7820) - Eddie W. Shore - 05-29-2015 02:42 AM
RE: ADDROW and ADDCOL (7820) - salvomic - 05-29-2015, 05:22 AM



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