Jump to content



Photo
- - - - -

Remove


  • Please log in to reply
No replies to this topic

#1 Colombia

Colombia

    Casio Addict

  • Members
  • PipPipPip
  • 94 posts
  • Gender:Male
  • Location:Venezuela

  • Calculators:
    algebra FX 2.0 plus
    Classpad 300

Posted 29 October 2007 - 12:59 AM

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]]




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users