Post Reply 
VC crash?
03-01-2017, 11:28 PM (This post was last modified: 03-02-2017 01:04 AM by compsystems.)
Post: #21
RE: VC crash?
(03-01-2017 05:24 PM)Han Wrote:  M0 through M9 are pre-defined variables for matrices of real or complex values only. M10, M11, etc. are user-created variables.
Lists can hold anything.
=(
IDEA: (next firmware) I think it would be better if M0...M9 to store numerical lists in memory
And in CAS.M0 ... CAS.M9 for numerical /symbolic matrices, Also for lists

////

L9:={2*x+y+2*z,2*x+y+2*z+w};
EDITLIST(L9); [ENTER] [EDIT] "ERROR: SYNTAX ERROR" Why?
or
[SHIFT][7] L9 [EDIT] "ERROR: SYNTAX ERROR"

L10:={x,y,z};
EDITLIST(L10); [ENTER] [EDIT] "ERROR: SYNTAX ERROR"
or
[SHIFT][7] L10 [EDIT] NO PROBLEM

mylist:={x+y,z}; mymat:=[[x,y],[z,w]];
EDITLIST(mylist); "ERROR: SYNTAX ERROR"
or
[SHIFT][7] mylist [EDIT] NO PROBLEM
Find all posts by this user
Quote this message in a reply
Post Reply 




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