Friday, September 5, 2025
HomeLanguagesPython | Numpy np.mapparms() method

Python | Numpy np.mapparms() method

With the help of np.mapparms() method, we can get the linear mapping parameters between the domains by using np.mapparms() method.

Syntax : np.mapparms(old, new)
Return : Return parameters of linear map.

Example #1 :
In this example we can see that by using np.mapparms() method, we are able to get the linear mapping of parameters by using this method.




# import numpy and mapparms
import numpy as np
from numpy.polynomial import polyutils as pu
  
# using np.mapparms() method
gfg = pu.mapparms([1, 2, 3], [5, -5])
  
print(gfg)


Output :

(15.0, -10.0)

Example #2 :




# import numpy and mapparms
import numpy as np
from numpy.polynomial import polyutils as pu
  
# using np.mapparms() method
gfg = pu.mapparms([1, 2, 3, 4, 5, 6], [5, 15])
  
print(gfg)


Output :

(-5.0, 10.0)

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

Most Popular

Dominic
32264 POSTS0 COMMENTS
Milvus
81 POSTS0 COMMENTS
Nango Kala
6634 POSTS0 COMMENTS
Nicole Veronica
11801 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11863 POSTS0 COMMENTS
Shaida Kate Naidoo
6750 POSTS0 COMMENTS
Ted Musemwa
7025 POSTS0 COMMENTS
Thapelo Manthata
6701 POSTS0 COMMENTS
Umr Jansen
6718 POSTS0 COMMENTS