HP Prime for All

English  Русский 

Syntax

lncollect(Expr)

Description

Collect logarithms. Applies ln(a)+n*ln(b)=ln(a*b^n) where n is an integer.

Example

lncollect(ln(x)+2*ln(y)) returns ln(x*y^2)

lncollect — Discussion