This file is indexed.

/usr/share/freemat/help/text/polyder.mdc is in freemat-help 4.0-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
POLYDER POLYDER Polynomial Coefficient Differentiation

Usage

The polyder function returns the polynomial coefficients resulting
from differentiation of polynomial p. The syntax for its use is either

 pder = polyder(p)

 for the derivitave of polynomial p, or

 convp1p2der = polyder(p1,p2)

 for the derivitave of polynomial conv(p1,p2), or still

 [nder,dder] = polyder(n,d)

for the derivative of polynomial n/d (nder is the numerator
and dder is the denominator). In all cases the polynomial 
coefficients are assumed to be in decreasing degree.
Contributed by Paulo Xavier Candeias under GPL