Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fliiiix/math-magic-lib
The dmath.tns is a library for the TI-NSPIRE CX CAS calculator.
https://github.com/fliiiix/math-magic-lib
Last synced: 14 days ago
JSON representation
The dmath.tns is a library for the TI-NSPIRE CX CAS calculator.
- Host: GitHub
- URL: https://github.com/fliiiix/math-magic-lib
- Owner: fliiiix
- License: bsd-2-clause
- Created: 2019-07-06T08:22:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T08:24:46.000Z (over 5 years ago)
- Last Synced: 2024-10-16T13:10:39.397Z (28 days ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hslu - fliiiix/math-magic-lib - math library for the TI-NSPIRE CX CAS calculator (HSLU Modules / DMATH)
README
TI-NSPIRE CX CAS
====================The `dmath.tns` is a library for the TI-NSPIRE CX CAS calculator.
## Install
TODO.
## Function overview
- dmath\euklid(a,b)
- dmath\modadd(modul)
- dmath\modmult(modul)
- dmath\pmod(a,k,m)
- dmath\primalg(mat)
- dmath\sma(base, expo, modul)
- dmath\zstern(m)## Detailed description
### euklid(a,b)
Implementation of a step by step
[Extended Euclidean algorithm](https://en.wikipedia.org/wiki/Extended_Euclidean_algorithm).### sma(base, expo, modul)
Implementation of a step by step
[square and multipy algorithm](https://en.wikipedia.org/wiki/Exponentiation_by_squaring).