home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e002 / 1.ddi / MATRIX.CN_ / MATRIX.CN
Encoding:
Text File  |  1992-11-15  |  312 b   |  23 lines

  1. menu -m    /* set to the matrix menu */
  2.  
  3. menu 3 Data
  4.  
  5. menu (&Set Matrix Dimension..) {
  6.     matrix -e Dim
  7. }
  8.  
  9. menu (&Set Matrix X Y Coordinates..) {
  10.     matrix -e Map
  11. }
  12.  
  13. menu (&Set Matrix Values..) {
  14.     matrix -e
  15. }
  16.  
  17. menu
  18.  
  19. menu (Matrix &Transpose) {
  20.     matrix -trans
  21. #Interchange matrix rows and columns
  22. }
  23.