// Title: Array Dimensioner Name: ~DIM Version: v1.0 Author: Bungeman (Ben Wagner) Email: bungeman@juno.com Webpage: http://members.tripod.com/~bungeman/casio Model: 9850, 9950 Description: This is the holy grail of matrix manipulation for the 9850 and 9950. It dimensions an array to the size specified by the calling program. Parameters: X number of rows Y number of colomns Uses: I for the index counter Mat A, B, and Ans Output: A and B are 1x1 arrays. Mat Ans is dimensioned to XxY I is equal to X Use: After called, Perform the assignment Mat Ans -> Mat [A-Z]. You will then want to [[0]]->Mat Ans to save on memory. // [[0]]->Mat A For 2->I To Y Augment(Mat A,[[0]]->Mat A Next Trn Mat A->MatA Mat A->Mat B For 2->I To X Augment(Mat B,Mat A->Mat B Next Mat B [[0]]->Mat A [[0]]->Mat B