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.5)matrixmodp_0.2.0.zip(r-4.4)matrixmodp_0.2.0.zip(r-4.3)
matrixmodp_0.2.0.tgz(r-4.4-any)matrixmodp_0.2.0.tgz(r-4.3-any)
matrixmodp_0.2.0.tar.gz(r-4.5-noble)matrixmodp_0.2.0.tar.gz(r-4.4-noble)
matrixmodp_0.2.0.tgz(r-4.4-emscripten)matrixmodp_0.2.0.tgz(r-4.3-emscripten)
matrixmodp.pdf |matrixmodp.html✨
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
Last updated 5 months agofrom:4f9146aeb7. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 13 2024 |
R-4.5-win | OK | Nov 13 2024 |
R-4.5-linux | OK | Nov 13 2024 |
R-4.4-win | OK | Nov 13 2024 |
R-4.4-mac | OK | Nov 13 2024 |
R-4.3-win | OK | Nov 13 2024 |
R-4.3-mac | OK | Nov 13 2024 |
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 |