06-04-2015, 04:51 PM
06-04-2015, 04:57 PM
(06-04-2015 04:51 PM)slawek39 Wrote: [ -> ]REDIM does not work in Home
Works fine here... REDIM(M1,{2,3}), REDIM(u1,5) etc
???
06-04-2015, 05:04 PM
06-04-2015, 05:28 PM
06-04-2015, 06:37 PM
To clarify, REDIM doesn't work in HOME in RPN mode. Works ok in Textbook mode.
06-06-2015, 05:56 AM
(06-04-2015 06:37 PM)John Colvin Wrote: [ -> ]To clarify, REDIM doesn't work in HOME in RPN mode. Works ok in Textbook mode.
Correction: REDIM does work in RPN mode, but you gotta use it with RPN syntax (because you're in RPN mode!). Example: 'M1' [Enter] {3,4} [Enter] REDIM [Enter]
06-06-2015, 06:07 AM
06-06-2015, 06:33 PM
(06-06-2015 05:56 AM)Joe Horn Wrote: [ -> ]I used the matrix template to create the matrix and then stored it in M1. Then I entered(06-04-2015 06:37 PM)John Colvin Wrote: [ -> ]To clarify, REDIM doesn't work in HOME in RPN mode. Works ok in Textbook mode.
Correction: REDIM does work in RPN mode, but you gotta use it with RPN syntax (because you're in RPN mode!). Example: 'M1' [Enter] {3,4} [Enter] REDIM [Enter]
'M1' and { 3, 4} and REDIM()--no change. Maybe something in the settings.
06-07-2015, 02:33 AM
Anyway, does appear to be an issue here. Its on the list to resolve. Thanks.