How to do reduce rows with Wolfram Alpha over certain set












2












$begingroup$


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!










share|cite|improve this question









$endgroup$












  • $begingroup$
    @Amzoti very true, that's what I've been doing. Just wondering if there was an easier way
    $endgroup$
    – user1282637
    Sep 8 '14 at 0:51










  • $begingroup$
    cool, thanks for the help
    $endgroup$
    – user1282637
    Sep 8 '14 at 0:55
















2












$begingroup$


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!










share|cite|improve this question









$endgroup$












  • $begingroup$
    @Amzoti very true, that's what I've been doing. Just wondering if there was an easier way
    $endgroup$
    – user1282637
    Sep 8 '14 at 0:51










  • $begingroup$
    cool, thanks for the help
    $endgroup$
    – user1282637
    Sep 8 '14 at 0:55














2












2








2





$begingroup$


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!










share|cite|improve this question









$endgroup$




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!







matrices wolfram-alpha






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Sep 8 '14 at 0:33









user1282637user1282637

1817




1817












  • $begingroup$
    @Amzoti very true, that's what I've been doing. Just wondering if there was an easier way
    $endgroup$
    – user1282637
    Sep 8 '14 at 0:51










  • $begingroup$
    cool, thanks for the help
    $endgroup$
    – user1282637
    Sep 8 '14 at 0:55


















  • $begingroup$
    @Amzoti very true, that's what I've been doing. Just wondering if there was an easier way
    $endgroup$
    – user1282637
    Sep 8 '14 at 0:51










  • $begingroup$
    cool, thanks for the help
    $endgroup$
    – user1282637
    Sep 8 '14 at 0:55
















$begingroup$
@Amzoti very true, that's what I've been doing. Just wondering if there was an easier way
$endgroup$
– user1282637
Sep 8 '14 at 0:51




$begingroup$
@Amzoti very true, that's what I've been doing. Just wondering if there was an easier way
$endgroup$
– user1282637
Sep 8 '14 at 0:51












$begingroup$
cool, thanks for the help
$endgroup$
– user1282637
Sep 8 '14 at 0:55




$begingroup$
cool, thanks for the help
$endgroup$
– user1282637
Sep 8 '14 at 0:55










1 Answer
1






active

oldest

votes


















1












$begingroup$

Use the syntax I have written here, then reduce mod 3 manually.



I just typed:



RowReduce[{{1, -1, 0, 4}, {2, -2, 1, 3}, {5, -5, 1, 15}}]


As Amzoti points out well, and I just found out through test, WA just kinda burps on adding the Modulus->3 parameter.



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



MatrixForm[
RowReduce[{{1, -1, 0, 4}, {2, -2, 1, 3}, {5, -5, 1, 15}},
Modulus -> 3]]


will give you that which you desire with no cost. :)






share|cite|improve this answer











$endgroup$













  • $begingroup$
    By "no cost", I mean basic Wolfram Programming Cloud accounts are free, and so get one. It is the solution, and a beautiful thing. What you can do with a free account might possibly split your brain. I am wondering if anyone outside of the Wolfram fan base knows this.
    $endgroup$
    – J. W. Perry
    Sep 8 '14 at 1:16













Your Answer





StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f923123%2fhow-to-do-reduce-rows-with-wolfram-alpha-over-certain-set%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1












$begingroup$

Use the syntax I have written here, then reduce mod 3 manually.



I just typed:



RowReduce[{{1, -1, 0, 4}, {2, -2, 1, 3}, {5, -5, 1, 15}}]


As Amzoti points out well, and I just found out through test, WA just kinda burps on adding the Modulus->3 parameter.



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



MatrixForm[
RowReduce[{{1, -1, 0, 4}, {2, -2, 1, 3}, {5, -5, 1, 15}},
Modulus -> 3]]


will give you that which you desire with no cost. :)






share|cite|improve this answer











