Vyxapedia

Element - ∆ǐ - Prime Exponents

Characters: , ǐ


Description

Get the exponents of prime factors of a number


Overloads

  • num - prime_exponents(a) (in the order of prime_factors(a))

Examples

  • 20 ∆ǐ = ⟨2|1⟩
  • 12 ∆ǐ = ⟨2|1⟩
  • 8 ∆ǐ = ⟨3⟩
  • 6 ∆ǐ = ⟨1|1⟩
  • 4 ∆ǐ = ⟨2⟩