Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.52 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.52 KB

timescalecalculus

timescalecalculus is a package for doing calculus on time scales

Usage

Place the timescalecalculus.py file into the folder with your current working script and import the package using

import timescalecalculus as tsc 

Time scales are objects in this package, and each time scale object comes with methods for the forward jump, graininess, delta derivative, delta integral, and so on. Methods to solve systems of dynamic equations on time scales are included.

Documentation

Currently, the documentation is severely out of date due to rapid development of the package over Summer 2019. Documentation will always be at this page.

In the meantime, please feel free to e-mail Tom Cuchta (tomcuchta@gmail.com) for assistance in using the package.

Contributing

Pull requests are welcome! Please feel free to contribute to this code.

Known usage in the literature

Umit Aksoy, Tom Cuchta, Svetlin Georgiev, and Yeliz Okur. A normal distribution on time scales with application. Filomat, 36(16), 2022.

David Grow and Nick Wintz. Bilinear state systems on an unbounded time scale. Appl. Math. Comput., 397:Paper No. 125917, 14, 2021.

F. Ayça Çetinkaya, Tom Cuchta. Sturm-Liouville and Riccati Conformable Dynamic Equations. Adv. Dyn. Syst. Appl., 15(1):1–13, 2020.

Please notify Tom Cuchta if you would like your paper listed here as using this software.