$endgroup$













  • $begingroup$
    By "no cost", I mean basic Wolfram Programming Cloud accounts are free, and so get one. It is the solution, and a beautiful thing. What you can do with a free account might possibly split your brain. I am wondering if anyone outside of the Wolfram fan base knows this.
    $endgroup$
    – J. W. Perry
    Sep 8 '14 at 1:16


















1












$begingroup$

Use the syntax I have written here, then reduce mod 3 manually.



I just typed:



RowReduce[{{1, -1, 0, 4}, {2, -2, 1, 3}, {5, -5, 1, 15}}]


As Amzoti points out well, and I just found out through test, WA just kinda burps on adding the Modulus->3 parameter.



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



MatrixForm[
RowReduce[{{1, -1, 0, 4}, {2, -2, 1, 3}, {5, -5, 1, 15}},
Modulus -> 3]]


will give you that which you desire with no cost. :)






share|cite|improve this answer











$endgroup$













  • $begingroup$
    By "no cost", I mean basic Wolfram Programming Cloud accounts are free, and so get one. It is the solution, and a beautiful thing. What you can do with a free account might possibly split your brain. I am wondering if anyone outside of the Wolfram fan base knows this.
    $endgroup$
    – J. W. Perry
    Sep 8 '14 at 1:16
















1












1








1





$begingroup$

Use the syntax I have written here, then reduce mod 3 manually.



I just typed:



RowReduce[{{1, -1, 0, 4}, {2, -2, 1, 3}, {5, -5, 1, 15}}]


As Amzoti points out well, and I just found out through test, WA just kinda burps on adding the Modulus->3 parameter.



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



MatrixForm[
RowReduce[{{1, -1, 0, 4}, {2, -2, 1, 3}, {5, -5, 1, 15}},
Modulus -> 3]]


will give you that which you desire with no cost. :)






share|cite|improve this answer











$endgroup$



Use the syntax I have written here, then reduce mod 3 manually.



I just typed:



RowReduce[{{1, -1, 0, 4}, {2, -2, 1, 3}, {5, -5, 1, 15}}]


As Amzoti points out well, and I just found out through test, WA just kinda burps on adding the Modulus->3 parameter.



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



MatrixForm[
RowReduce[{{1, -1, 0, 4}, {2, -2, 1, 3}, {5, -5, 1, 15}},
Modulus -> 3]]


will give you that which you desire with no cost. :)







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Sep 8 '14 at 0:59

























answered Sep 8 '14 at 0:51









J. W. PerryJ. W. Perry

4,83331724




4,83331724












  • $begingroup$
    By "no cost", I mean basic Wolfram Programming Cloud accounts are free, and so get one. It is the solution, and a beautiful thing. What you can do with a free account might possibly split your brain. I am wondering if anyone outside of the Wolfram fan base knows this.
    $endgroup$
    – J. W. Perry
    Sep 8 '14 at 1:16




















  • $begingroup$
    By "no cost", I mean basic Wolfram Programming Cloud accounts are free, and so get one. It is the solution, and a beautiful thing. What you can do with a free account might possibly split your brain. I am wondering if anyone outside of the Wolfram fan base knows this.
    $endgroup$
    – J. W. Perry
    Sep 8 '14 at 1:16


















$begingroup$
By "no cost", I mean basic Wolfram Programming Cloud accounts are free, and so get one. It is the solution, and a beautiful thing. What you can do with a free account might possibly split your brain. I am wondering if anyone outside of the Wolfram fan base knows this.
$endgroup$
– J. W. Perry
Sep 8 '14 at 1:16






$begingroup$
By "no cost", I mean basic Wolfram Programming Cloud accounts are free, and so get one. It is the solution, and a beautiful thing. What you can do with a free account might possibly split your brain. I am wondering if anyone outside of the Wolfram fan base knows this.
$endgroup$
– J. W. Perry
Sep 8 '14 at 1:16




















draft saved

draft discarded




















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f923123%2fhow-to-do-reduce-rows-with-wolfram-alpha-over-certain-set%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

A Topological Invariant for $pi_3(U(n))$