I am trying to creat a list of indexed variables (symbols) using the Notation
package and Symbolize
command.
As an example, suppose that I want to a creat a list of variables like ${x_1,...,x_{20}}$ but I want all of them to be symbols. How can I creat a list of symbolized indexed variables?
Answer
Perhaps you don't need to - you can use a pattern (e.g Subscript[x,_]
) inside a Symbolize
box. This will generate the symbols as required.
Comments
Post a Comment