Basic Examples (3)
Use SubscriptedSymbols with a simple expression:
Use SubscriptedSymbols with a list of simple expressions:
Use SubscriptedSymbols with a list of expressions that don't contain any symbols in subscript format:
Scope (8)
Use SubscriptedSymbols with an expression that contains derivatives of any order:
Use SubscriptedSymbols with a list of simple expressions:
Use SubscriptedSymbols with a list of more complicated expressions:
Use SubscriptedSymbols with a non-linear system of differential equations:
Use SubscriptedSymbols with a hyperbolic partial differential equation with non-rational coefficients:
Use SubscriptedSymbols with a tensor product of matrices involving C[i]:
Use SubscriptedSymbols with a univariate polynomial:
Use SubscriptedSymbols with a polynomial in two variables:
Options (2)
Modulus (2)
Find subscripted symbols present after reducing coefficients modulo 2:
For polynomials, SubscriptedSymbols and Variables gives the same results:
Applications (5)
Use SubscriptedSymbols to define a simple function that transforms symbols, already in subscript format, into symbols that can be converted to subscript format within a given expression:
Use ToSymbolFormat with a tensor of rank 3:
Use ToSymbolFormat with a polynomial in two variables:
Use ToSymbolFormat with a function:
Use ToSymbolFormat with an expression involving nested subscripts:
Properties and Relations (3)
Unlike Variables, SubscriptedSymbols looks for subscripted variables in non-polynomial expressions:
Use SubscriptedSymbols with a list of functions:
Use SubscriptedSymbols with the resource function HurwitzMatrix:
Neat Examples (4)
SubscriptedSymbols looks inside the nested functions:
SubscriptedSymbols threads composite functions to obtain the symbols already in subscript format:
SubscriptedSymbols retrieves symbols in a nested subscript format for a given expression:
SubscriptedSymbols looks for symbols already in subscript format within curried-like functions: