Tuesday, August 4, 2009

factor

Prime factors

Syntax

*

f = factor(n)

Description

f = factor(n) returns a row vector containing the prime factors of n.

Examples

*

f = factor(123)
f =
3 41

No comments:

Post a Comment