What does it mean for something to span $Z^n$? For example: do the vectors x,y, and z form a basis for $Z^2$?
$begingroup$
The question asks: do the vectors $[1,1,0], [0,1,1], [1,0,1]$ form a basis for $Z^2$?
I know how to check whether vectors form a basis normally: see if an arbitrary vector in $R^n$ can be written as a linear combination of the vectors (ex. $[1,1,0], [0,1,1], [1,0,1]$ forms a basis for $R^3$ because the matrix with those three as rows has a solution, meaning any vector can be written as a linear combination of them).
But how do I apply that idea to $Z$? I simplified the matrix under $Z$ and found that one of the three vectors was a combination of the other two, but I'm not sure how that really helps or how to apply that information.
linear-algebra modular-arithmetic
$endgroup$
add a comment |
$begingroup$
The question asks: do the vectors $[1,1,0], [0,1,1], [1,0,1]$ form a basis for $Z^2$?
I know how to check whether vectors form a basis normally: see if an arbitrary vector in $R^n$ can be written as a linear combination of the vectors (ex. $[1,1,0], [0,1,1], [1,0,1]$ forms a basis for $R^3$ because the matrix with those three as rows has a solution, meaning any vector can be written as a linear combination of them).
But how do I apply that idea to $Z$? I simplified the matrix under $Z$ and found that one of the three vectors was a combination of the other two, but I'm not sure how that really helps or how to apply that information.
linear-algebra modular-arithmetic
$endgroup$
1
$begingroup$
$(1,1,0)notin Bbb{Z}^2$, but $(1,1,0)in Bbb{Z}^3$.
$endgroup$
– Dietrich Burde
Dec 16 '18 at 19:25
add a comment |
$begingroup$
The question asks: do the vectors $[1,1,0], [0,1,1], [1,0,1]$ form a basis for $Z^2$?
I know how to check whether vectors form a basis normally: see if an arbitrary vector in $R^n$ can be written as a linear combination of the vectors (ex. $[1,1,0], [0,1,1], [1,0,1]$ forms a basis for $R^3$ because the matrix with those three as rows has a solution, meaning any vector can be written as a linear combination of them).
But how do I apply that idea to $Z$? I simplified the matrix under $Z$ and found that one of the three vectors was a combination of the other two, but I'm not sure how that really helps or how to apply that information.
linear-algebra modular-arithmetic
$endgroup$
The question asks: do the vectors $[1,1,0], [0,1,1], [1,0,1]$ form a basis for $Z^2$?
I know how to check whether vectors form a basis normally: see if an arbitrary vector in $R^n$ can be written as a linear combination of the vectors (ex. $[1,1,0], [0,1,1], [1,0,1]$ forms a basis for $R^3$ because the matrix with those three as rows has a solution, meaning any vector can be written as a linear combination of them).
But how do I apply that idea to $Z$? I simplified the matrix under $Z$ and found that one of the three vectors was a combination of the other two, but I'm not sure how that really helps or how to apply that information.
linear-algebra modular-arithmetic
linear-algebra modular-arithmetic
asked Dec 16 '18 at 19:22
James RonaldJames Ronald
1057
1057
1
$begingroup$
$(1,1,0)notin Bbb{Z}^2$, but $(1,1,0)in Bbb{Z}^3$.
$endgroup$
– Dietrich Burde
Dec 16 '18 at 19:25
add a comment |
1
$begingroup$
$(1,1,0)notin Bbb{Z}^2$, but $(1,1,0)in Bbb{Z}^3$.
$endgroup$
– Dietrich Burde
Dec 16 '18 at 19:25
1
1
$begingroup$
$(1,1,0)notin Bbb{Z}^2$, but $(1,1,0)in Bbb{Z}^3$.
$endgroup$
– Dietrich Burde
Dec 16 '18 at 19:25
$begingroup$
$(1,1,0)notin Bbb{Z}^2$, but $(1,1,0)in Bbb{Z}^3$.
$endgroup$
– Dietrich Burde
Dec 16 '18 at 19:25
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The definition of a basis is the same as before. The coefficients are now in $Bbb{Z}$ instead of a field $K$. So ${e_1,ldots ,e_n}$ is a basis of $Bbb{Z}^n$ if $a_1e_1+cdots +a_ne_n=0$ implies that all $a_i=0$, and the integral linear combinations of $e_1,ldots ,e_n$ give $Bbb{Z}^n$. This is the case if and only if the associated matrix $A$ is in the group $GL_n(Bbb{Z})$. Note that $det(A)=pm 1$ then.
$endgroup$
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%2f3043037%2fwhat-does-it-mean-for-something-to-span-zn-for-example-do-the-vectors-x-y%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$
The definition of a basis is the same as before. The coefficients are now in $Bbb{Z}$ instead of a field $K$. So ${e_1,ldots ,e_n}$ is a basis of $Bbb{Z}^n$ if $a_1e_1+cdots +a_ne_n=0$ implies that all $a_i=0$, and the integral linear combinations of $e_1,ldots ,e_n$ give $Bbb{Z}^n$. This is the case if and only if the associated matrix $A$ is in the group $GL_n(Bbb{Z})$. Note that $det(A)=pm 1$ then.
$endgroup$
add a comment |
$begingroup$
The definition of a basis is the same as before. The coefficients are now in $Bbb{Z}$ instead of a field $K$. So ${e_1,ldots ,e_n}$ is a basis of $Bbb{Z}^n$ if $a_1e_1+cdots +a_ne_n=0$ implies that all $a_i=0$, and the integral linear combinations of $e_1,ldots ,e_n$ give $Bbb{Z}^n$. This is the case if and only if the associated matrix $A$ is in the group $GL_n(Bbb{Z})$. Note that $det(A)=pm 1$ then.
$endgroup$
add a comment |
$begingroup$
The definition of a basis is the same as before. The coefficients are now in $Bbb{Z}$ instead of a field $K$. So ${e_1,ldots ,e_n}$ is a basis of $Bbb{Z}^n$ if $a_1e_1+cdots +a_ne_n=0$ implies that all $a_i=0$, and the integral linear combinations of $e_1,ldots ,e_n$ give $Bbb{Z}^n$. This is the case if and only if the associated matrix $A$ is in the group $GL_n(Bbb{Z})$. Note that $det(A)=pm 1$ then.
$endgroup$
The definition of a basis is the same as before. The coefficients are now in $Bbb{Z}$ instead of a field $K$. So ${e_1,ldots ,e_n}$ is a basis of $Bbb{Z}^n$ if $a_1e_1+cdots +a_ne_n=0$ implies that all $a_i=0$, and the integral linear combinations of $e_1,ldots ,e_n$ give $Bbb{Z}^n$. This is the case if and only if the associated matrix $A$ is in the group $GL_n(Bbb{Z})$. Note that $det(A)=pm 1$ then.
answered Dec 16 '18 at 19:27
Dietrich BurdeDietrich Burde
78.4k64386
78.4k64386
add a comment |
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%2f3043037%2fwhat-does-it-mean-for-something-to-span-zn-for-example-do-the-vectors-x-y%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
1
$begingroup$
$(1,1,0)notin Bbb{Z}^2$, but $(1,1,0)in Bbb{Z}^3$.
$endgroup$
– Dietrich Burde
Dec 16 '18 at 19:25