HP Forums
Python matrices - 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: Python matrices (/thread-17136.html)



Python matrices - Grigosvili - 06-19-2021 11:04 AM

Hello everyone,

I was wondering if there was a way to save a matrix from a python program. For example, I can write a code to print out a matrix in form of [ [row], [row] ... ] but is there a way to store such an object into some of the matrices, for purpose of using them later?

Best regards