I made the remove function with the help of the program PRG conv, that Killburn told me.
http://www.casiocalc...d.Basic#totitle
With this function you can eliminated a specific row and column of any matrix.
The sintaxis is remove(matrix,row,column).
You can call it from the main.
Example
remove([[1,2][3,4]],1,0)
it will deleted the row 1. The zero means delete nothing about column.
It will print
[[3,4]]
Remove
Started by
Colombia
, Oct 29 2007 12:59 AM
No replies to this topic
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users