HP Forums

Full Version: Bug in (7820) - REDIM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
REDIM does not work in Home, but works in CAS. In the program can be used CAS.REDIM but it's slower than it should.
(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 04:57 PM)Tim Wessman Wrote: [ -> ]
(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

???

It does not work:
[[1,2],[3,4]]->M1
REDIM(M1,{2,4})

The matrix is unchanged
(06-04-2015 05:04 PM)slawek39 Wrote: [ -> ]
(06-04-2015 04:57 PM)Tim Wessman Wrote: [ -> ]Works fine here... REDIM(M1,{2,3}), REDIM(u1,5) etc

???

It does not work:
[[1,2],[3,4]]->M1
REDIM(M1,{2,4})

The matrix is unchanged

Same here. Matrix unchanged.
To clarify, REDIM doesn't work in HOME in RPN mode. Works ok in Textbook mode.
(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-04-2015 05:28 PM)Francois Lanciault Wrote: [ -> ]
(06-04-2015 05:04 PM)slawek39 Wrote: [ -> ]It does not work:
[[1,2],[3,4]]->M1
REDIM(M1,{2,4})

The matrix is unchanged

Same here. Matrix unchanged.

Same for me, whatever the mode (RPN, textbook or algebraic).
(06-06-2015 05:56 AM)Joe Horn Wrote: [ -> ]
(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]
I used the matrix template to create the matrix and then stored it in M1. Then I entered
'M1' and { 3, 4} and REDIM()--no change. Maybe something in the settings.
Anyway, does appear to be an issue here. Its on the list to resolve. Thanks.
Reference URL's