How to take a number out of a matrix - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: How to take a number out of a matrix (/thread-12782.html) |
How to take a number out of a matrix - kevin3g - 04-11-2019 12:40 AM Say I have a matrix and then need to perform an operation on one of the values in the matrix. How do I copy it to the entry line in RPN without retyping it? RE: How to take a number out of a matrix - Didier Lachieze - 04-11-2019 04:40 AM If you want, for example, to get M1(1,2) the second element on the first row of the matrix M1, in RPN mode you do: 1 Enter 2 Enter M1(2) Enter |