adding a row to a matrix with variable
|
06-25-2014, 06:48 PM
(This post was last modified: 06-25-2014 07:28 PM by Rich.)
Post: #1
|
|||
|
|||
adding a row to a matrix with variable
Hi,
Is it possible to add a row to a matrix that has a variable in it? I am able to add a row to a 2x2 matrix using this addrow(a1,[1,3],2) resulting in [[0,0],[1,3]] If i add a variable to to the line (example below) it gives me a "Error bad argument type"? I am trying to set the variable as a real or integer, but I am still getting the same results. addrow(a1,[1,k],2) resulting in "Error: Bad argument type" EDIT:: Initially a1:=[[0,0]] Thank you, |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
adding a row to a matrix with variable - Rich - 06-25-2014 06:48 PM
RE: adding a row to a matrix with variable - cyrille de brébisson - 06-26-2014, 05:49 AM
RE: adding a row to a matrix with variable - Jsather - 06-26-2014, 03:08 PM
RE: adding a row to a matrix with variable - Rich - 06-26-2014, 04:05 PM
|
User(s) browsing this thread: 1 Guest(s)