Previous Up Next

7.1.6  Matrix of factors

The maple_ifactors command decomposes an integer into prime factors and returns the result in Maple syntax.

Examples

maple_ifactors(90)
     



1,



21
32
51






          
maple_ifactor([36,52])
     






    1


22
32


    1


22
131








          

Previous Up Next