Thursday, April 2, 2026
HomeLanguagesPython | Sympy partitions.RGS_rank() method

Python | Sympy partitions.RGS_rank() method

With the help of sympy.combinatorics.partitions.RGS_rank() method, we can get the rank of the restricted growth string in sympy.combinatorics.partitions.RGS_rank() method.

Syntax : sympy.combinatorics.partitions.RGS_rank()
Return : Return a rank of restricted growth string.

Example #1 :
In this example we can see that by using sympy.combinatorics.partitions.RGS_rank() method, we are able to get the rank of restricted growth string.




# import sympy and RGS_unrank
from sympy.combinatorics.partitions import RGS_rank
from sympy import * x, y = symbols('x y')
    
# Using sympy.combinatorics.partitions.RGS_rank method
gfg = RGS_rank([1, 2, 5, 4, 2, 10])
  
print(gfg)


Output :

697

Example #2 :




# import sympy and RGS_unrank
from sympy.combinatorics.partitions import RGS_rank
from sympy import * x, y = symbols('x y')
    
# Using sympy.combinatorics.partitions.RGS_rank method
gfg = RGS_rank([2, 1, 5, 1, 0, 7])
  
print(gfg)


Output :

392

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

Most Popular

Dominic
32512 POSTS0 COMMENTS
Milvus
131 POSTS0 COMMENTS
Nango Kala
6885 POSTS0 COMMENTS
Nicole Veronica
12006 POSTS0 COMMENTS
Nokonwaba Nkukhwana
12100 POSTS0 COMMENTS
Shaida Kate Naidoo
7015 POSTS0 COMMENTS
Ted Musemwa
7259 POSTS0 COMMENTS
Thapelo Manthata
6970 POSTS0 COMMENTS
Umr Jansen
6960 POSTS0 COMMENTS