Most of the time I use MC v.11, but I did not find (in my rapid checking) anything even in v. 15. Probably there is something in Prime, but it is not for me, yet. So here the inquiry.
In other similar Math apps, there is a window or a command to list the variables used so far in the worksheet.
How do MC users deal with it?
So far I tried to keep up with the list of variables in a separate Excel file, or separate MC worksheet.
But I also tought to use a vector in the same MC worksheet with an initial column vector of definitions and the command "stack" to update it, like this:
ListV := ("v = velocity" "s =space")
(and when a new variable is defined)
ListV := stack (ListV, "a =acceleration")
So anytime I type ListV I have the list of variables and a short definition of them (would be nice to have them in alphabetic order). Does anyone use a similar method or a better one? How does one deal with a worksheet with dozen if not hundred of variable definitions?
Thanks for any feedback.