/math-magic-lib

The dmath.tns is a library for the TI-NSPIRE CX CAS calculator.

BSD 2-Clause "Simplified" LicenseBSD-2-Clause

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.

sma(base, expo, modul)

Implementation of a step by step square and multipy algorithm.