student[powsubs] - substitute for factors of an expression
|
Calling Sequence
|
|
powsubs(eqn, f)
|
|
Parameters
|
|
eqn
|
-
|
equation specifying the substitution to be made
|
f
|
-
|
expression with as an algebraic factor of a subexpression
|
|
|
|
|
Description
|
|
•
|
Important: The student package has been deprecated. Use the superseding package Student instead.
|
•
|
The function powsubs differs from subs in that it is defined in terms of algebraic factors rather than in terms of an underlying data structure. Each sub-expression is examined and if occurs as a factor of that sub-expression, the substitution is carried out. However, powsubs cannot find expressions which only occur as part of a sum.
|
•
|
If more than one substitution is specified they are processed in order from left to right. powsubs does not carry out simultaneous substitutions.
|
•
|
The command with(student,powsubs) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
Important: The student package has been deprecated. Use the superseding package Student instead.
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?