Scilab Function

lcm - least common multiple

Calling Sequence

[pp,fact]=lcm(p)

Parameters

Description

pp=lcm(p) computes the lcm pp of polynomial vector p.

[pp,fact]=lcm(p) computes in addition the vector fact such that:

p.*fact=pp*ones(p)

Examples

See Also