Non square linear system with two unknowns











up vote
0
down vote

favorite












I want to know under what conditions exists at least one solution for the following system
$$Ax + By = C$$
where $A$ is $p times q$ matrix, $B$ is $p times q$ matrix and $C$ is a vector of size $p$. Uniqueness doesn't matter. Thanks.










share|cite|improve this question




























    up vote
    0
    down vote

    favorite












    I want to know under what conditions exists at least one solution for the following system
    $$Ax + By = C$$
    where $A$ is $p times q$ matrix, $B$ is $p times q$ matrix and $C$ is a vector of size $p$. Uniqueness doesn't matter. Thanks.










    share|cite|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I want to know under what conditions exists at least one solution for the following system
      $$Ax + By = C$$
      where $A$ is $p times q$ matrix, $B$ is $p times q$ matrix and $C$ is a vector of size $p$. Uniqueness doesn't matter. Thanks.










      share|cite|improve this question















      I want to know under what conditions exists at least one solution for the following system
      $$Ax + By = C$$
      where $A$ is $p times q$ matrix, $B$ is $p times q$ matrix and $C$ is a vector of size $p$. Uniqueness doesn't matter. Thanks.







      real-analysis linear-algebra systems-of-equations






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Nov 14 at 15:48









      Moo

      5,2633920




      5,2633920










      asked Nov 14 at 14:58









      Gustave

      683211




      683211






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote













          The system has a solution if and only if the system



          $$begin{bmatrix}A& Bend{bmatrix}z=C$$ has a solution. Of course, the solution vector $z$ will have $2q$ entries, and if written as



          $$z=begin{bmatrix}x\yend{bmatrix}$$
          then $z$ is a solution of the second system if and only if $x, y$ are solutions to the original system.





          You can interpret this result by looking at ${Ax|xinmathbb R^p}$ as "the set of all linear combinations of columns of $A$". Then, $By$ is the general element of the set of all linear combinations of columns from $B$, which means that $Ax+By$ can be any linear combination of columns from both $A$ and $B$.






          share|cite|improve this answer























          • Is there anay rank condition on $A$, $B$ and $C$ to ensure the existence? thanks.
            – Gustave
            Nov 14 at 15:04












          • @Gustave Once you have the system $begin{bmatrix} A&Bend{bmatrix}z=C$, you can use the standard theorems from linear algebra to determine when a solution exists. Also, "rank condition" on $C$ makes little sense, since $C$ is a vector, not a matrix.
            – 5xum
            Nov 14 at 15:06










          • Thank you a lot sir.
            – Gustave
            Nov 14 at 15:07











          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',
          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
          });


          }
          });














           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2998352%2fnon-square-linear-system-with-two-unknowns%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








          up vote
          2
          down vote













          The system has a solution if and only if the system



          $$begin{bmatrix}A& Bend{bmatrix}z=C$$ has a solution. Of course, the solution vector $z$ will have $2q$ entries, and if written as



          $$z=begin{bmatrix}x\yend{bmatrix}$$
          then $z$ is a solution of the second system if and only if $x, y$ are solutions to the original system.





          You can interpret this result by looking at ${Ax|xinmathbb R^p}$ as "the set of all linear combinations of columns of $A$". Then, $By$ is the general element of the set of all linear combinations of columns from $B$, which means that $Ax+By$ can be any linear combination of columns from both $A$ and $B$.






          share|cite|improve this answer























          • Is there anay rank condition on $A$, $B$ and $C$ to ensure the existence? thanks.
            – Gustave
            Nov 14 at 15:04












          • @Gustave Once you have the system $begin{bmatrix} A&Bend{bmatrix}z=C$, you can use the standard theorems from linear algebra to determine when a solution exists. Also, "rank condition" on $C$ makes little sense, since $C$ is a vector, not a matrix.
            – 5xum
            Nov 14 at 15:06










          • Thank you a lot sir.
            – Gustave
            Nov 14 at 15:07















          up vote
          2
          down vote













          The system has a solution if and only if the system



          $$begin{bmatrix}A& Bend{bmatrix}z=C$$ has a solution. Of course, the solution vector $z$ will have $2q$ entries, and if written as



          $$z=begin{bmatrix}x\yend{bmatrix}$$
          then $z$ is a solution of the second system if and only if $x, y$ are solutions to the original system.





          You can interpret this result by looking at ${Ax|xinmathbb R^p}$ as "the set of all linear combinations of columns of $A$". Then, $By$ is the general element of the set of all linear combinations of columns from $B$, which means that $Ax+By$ can be any linear combination of columns from both $A$ and $B$.






          share|cite|improve this answer























          • Is there anay rank condition on $A$, $B$ and $C$ to ensure the existence? thanks.
            – Gustave
            Nov 14 at 15:04












          • @Gustave Once you have the system $begin{bmatrix} A&Bend{bmatrix}z=C$, you can use the standard theorems from linear algebra to determine when a solution exists. Also, "rank condition" on $C$ makes little sense, since $C$ is a vector, not a matrix.
            – 5xum
            Nov 14 at 15:06










          • Thank you a lot sir.
            – Gustave
            Nov 14 at 15:07













          up vote
          2
          down vote










          up vote
          2
          down vote









          The system has a solution if and only if the system



          $$begin{bmatrix}A& Bend{bmatrix}z=C$$ has a solution. Of course, the solution vector $z$ will have $2q$ entries, and if written as



          $$z=begin{bmatrix}x\yend{bmatrix}$$
          then $z$ is a solution of the second system if and only if $x, y$ are solutions to the original system.





          You can interpret this result by looking at ${Ax|xinmathbb R^p}$ as "the set of all linear combinations of columns of $A$". Then, $By$ is the general element of the set of all linear combinations of columns from $B$, which means that $Ax+By$ can be any linear combination of columns from both $A$ and $B$.






          share|cite|improve this answer














          The system has a solution if and only if the system



          $$begin{bmatrix}A& Bend{bmatrix}z=C$$ has a solution. Of course, the solution vector $z$ will have $2q$ entries, and if written as



          $$z=begin{bmatrix}x\yend{bmatrix}$$
          then $z$ is a solution of the second system if and only if $x, y$ are solutions to the original system.





          You can interpret this result by looking at ${Ax|xinmathbb R^p}$ as "the set of all linear combinations of columns of $A$". Then, $By$ is the general element of the set of all linear combinations of columns from $B$, which means that $Ax+By$ can be any linear combination of columns from both $A$ and $B$.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Nov 14 at 15:04

























          answered Nov 14 at 15:01









          5xum

          88.4k392160




          88.4k392160












          • Is there anay rank condition on $A$, $B$ and $C$ to ensure the existence? thanks.
            – Gustave
            Nov 14 at 15:04












          • @Gustave Once you have the system $begin{bmatrix} A&Bend{bmatrix}z=C$, you can use the standard theorems from linear algebra to determine when a solution exists. Also, "rank condition" on $C$ makes little sense, since $C$ is a vector, not a matrix.
            – 5xum
            Nov 14 at 15:06










          • Thank you a lot sir.
            – Gustave
            Nov 14 at 15:07


















          • Is there anay rank condition on $A$, $B$ and $C$ to ensure the existence? thanks.
            – Gustave
            Nov 14 at 15:04












          • @Gustave Once you have the system $begin{bmatrix} A&Bend{bmatrix}z=C$, you can use the standard theorems from linear algebra to determine when a solution exists. Also, "rank condition" on $C$ makes little sense, since $C$ is a vector, not a matrix.
            – 5xum
            Nov 14 at 15:06










          • Thank you a lot sir.
            – Gustave
            Nov 14 at 15:07
















          Is there anay rank condition on $A$, $B$ and $C$ to ensure the existence? thanks.
          – Gustave
          Nov 14 at 15:04






          Is there anay rank condition on $A$, $B$ and $C$ to ensure the existence? thanks.
          – Gustave
          Nov 14 at 15:04














          @Gustave Once you have the system $begin{bmatrix} A&Bend{bmatrix}z=C$, you can use the standard theorems from linear algebra to determine when a solution exists. Also, "rank condition" on $C$ makes little sense, since $C$ is a vector, not a matrix.
          – 5xum
          Nov 14 at 15:06




          @Gustave Once you have the system $begin{bmatrix} A&Bend{bmatrix}z=C$, you can use the standard theorems from linear algebra to determine when a solution exists. Also, "rank condition" on $C$ makes little sense, since $C$ is a vector, not a matrix.
          – 5xum
          Nov 14 at 15:06












          Thank you a lot sir.
          – Gustave
          Nov 14 at 15:07




          Thank you a lot sir.
          – Gustave
          Nov 14 at 15:07


















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2998352%2fnon-square-linear-system-with-two-unknowns%23new-answer', 'question_page');
          }
          );

          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







          Popular posts from this blog

          How do I know what Microsoft account the skydrive app is syncing to?

          When does type information flow backwards in C++?

          Grease: Live!