Post Reply 
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Solved: hp prime programing with symbolic matrix - Rudi - 12-19-2017 03:05 PM



User(s) browsing this thread: 1 Guest(s)