muEC::SFA::SfAVars – specifies valid variables in alphabets

→ Examples

Call:

muEC::SFA::SfAVars(vset)

Parameters:

vset

a set of variables

Related Functions:

muEC::SFA::SfAExpand

Details:

The muEC::SFA::SfAVars function specifies which variables are considered for the SfAExpand function.

vset gives the set of valid variables for SFA, for instance:

With no argument, muEC::SFA::SfAVars returns the current set of valid variables.

Note that each call to muEC::SFA::SfAVars destroy the remember table of SfAExpand, if vset is specified.

Example 1:

muEC::SFA::SfAVars( {{x}, u, v} );

math

tt := muEC::SFA::SfAExpand( m[3,2](x1+u+v) - q*s[2,2](x1+u+v) );

math