If I want to row reduce a matrix:
$$ \begin{matrix} 1 & -1 & 0 & 4 \\ 2 & -2 & 1 & 3 \\ 5 & -5 & 1 & 15 \\ \end{matrix} $$
over $$\mathbb{Z}_3$$ is there a way I can do this in Wolfram Alpha? Thanks!
If I want to row reduce a matrix:
$$ \begin{matrix} 1 & -1 & 0 & 4 \\ 2 & -2 & 1 & 3 \\ 5 & -5 & 1 & 15 \\ \end{matrix} $$
over $$\mathbb{Z}_3$$ is there a way I can do this in Wolfram Alpha? Thanks!
Copyright © 2021 JogjaFile Inc.
Use the syntax I have written here, then reduce mod 3 manually.
I just typed:
As Amzoti points out well, and I just found out through test, WA just kinda burps on adding the
Modulus->3parameter.Go to Wolfram Cloud, sign in to the "Wolfram Programming Cloud", and have your way with the Mathematica syntax. If you do it there, the statement
will give you that which you desire with no cost. :)