Sponsored links: Algebra eBooks
 

Help Index

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

The Maxima on-line user's manual

Algebra Calculator

Search:

Factcomb

Function: factcomb (<expr>) Tries to combine the coefficients of factorials in <expr> with the factorials themselves by converting, for example, (n + 1)*n! into (n + 1)!.

factcomb(pochhammer(a+1,n)/pochhammer(a+2,n));

sumsplitfact if set to false will cause minfactorial to be applied after a factcomb.

(%o1)                                true
(%i2) 

Related Examples

factcomb-pochhammer

factcomb(pochhammer(a...

Calculate

factcomb-pochhammer

factcomb(pochhammer(a...

Calculate