hp prime programing with symbolic matrix
|
12-19-2017, 03:05 PM
(This post was last modified: 12-19-2017 04:16 PM by Rudi.)
Post: #8
|
|||
|
|||
Solved: hp prime programing with symbolic matrix
Dear all
I think, that I've solved this Problem. Only in CAS-View: restart // purge all CAS-Variables or use purge() list2mat(mat2list(seq(expr("x"+string(k)),k = (0 .. 8))),3); // StartValue is 0 i.e. x0 // EndValue is 8 i.e. x8 // Columns of the Matrix is 3 Result: [[x0,x1,x2],[x3,x4,x5],[x6,x7,x8]] Only to Info: Save Values to the Variables [[x0,x1,x2],[x3,x4,x5],[x6,x7,x8]]:=[[1,2,3],[4,5,6],[7,8,9]] Best Regards Rudi |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
hp prime programing with symbolic matrix - kain_x_x - 12-01-2017, 01:33 PM
RE: hp prime programing with symbolic matrix - Fortin - 12-01-2017, 02:25 PM
RE: hp prime programing with symbolic matrix - kain_x_x - 12-02-2017, 12:02 AM
RE: hp prime programing with symbolic matrix - Helge Gabert - 12-02-2017, 02:25 AM
RE: hp prime programing with symbolic matrix - kain_x_x - 12-18-2017, 12:22 PM
RE: hp prime programing with symbolic matrix - Rudi - 12-18-2017, 08:26 PM
RE: hp prime programing with symbolic matrix - Didier Lachieze - 12-18-2017, 10:17 PM
Solved: hp prime programing with symbolic matrix - Rudi - 12-19-2017 03:05 PM
|
User(s) browsing this thread: 3 Guest(s)