Difference between revisions of "PrimeFactors Command"

From GeoGebra Manual
Jump to: navigation, search
(Autogenerated from properties)
(command syntax: changed [ ] into ( ))
 
(17 intermediate revisions by 8 users not shown)
Line 1: Line 1:
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|algebra}}
<noinclude>{{Manual Page|version=4.0}}<noinclude/>
+
;PrimeFactors( <Number> )
{{command|algebra}}
+
:Returns the list of [[w:Prime number|primes]] whose product is equal to the given number.
;PrimeFactors[ <Number> ]
+
:{{examples|1=<div>
:{{description}}
+
:* <code><nowiki>PrimeFactors(1024)</nowiki></code> yields ''{2, 2, 2, 2, 2, 2, 2, 2, 2, 2}''.
 +
:* <code><nowiki>PrimeFactors(42)</nowiki></code> yields ''{2, 3, 7}''.</div>}}
 +
==CAS Syntax==
 +
;PrimeFactors( <Number> )
 +
:Returns the list of [[w:Prime number|primes]] whose product is equal to the given number.
 +
:{{examples|1=<div>
 +
:* <code><nowiki>PrimeFactors(1024)</nowiki></code> yields ''{2, 2, 2, 2, 2, 2, 2, 2, 2, 2}''.
 +
:* <code><nowiki>PrimeFactors(42)</nowiki></code> yields ''{2, 3, 7}''.</div>}}
 +
{{note|See also [[Factors Command|Factor]] command.}}

Latest revision as of 12:02, 5 October 2017


PrimeFactors( <Number> )
Returns the list of primes whose product is equal 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 is equal 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 Factor command.
© 2024 International GeoGebra Institute