Skip to content

A Symbolic Library for finding Laplace transforms for provided mathematical expressions.

License

Notifications You must be signed in to change notification settings

tgashwinkumar/ltransf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pip install transf

A Math library for finding Laplace transforms for simple expressions. This library uses string modification and pattern evalutaion via lexer and Shunting yard algorithm for its parser which is later converted to Expression nodes to evaluate the given expression. Currently, its under further development. But still its usable for limited purposes.

Usage


from ltransf import LaplaceOf
expr = LaplaceOf("3*sin(3*t)")
print(expr.evaluate())

Happy coding !

About

A Symbolic Library for finding Laplace transforms for provided mathematical expressions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages