Difference between revisions of "PrimeFactors Command"

From GeoGebra Manual
Jump to: navigation, search
m
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|algebra}}
{{command|cas=true|algebra}}
 
 
;PrimeFactors[ <Number> ]
 
;PrimeFactors[ <Number> ]
 
:Returns the list of [[w:Prime number|primes]] whose product equals to the given number.  
 
:Returns the list of [[w:Prime number|primes]] whose product equals to the given number.  

Revision as of 14:27, 24 August 2015


PrimeFactors[ <Number> ]
Returns the list of primes whose product equals to the given number.
Examples:
  • PrimeFactors[1024] yields {2, 2, 2, 2, 2, 2, 2, 2, 2, 2}.
  • PrimeFactors[42] yields {2, 3, 7}.


CAS Syntax

PrimeFactors[ <Number> ]
Returns the list of primes whose product equals to the given number.
Examples:
  • PrimeFactors[1024] yields {2, 2, 2, 2, 2, 2, 2, 2, 2, 2}.
  • PrimeFactors[42] yields {2, 3, 7}.
Note: See also Factors Command.
© 2024 International GeoGebra Institute