Difference between revisions of "DivisorsList Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.2}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>{{betamanual|version=4.2}}
 
<noinclude>{{Manual Page|version=4.2}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>{{betamanual|version=4.2}}
 
{{command|algebra}}
 
{{command|algebra}}
 +
;DivisorsList[ <Number> ]
 +
:Gives the list of all the positive divisors, including the number itself.
 +
:{{example|1=<div><code><nowiki>DivisorsList[15]</nowiki></code> yields ''{1, 3, 5, 15}'', the list of all positive divisors of ''15'', including ''15''.</div>}}
 +
{{note| 1=<div>
 +
See also [[Divisors Command]] and [[DivisorsSum Command]].
 +
</div>}}
 +
==CAS Syntax==
 
;DivisorsList[ <Number> ]
 
;DivisorsList[ <Number> ]
 
:Gives the list of all the positive divisors, including the number itself.
 
:Gives the list of all the positive divisors, including the number itself.

Revision as of 09:34, 19 September 2012


DivisorsList[ <Number> ]
Gives the list of all the positive divisors, including the number itself.
Example:
DivisorsList[15] yields {1, 3, 5, 15}, the list of all positive divisors of 15, including 15.

CAS Syntax

DivisorsList[ <Number> ]
Gives the list of all the positive divisors, including the number itself.
Example:
DivisorsList[15] yields {1, 3, 5, 15}, the list of all positive divisors of 15, including 15.
© 2024 International GeoGebra Institute