How to do reduce rows with Wolfram Alpha over certain set
$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!
matrices wolfram-alpha
$endgroup$
add a comment |
$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!
matrices wolfram-alpha
$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
add a comment |
$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!
matrices wolfram-alpha
$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
matrices wolfram-alpha
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
add a comment |
$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
add a comment |
1 Answer
1
active
oldest
votes
$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. :)
$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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
$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. :)
$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
add a comment |
$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. :)
$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
add a comment |
$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. :)
$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. :)
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
add a comment |
$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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
$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