Is value in the matrix notation
$begingroup$
Given an $mtimes n$ matrix $A=begin{bmatrix} a_{1,1}&...&a_{1,n} \ vdots&ddots&vdots \ a_{m,1}&...&a_{m,n} \ end{bmatrix}$, say that I wanted to describe a set generator $S(A)$ which only consists of every individual entry in A, using set builder notation. I want to write something like this...
$$S(A) = left{sinmathbb{R} : sin Aright}$$
But I know that '$sin A$' is incorrect bc '$in$' should only ever be used wrt sets; is there a common convention (perhaps another symbol) that I could use?
linear-algebra notation
$endgroup$
add a comment |
$begingroup$
Given an $mtimes n$ matrix $A=begin{bmatrix} a_{1,1}&...&a_{1,n} \ vdots&ddots&vdots \ a_{m,1}&...&a_{m,n} \ end{bmatrix}$, say that I wanted to describe a set generator $S(A)$ which only consists of every individual entry in A, using set builder notation. I want to write something like this...
$$S(A) = left{sinmathbb{R} : sin Aright}$$
But I know that '$sin A$' is incorrect bc '$in$' should only ever be used wrt sets; is there a common convention (perhaps another symbol) that I could use?
linear-algebra notation
$endgroup$
add a comment |
$begingroup$
Given an $mtimes n$ matrix $A=begin{bmatrix} a_{1,1}&...&a_{1,n} \ vdots&ddots&vdots \ a_{m,1}&...&a_{m,n} \ end{bmatrix}$, say that I wanted to describe a set generator $S(A)$ which only consists of every individual entry in A, using set builder notation. I want to write something like this...
$$S(A) = left{sinmathbb{R} : sin Aright}$$
But I know that '$sin A$' is incorrect bc '$in$' should only ever be used wrt sets; is there a common convention (perhaps another symbol) that I could use?
linear-algebra notation
$endgroup$
Given an $mtimes n$ matrix $A=begin{bmatrix} a_{1,1}&...&a_{1,n} \ vdots&ddots&vdots \ a_{m,1}&...&a_{m,n} \ end{bmatrix}$, say that I wanted to describe a set generator $S(A)$ which only consists of every individual entry in A, using set builder notation. I want to write something like this...
$$S(A) = left{sinmathbb{R} : sin Aright}$$
But I know that '$sin A$' is incorrect bc '$in$' should only ever be used wrt sets; is there a common convention (perhaps another symbol) that I could use?
linear-algebra notation
linear-algebra notation
asked Jan 15 at 23:48
LandonLandon
123111
123111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
What is a matrix, exactly?
A good formal definition of a matrix is a function
$$A : [m] times [n] rightarrow mathbb{R}$$
where $[m] = {1,2,cdots,m}$ and $[n] = {1,2,cdots,n}$. The codomain could be any set, but let's use $mathbb{R}$ for sake of example.
Thus, when you see an entry $a_{i,j}$, you can essentially think of it as the output $A(i,j) in mathbb{R}$. In this case, you can easily see that the notation you're looking for is simply the range $ran(A)$of $A$:
$$ ran(A) = {A(i,j) | (i,j) in [m]times [n]} = {a_{i,j} | (i,j) in [m] times [n]}$$
$endgroup$
$begingroup$
I strongly recommend not using $operatorname{ran}(A)$ for the set of entries of $A$ because that notation is often used for the range of $A$ considered as a linear map $mathbb R^n to mathbb R^m$. You can use the other two notations on the last line, though.
$endgroup$
– Eike Schulte
Jan 16 at 7:35
add a comment |
Your Answer
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%2f3075133%2fis-value-in-the-matrix-notation%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$
What is a matrix, exactly?
A good formal definition of a matrix is a function
$$A : [m] times [n] rightarrow mathbb{R}$$
where $[m] = {1,2,cdots,m}$ and $[n] = {1,2,cdots,n}$. The codomain could be any set, but let's use $mathbb{R}$ for sake of example.
Thus, when you see an entry $a_{i,j}$, you can essentially think of it as the output $A(i,j) in mathbb{R}$. In this case, you can easily see that the notation you're looking for is simply the range $ran(A)$of $A$:
$$ ran(A) = {A(i,j) | (i,j) in [m]times [n]} = {a_{i,j} | (i,j) in [m] times [n]}$$
$endgroup$
$begingroup$
I strongly recommend not using $operatorname{ran}(A)$ for the set of entries of $A$ because that notation is often used for the range of $A$ considered as a linear map $mathbb R^n to mathbb R^m$. You can use the other two notations on the last line, though.
$endgroup$
– Eike Schulte
Jan 16 at 7:35
add a comment |
$begingroup$
What is a matrix, exactly?
A good formal definition of a matrix is a function
$$A : [m] times [n] rightarrow mathbb{R}$$
where $[m] = {1,2,cdots,m}$ and $[n] = {1,2,cdots,n}$. The codomain could be any set, but let's use $mathbb{R}$ for sake of example.
Thus, when you see an entry $a_{i,j}$, you can essentially think of it as the output $A(i,j) in mathbb{R}$. In this case, you can easily see that the notation you're looking for is simply the range $ran(A)$of $A$:
$$ ran(A) = {A(i,j) | (i,j) in [m]times [n]} = {a_{i,j} | (i,j) in [m] times [n]}$$
$endgroup$
$begingroup$
I strongly recommend not using $operatorname{ran}(A)$ for the set of entries of $A$ because that notation is often used for the range of $A$ considered as a linear map $mathbb R^n to mathbb R^m$. You can use the other two notations on the last line, though.
$endgroup$
– Eike Schulte
Jan 16 at 7:35
add a comment |
$begingroup$
What is a matrix, exactly?
A good formal definition of a matrix is a function
$$A : [m] times [n] rightarrow mathbb{R}$$
where $[m] = {1,2,cdots,m}$ and $[n] = {1,2,cdots,n}$. The codomain could be any set, but let's use $mathbb{R}$ for sake of example.
Thus, when you see an entry $a_{i,j}$, you can essentially think of it as the output $A(i,j) in mathbb{R}$. In this case, you can easily see that the notation you're looking for is simply the range $ran(A)$of $A$:
$$ ran(A) = {A(i,j) | (i,j) in [m]times [n]} = {a_{i,j} | (i,j) in [m] times [n]}$$
$endgroup$
What is a matrix, exactly?
A good formal definition of a matrix is a function
$$A : [m] times [n] rightarrow mathbb{R}$$
where $[m] = {1,2,cdots,m}$ and $[n] = {1,2,cdots,n}$. The codomain could be any set, but let's use $mathbb{R}$ for sake of example.
Thus, when you see an entry $a_{i,j}$, you can essentially think of it as the output $A(i,j) in mathbb{R}$. In this case, you can easily see that the notation you're looking for is simply the range $ran(A)$of $A$:
$$ ran(A) = {A(i,j) | (i,j) in [m]times [n]} = {a_{i,j} | (i,j) in [m] times [n]}$$
answered Jan 16 at 0:53
MetricMetric
1,23659
1,23659
$begingroup$
I strongly recommend not using $operatorname{ran}(A)$ for the set of entries of $A$ because that notation is often used for the range of $A$ considered as a linear map $mathbb R^n to mathbb R^m$. You can use the other two notations on the last line, though.
$endgroup$
– Eike Schulte
Jan 16 at 7:35
add a comment |
$begingroup$
I strongly recommend not using $operatorname{ran}(A)$ for the set of entries of $A$ because that notation is often used for the range of $A$ considered as a linear map $mathbb R^n to mathbb R^m$. You can use the other two notations on the last line, though.
$endgroup$
– Eike Schulte
Jan 16 at 7:35
$begingroup$
I strongly recommend not using $operatorname{ran}(A)$ for the set of entries of $A$ because that notation is often used for the range of $A$ considered as a linear map $mathbb R^n to mathbb R^m$. You can use the other two notations on the last line, though.
$endgroup$
– Eike Schulte
Jan 16 at 7:35
$begingroup$
I strongly recommend not using $operatorname{ran}(A)$ for the set of entries of $A$ because that notation is often used for the range of $A$ considered as a linear map $mathbb R^n to mathbb R^m$. You can use the other two notations on the last line, though.
$endgroup$
– Eike Schulte
Jan 16 at 7:35
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%2f3075133%2fis-value-in-the-matrix-notation%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