Friday, February 6, 2026
HomeLanguagessympy.integrals.transforms.cosine_transform() in python

sympy.integrals.transforms.cosine_transform() in python

With the help of cosine_transform() method, we can compute the cosine transformation and return the transformed function by using this method.

cosine transformation

Syntax : cosine_transform(f, x, k, **hints)

Return : Return the transformed function.

Example #1 :

In this example we can see that by using cosine_transform() method, we are able to compute the cosine transformation and return the transformed function.

Python3




# import cosine_transform
from sympy import cosine_transform, exp, sqrt, cos
from sympy.abc import x, k, a
  
# Using cosine_transform() method
gfg = cosine_transform(exp(-a * x), x, k)
  
print(gfg)


Output :

sqrt(2)*a/(sqrt(pi)*(a**2 + k**2))

Example #2 :

Python3




# import cosine_transform
from sympy import cosine_transform, exp, sqrt, cos
from sympy.abc import x, k, a
  
# Using cosine_transform() method
gfg = cosine_transform(exp(-a * x), x, 5)
  
print(gfg)


Output :

sqrt(2)*a/(sqrt(pi)*(a**2 + 25))

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

Most Popular

Dominic
32491 POSTS0 COMMENTS
Milvus
126 POSTS0 COMMENTS
Nango Kala
6862 POSTS0 COMMENTS
Nicole Veronica
11987 POSTS0 COMMENTS
Nokonwaba Nkukhwana
12075 POSTS0 COMMENTS
Shaida Kate Naidoo
6995 POSTS0 COMMENTS
Ted Musemwa
7237 POSTS0 COMMENTS
Thapelo Manthata
6947 POSTS0 COMMENTS
Umr Jansen
6933 POSTS0 COMMENTS