Equivalence of a scalar to a vector:
$begingroup$
I just got myself into this position while studying matrix operation, I am sure others must have been there before . If A is a matrix of dimension (m,n) and k is a scalar then ( A + k ) gives the element wise addition of the scalar k to A.
So, A + k = A + K -----(1),
where K is a matrix /vector of dimension (m,n) and have entries all equal to k.
Now can I say , from (1) that , scalar k = K , a vector of dimension (m,n)?
linear-algebra
$endgroup$
add a comment |
$begingroup$
I just got myself into this position while studying matrix operation, I am sure others must have been there before . If A is a matrix of dimension (m,n) and k is a scalar then ( A + k ) gives the element wise addition of the scalar k to A.
So, A + k = A + K -----(1),
where K is a matrix /vector of dimension (m,n) and have entries all equal to k.
Now can I say , from (1) that , scalar k = K , a vector of dimension (m,n)?
linear-algebra
$endgroup$
1
$begingroup$
All of these operations look highly unusual. You cannot add (m,n) and (m,1), the dimensions don't match. Even if you want an element-wise addition of a "scalar", this would make the scalar eqivalent to (m,n) matrix, not (m,1). Also, "k" is not really a scalar in this case. Scalars scale vectors if applied to them; they are only defined in (n,n) case (automorphisms) and are equivalent to a multiple of a unit square matrix, not a matrix of all equal elements.
$endgroup$
– orion
Jan 20 at 10:15
1
$begingroup$
No. It's just a notation, and doesn't make a scalar be equal to a matrix. Btw, $K$ should be also an $mtimes n$ matrix.
$endgroup$
– Berci
Jan 20 at 10:16
$begingroup$
ok if K is equal to an m×n matrix , then from (1) , K = k ?
$endgroup$
– shadow kh
Jan 20 at 10:19
add a comment |
$begingroup$
I just got myself into this position while studying matrix operation, I am sure others must have been there before . If A is a matrix of dimension (m,n) and k is a scalar then ( A + k ) gives the element wise addition of the scalar k to A.
So, A + k = A + K -----(1),
where K is a matrix /vector of dimension (m,n) and have entries all equal to k.
Now can I say , from (1) that , scalar k = K , a vector of dimension (m,n)?
linear-algebra
$endgroup$
I just got myself into this position while studying matrix operation, I am sure others must have been there before . If A is a matrix of dimension (m,n) and k is a scalar then ( A + k ) gives the element wise addition of the scalar k to A.
So, A + k = A + K -----(1),
where K is a matrix /vector of dimension (m,n) and have entries all equal to k.
Now can I say , from (1) that , scalar k = K , a vector of dimension (m,n)?
linear-algebra
linear-algebra
edited Jan 20 at 10:20
shadow kh
asked Jan 20 at 9:59
shadow khshadow kh
543211
543211
1
$begingroup$
All of these operations look highly unusual. You cannot add (m,n) and (m,1), the dimensions don't match. Even if you want an element-wise addition of a "scalar", this would make the scalar eqivalent to (m,n) matrix, not (m,1). Also, "k" is not really a scalar in this case. Scalars scale vectors if applied to them; they are only defined in (n,n) case (automorphisms) and are equivalent to a multiple of a unit square matrix, not a matrix of all equal elements.
$endgroup$
– orion
Jan 20 at 10:15
1
$begingroup$
No. It's just a notation, and doesn't make a scalar be equal to a matrix. Btw, $K$ should be also an $mtimes n$ matrix.
$endgroup$
– Berci
Jan 20 at 10:16
$begingroup$
ok if K is equal to an m×n matrix , then from (1) , K = k ?
$endgroup$
– shadow kh
Jan 20 at 10:19
add a comment |
1
$begingroup$
All of these operations look highly unusual. You cannot add (m,n) and (m,1), the dimensions don't match. Even if you want an element-wise addition of a "scalar", this would make the scalar eqivalent to (m,n) matrix, not (m,1). Also, "k" is not really a scalar in this case. Scalars scale vectors if applied to them; they are only defined in (n,n) case (automorphisms) and are equivalent to a multiple of a unit square matrix, not a matrix of all equal elements.
$endgroup$
– orion
Jan 20 at 10:15
1
$begingroup$
No. It's just a notation, and doesn't make a scalar be equal to a matrix. Btw, $K$ should be also an $mtimes n$ matrix.
$endgroup$
– Berci
Jan 20 at 10:16
$begingroup$
ok if K is equal to an m×n matrix , then from (1) , K = k ?
$endgroup$
– shadow kh
Jan 20 at 10:19
1
1
$begingroup$
All of these operations look highly unusual. You cannot add (m,n) and (m,1), the dimensions don't match. Even if you want an element-wise addition of a "scalar", this would make the scalar eqivalent to (m,n) matrix, not (m,1). Also, "k" is not really a scalar in this case. Scalars scale vectors if applied to them; they are only defined in (n,n) case (automorphisms) and are equivalent to a multiple of a unit square matrix, not a matrix of all equal elements.
$endgroup$
– orion
Jan 20 at 10:15
$begingroup$
All of these operations look highly unusual. You cannot add (m,n) and (m,1), the dimensions don't match. Even if you want an element-wise addition of a "scalar", this would make the scalar eqivalent to (m,n) matrix, not (m,1). Also, "k" is not really a scalar in this case. Scalars scale vectors if applied to them; they are only defined in (n,n) case (automorphisms) and are equivalent to a multiple of a unit square matrix, not a matrix of all equal elements.
$endgroup$
– orion
Jan 20 at 10:15
1
1
$begingroup$
No. It's just a notation, and doesn't make a scalar be equal to a matrix. Btw, $K$ should be also an $mtimes n$ matrix.
$endgroup$
– Berci
Jan 20 at 10:16
$begingroup$
No. It's just a notation, and doesn't make a scalar be equal to a matrix. Btw, $K$ should be also an $mtimes n$ matrix.
$endgroup$
– Berci
Jan 20 at 10:16
$begingroup$
ok if K is equal to an m×n matrix , then from (1) , K = k ?
$endgroup$
– shadow kh
Jan 20 at 10:19
$begingroup$
ok if K is equal to an m×n matrix , then from (1) , K = k ?
$endgroup$
– shadow kh
Jan 20 at 10:19
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
It is definitely not an equivalence, addition of a scalar and a matrix is not defined. Although it is not commonly used, you can surely say that if $A$ is a $mtimes n$ matrix and $k$ is a scalar then $A+k$ is a shorthand for $A+K$ where $K$ is the $mtimes n$ matrix with all entries equal to $k$. But $k$ and $K$ are not the same thing, it is just notation.
A notation which is much more widely used is, if $A$ is a square matrix and $k$ a scalar, to write $A +k$ for $A+k I$, where $I$ is the identity matrix of the appropriate dimension. While more used, this is again notation, $k$ and $kI$ are not the same thing.
$endgroup$
$begingroup$
u cleared my doubt.Thanks...
$endgroup$
– shadow kh
Jan 20 at 10:30
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%2f3080379%2fequivalence-of-a-scalar-to-a-vector%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$
It is definitely not an equivalence, addition of a scalar and a matrix is not defined. Although it is not commonly used, you can surely say that if $A$ is a $mtimes n$ matrix and $k$ is a scalar then $A+k$ is a shorthand for $A+K$ where $K$ is the $mtimes n$ matrix with all entries equal to $k$. But $k$ and $K$ are not the same thing, it is just notation.
A notation which is much more widely used is, if $A$ is a square matrix and $k$ a scalar, to write $A +k$ for $A+k I$, where $I$ is the identity matrix of the appropriate dimension. While more used, this is again notation, $k$ and $kI$ are not the same thing.
$endgroup$
$begingroup$
u cleared my doubt.Thanks...
$endgroup$
– shadow kh
Jan 20 at 10:30
add a comment |
$begingroup$
It is definitely not an equivalence, addition of a scalar and a matrix is not defined. Although it is not commonly used, you can surely say that if $A$ is a $mtimes n$ matrix and $k$ is a scalar then $A+k$ is a shorthand for $A+K$ where $K$ is the $mtimes n$ matrix with all entries equal to $k$. But $k$ and $K$ are not the same thing, it is just notation.
A notation which is much more widely used is, if $A$ is a square matrix and $k$ a scalar, to write $A +k$ for $A+k I$, where $I$ is the identity matrix of the appropriate dimension. While more used, this is again notation, $k$ and $kI$ are not the same thing.
$endgroup$
$begingroup$
u cleared my doubt.Thanks...
$endgroup$
– shadow kh
Jan 20 at 10:30
add a comment |
$begingroup$
It is definitely not an equivalence, addition of a scalar and a matrix is not defined. Although it is not commonly used, you can surely say that if $A$ is a $mtimes n$ matrix and $k$ is a scalar then $A+k$ is a shorthand for $A+K$ where $K$ is the $mtimes n$ matrix with all entries equal to $k$. But $k$ and $K$ are not the same thing, it is just notation.
A notation which is much more widely used is, if $A$ is a square matrix and $k$ a scalar, to write $A +k$ for $A+k I$, where $I$ is the identity matrix of the appropriate dimension. While more used, this is again notation, $k$ and $kI$ are not the same thing.
$endgroup$
It is definitely not an equivalence, addition of a scalar and a matrix is not defined. Although it is not commonly used, you can surely say that if $A$ is a $mtimes n$ matrix and $k$ is a scalar then $A+k$ is a shorthand for $A+K$ where $K$ is the $mtimes n$ matrix with all entries equal to $k$. But $k$ and $K$ are not the same thing, it is just notation.
A notation which is much more widely used is, if $A$ is a square matrix and $k$ a scalar, to write $A +k$ for $A+k I$, where $I$ is the identity matrix of the appropriate dimension. While more used, this is again notation, $k$ and $kI$ are not the same thing.
answered Jan 20 at 10:28
GFRGFR
3,2741023
3,2741023
$begingroup$
u cleared my doubt.Thanks...
$endgroup$
– shadow kh
Jan 20 at 10:30
add a comment |
$begingroup$
u cleared my doubt.Thanks...
$endgroup$
– shadow kh
Jan 20 at 10:30
$begingroup$
u cleared my doubt.Thanks...
$endgroup$
– shadow kh
Jan 20 at 10:30
$begingroup$
u cleared my doubt.Thanks...
$endgroup$
– shadow kh
Jan 20 at 10:30
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%2f3080379%2fequivalence-of-a-scalar-to-a-vector%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$
All of these operations look highly unusual. You cannot add (m,n) and (m,1), the dimensions don't match. Even if you want an element-wise addition of a "scalar", this would make the scalar eqivalent to (m,n) matrix, not (m,1). Also, "k" is not really a scalar in this case. Scalars scale vectors if applied to them; they are only defined in (n,n) case (automorphisms) and are equivalent to a multiple of a unit square matrix, not a matrix of all equal elements.
$endgroup$
– orion
Jan 20 at 10:15
1
$begingroup$
No. It's just a notation, and doesn't make a scalar be equal to a matrix. Btw, $K$ should be also an $mtimes n$ matrix.
$endgroup$
– Berci
Jan 20 at 10:16
$begingroup$
ok if K is equal to an m×n matrix , then from (1) , K = k ?
$endgroup$
– shadow kh
Jan 20 at 10:19