
| ACE | BN | BNA | CG | CLG | COMP | FM | FREE | HEKA | IDCA | NCA | PART | SFA | SG | SGA | SP | SYMF | TAB | TYP |
FUNCTION: NcsfTransAlpha - specialization A/(1-q) --> A or A --> A/(1-q)
CALLING SEQUENCE:
PARAMETERS:
SYNOPSIS:
EXAMPLES:
> with(NCSF):
> NcsfTransAlpha((1-q)^3*S[2,1],direct,'q'): # expand the input
> NcsfTransAlpha((1-q)^3*S[2,1],direct,'q',noexpand): # does not expand
# the input
> NcsfTransAlpha((1-q)^3*S[2,1],direct,'q',collect): # collect the result
> NcsfTransAlpha((1-q)^3*S[2,1],direct,'q',noexpand): # the most efficient
> NcsfTransAlpha((1-q)^3*S[2,1],direct,'q',noexpand,collect);
S[2, 1] (q - 1) S[1, 1, 1] q
- --------------- + ------------
q + 1 q + 1
> NcsfTransAlpha((1-q)^3*S[2,1],inverse,'q',noexpand,collect);
5
(q - 1) (- R[3] - R[2, 1] + q R[1, 2] + q R[1, 1, 1])
SEE ALSO: