Notation for the summation of the cumulative product of each row of a matrix The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Different results for row reduction in MatlabMatlab question: Converting a permutation matrix into a vector showing row exchangesName for this matrix operation?Is there a matrix product which results in this relation?Matrix notion for a double summationWhat is the trick: convert summation notation to matrix notationWhat is an intuitive way to understand the dot product in the context of matrix multiplication?How does the dot product convert a matrix into a scalar?Misunderstanding on row operations?Mathematical equivalent of Matlab special case element-wise multiplication similar to Schur-product
Typeface like Times New Roman but with "tied" percent sign
First use of “packing” as in carrying a gun
Simulating Exploding Dice
Derivation tree not rendering
When did F become S in typeography, and why?
How to pronounce 1ターン?
Did God make two great lights or did He make the great light two?
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
Did the new image of black hole confirm the general theory of relativity?
"... to apply for a visa" or "... and applied for a visa"?
Mortgage adviser recommends a longer term than necessary combined with overpayments
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Match Roman Numerals
Windows 10: How to Lock (not sleep) laptop on lid close?
Can withdrawing asylum be illegal?
Would it be possible to rearrange a dragon's flight muscle to somewhat circumvent the square-cube law?
Was credit for the black hole image misattributed?
Why did all the guest students take carriages to the Yule Ball?
Scientific Reports - Significant Figures
If the empty set is a subset of every set, why write ... ∪ ∅?
How to copy the contents of all files with a certain name into a new file?
Can the DM override racial traits?
Can smartphones with the same camera sensor have different image quality?
How does this infinite series simplify to an integral?
Notation for the summation of the cumulative product of each row of a matrix
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Different results for row reduction in MatlabMatlab question: Converting a permutation matrix into a vector showing row exchangesName for this matrix operation?Is there a matrix product which results in this relation?Matrix notion for a double summationWhat is the trick: convert summation notation to matrix notationWhat is an intuitive way to understand the dot product in the context of matrix multiplication?How does the dot product convert a matrix into a scalar?Misunderstanding on row operations?Mathematical equivalent of Matlab special case element-wise multiplication similar to Schur-product
$begingroup$
What steps should I take to achieve the desired outcome?
Given a matrix $A = left[beginarrayccc 2 & 3 & 5\ 1 & 4 & 11endarrayright]$, the steps should result in a scalar $x$ equal to the summation of the products of each row, i.e., for this $A$, $x = (2*3*5) + (1*4*11) = 74$.
I think it is called the cumulative product operation in MATLAB.
There must be some established notation as it such a simple concept.
linear-algebra matrices notation
$endgroup$
add a comment |
$begingroup$
What steps should I take to achieve the desired outcome?
Given a matrix $A = left[beginarrayccc 2 & 3 & 5\ 1 & 4 & 11endarrayright]$, the steps should result in a scalar $x$ equal to the summation of the products of each row, i.e., for this $A$, $x = (2*3*5) + (1*4*11) = 74$.
I think it is called the cumulative product operation in MATLAB.
There must be some established notation as it such a simple concept.
linear-algebra matrices notation
$endgroup$
$begingroup$
"There must be some established notation as it such a simple concept." That is nonsense. There are a lot of simple concepts that don't have any established notation. Just because something is simple doesn't mean it needs or has a special notation. Why do you ask? What prevents you from just setting up a notation yourself?
$endgroup$
– James
Mar 25 at 17:42
1
$begingroup$
I try to confirm that there is not something already established, before settling on my own notation. Do you not do the same?
$endgroup$
– Landon
Mar 25 at 17:57
add a comment |
$begingroup$
What steps should I take to achieve the desired outcome?
Given a matrix $A = left[beginarrayccc 2 & 3 & 5\ 1 & 4 & 11endarrayright]$, the steps should result in a scalar $x$ equal to the summation of the products of each row, i.e., for this $A$, $x = (2*3*5) + (1*4*11) = 74$.
I think it is called the cumulative product operation in MATLAB.
There must be some established notation as it such a simple concept.
linear-algebra matrices notation
$endgroup$
What steps should I take to achieve the desired outcome?
Given a matrix $A = left[beginarrayccc 2 & 3 & 5\ 1 & 4 & 11endarrayright]$, the steps should result in a scalar $x$ equal to the summation of the products of each row, i.e., for this $A$, $x = (2*3*5) + (1*4*11) = 74$.
I think it is called the cumulative product operation in MATLAB.
There must be some established notation as it such a simple concept.
linear-algebra matrices notation
linear-algebra matrices notation
asked Mar 25 at 6:21
LandonLandon
123111
123111
$begingroup$
"There must be some established notation as it such a simple concept." That is nonsense. There are a lot of simple concepts that don't have any established notation. Just because something is simple doesn't mean it needs or has a special notation. Why do you ask? What prevents you from just setting up a notation yourself?
$endgroup$
– James
Mar 25 at 17:42
1
$begingroup$
I try to confirm that there is not something already established, before settling on my own notation. Do you not do the same?
$endgroup$
– Landon
Mar 25 at 17:57
add a comment |
$begingroup$
"There must be some established notation as it such a simple concept." That is nonsense. There are a lot of simple concepts that don't have any established notation. Just because something is simple doesn't mean it needs or has a special notation. Why do you ask? What prevents you from just setting up a notation yourself?
$endgroup$
– James
Mar 25 at 17:42
1
$begingroup$
I try to confirm that there is not something already established, before settling on my own notation. Do you not do the same?
$endgroup$
– Landon
Mar 25 at 17:57
$begingroup$
"There must be some established notation as it such a simple concept." That is nonsense. There are a lot of simple concepts that don't have any established notation. Just because something is simple doesn't mean it needs or has a special notation. Why do you ask? What prevents you from just setting up a notation yourself?
$endgroup$
– James
Mar 25 at 17:42
$begingroup$
"There must be some established notation as it such a simple concept." That is nonsense. There are a lot of simple concepts that don't have any established notation. Just because something is simple doesn't mean it needs or has a special notation. Why do you ask? What prevents you from just setting up a notation yourself?
$endgroup$
– James
Mar 25 at 17:42
1
1
$begingroup$
I try to confirm that there is not something already established, before settling on my own notation. Do you not do the same?
$endgroup$
– Landon
Mar 25 at 17:57
$begingroup$
I try to confirm that there is not something already established, before settling on my own notation. Do you not do the same?
$endgroup$
– Landon
Mar 25 at 17:57
add a comment |
0
active
oldest
votes
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%2f3161444%2fnotation-for-the-summation-of-the-cumulative-product-of-each-row-of-a-matrix%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3161444%2fnotation-for-the-summation-of-the-cumulative-product-of-each-row-of-a-matrix%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$
"There must be some established notation as it such a simple concept." That is nonsense. There are a lot of simple concepts that don't have any established notation. Just because something is simple doesn't mean it needs or has a special notation. Why do you ask? What prevents you from just setting up a notation yourself?
$endgroup$
– James
Mar 25 at 17:42
1
$begingroup$
I try to confirm that there is not something already established, before settling on my own notation. Do you not do the same?
$endgroup$
– Landon
Mar 25 at 17:57