Package: matrixmodp 0.2.0

Ryan Higginbottom
matrixmodp: Working with Matrices over Finite Prime Fields
Provides functions for row-reducing and inverting matrices with entries in many of the finite fields (those with a prime number of elements). With this package, users will be able to find the reduced row echelon form (RREF) of a matrix and calculate the inverse of a (square, invertible) matrix.
Authors:
matrixmodp_0.2.0.tar.gz
matrixmodp_0.2.0.zip(r-4.7)matrixmodp_0.2.0.zip(r-4.6)matrixmodp_0.2.0.zip(r-4.5)
matrixmodp_0.2.0.tgz(r-4.6-any)matrixmodp_0.2.0.tgz(r-4.5-any)
matrixmodp_0.2.0.tar.gz(r-4.7-any)matrixmodp_0.2.0.tar.gz(r-4.6-any)
matrixmodp_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
matrixmodp/json (API)
NEWS
| # Install 'matrixmodp' in R: |
| install.packages('matrixmodp', repos = c('https://rhigginbottom.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rhigginbottom/matrixmodp/issues
Pkgdown/docs site:https://rhigginbottom.github.io
Last updated from:4f9146aeb7. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 101 | ||
| source / vignettes | OK | 159 | ||
| linux-release-x86_64 | OK | 100 | ||
| macos-release-arm64 | OK | 154 | ||
| macos-oldrel-arm64 | OK | 184 | ||
| windows-devel | OK | 56 | ||
| windows-release | OK | 82 | ||
| windows-oldrel | OK | 67 | ||
| wasm-release | OK | 86 |
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Calculate the inverse of a matrix mod p | inv_p |
| Find the RREF of a matrix mod p | rref_p |