Post Reply 
At this point, if I were to vote for new features....
06-27-2017, 07:03 PM
Post: #2
RE: At this point, if I were to vote for new features....
Inside the CAS, reference access to list (including matrices) is already available by reference using =< instead of :=
Example
m:=[1,2,3];
l:=m;
m[1]=<4;
l;
This is a feature for advanced users only, because sometimes the same list is used twice or more in a matrix!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: At this point, if I were to vote for new features.... - parisse - 06-27-2017 07:03 PM



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