muEC::SFA::SfA2TableVar – symmetric functions appearing in an expression
Collect the symmetric functions appearing in an expression.
Call:
muEC::SFA::SfA2TableVar(sfa, <b>)
Parameters:
sfa: |
any valid expression in SFA |
Options:
b: |
a basis belonging to SFA::SFABases |
Related Functions:
Details:
The muEC::SFA::SfA2TableVar function extracts symmetric functions appearing in sfa, and returns a table indexed by each basis b, each entry being itself a table indexed by each alphabet belonging to a b-function. The final entry is the set of indexing vectors of the b-function.
When a base is specified as second argument, muEC::SFA::SfA2TableVar only returns the second table corresponding to the b-functions appearing in sfa.
muEC::SFA::SfA2TableVar( q*s[3,2](A1)^2*m[3,1](p[2](A1))
- s[2](A1)*h[3,2](k) );
last(1)[s][A1];
muEC::SFA::SfA2TableVar( q*s[3,2](A1)^2*m[3,1](p[2](A1))
- s[2](A1)*h[3,2](k), s );