muEC::TYP::Ise – tests whether the argument is a product of generators of the e-basis

The muEC::TYP::Ise function tests whether expr is a product of generators of the e-basis that is a product of elementary symmetric functions.

The indexing vector must be a partition.

→ Examples

Call:

muEC::TYP::Ise(expr)

Parameters:

expr

any expression

Related Functions:

muEC::TYP::Ish, muEC::TYP::Ism, muEC::TYP::Isp, muEC::TYP::Iss, muEC::TYP::Sf

Example 1:

muEC::TYP::Ise( e[] );

math

muEC::TYP::Ise( e[3,2,2,1] );

math

muEC::TYP::Ise( e[2,3,2,1] );

math