indexedfun - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


type/indexedfun

for use with substitution

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(f, indexedfun(x))

Parameters

f

-

expression or list or set of expressions

x

-

name or list or set of names

Description

• 

Returns true if the expression f is an indexed function in the name(s) x, that is, if the input is a function and the variable(s) x are used as the index variable in a derivative, limit, integral, sum, product, and transform (for example, fourier and laplace). The purpose of this routine is to avoid substitution for x in an expression like diff(f(x), x) or int(f(x), x=a..b) where substitution of x=y2 would produce an erroneous expression, for example.

Examples

fdiffgx,x

fⅆⅆxgx

(1)

typef,indexedfunx

true

(2)

typef,indexedfuny

false

(3)

fintgt,t=1..2

f12gtⅆt

(4)

typef,indexedfunt

true

(5)

flimit1expx,x=

f1

(6)

typef,indexedfunx

false

(7)

See Also

function

indexed

type

type/indexed