Thursday, February 5, 2026
HomeLanguagesSymPy | Permutation.rank_trotterjohnson() in Python

SymPy | Permutation.rank_trotterjohnson() in Python

Permutation.rank_trotterjohnson() : rank_trotterjohnson() is a sympy Python library function that returns the trotter johnson rank of non lexicographical permutation.

Syntax : sympy.combinatorics.permutations.Permutation.rank_trotterjohnson()

Return : next permutation in lexicographical rank_trotterjohnson

Code #1 : rank_trotterjohnson() Example




# Python code explaining
# SymPy.Permutation.rank_trotterjohnson()
  
# importing SymPy libraries
from sympy.combinatorics.partitions import Partition
from sympy.combinatorics.permutations import Permutation
  
# Using from 
# sympy.combinatorics.permutations.Permutation.rank_trotterjohnson() method 
  
# creating Permutation
a = Permutation([[2, 0], [3, 1]])
  
b = Permutation([1, 3, 5, 4, 2, 0])
  
  
print ("Permutation a - rank_trotterjohnson form : ", a.rank_trotterjohnson())
print ("Permutation b - rank_trotterjohnson form : ", b.rank_trotterjohnson())


Output :

Permutation a – rank_trotterjohnson form : 10
Permutation b – rank_trotterjohnson form : 555

Code #2 : rank_trotterjohnson() Example – 2D Permutation




# Python code explaining
# SymPy.Permutation.rank_trotterjohnson()
  
# importing SymPy libraries
from sympy.combinatorics.partitions import Partition
from sympy.combinatorics.permutations import Permutation
  
# Using from 
# sympy.combinatorics.permutations.Permutation.rank_trotterjohnson() method 
  
# creating Permutation
a = Permutation([[2, 4, 0], 
                 [3, 1, 2],
                 [1, 5, 6]])
  
  
print ("Permutation a - rank_trotterjohnson form : ", a.rank_trotterjohnson())


Output :

Permutation a – rank_trotterjohnson form : 2420

Dominic
Dominichttp://wardslaus.com
infosec,malicious & dos attacks generator, boot rom exploit philanthropist , wild hacker , game developer,
RELATED ARTICLES

Most Popular

Dominic
32487 POSTS0 COMMENTS
Milvus
126 POSTS0 COMMENTS
Nango Kala
6861 POSTS0 COMMENTS
Nicole Veronica
11983 POSTS0 COMMENTS
Nokonwaba Nkukhwana
12071 POSTS0 COMMENTS
Shaida Kate Naidoo
6994 POSTS0 COMMENTS
Ted Musemwa
7234 POSTS0 COMMENTS
Thapelo Manthata
6945 POSTS0 COMMENTS
Umr Jansen
6928 POSTS0 COMMENTS