Find nontrivial solution of generalized system of linear equations












0












$begingroup$


Given the ordinary matrix $X_{ij}$ of Dimension $n$ and some constant Matrices $A_{ij},B_{ij}$, find a solution of the System of equations



$X_{ij} = sum_{k,l=1}^n A_{ik}X_{kl}B_{lj}$



for all rows $i in { 1,dots,n }$ and columns $j in { 1,dots,n }$ that is different from Zero. Rewriting this equation as



$sum_{k,l=1}^n(delta_{ik}delta_{jl}-A_{ik}B_{lj})X_{kl} = 0$



and supposing that all Matrix entries can be expressed as a Vector of Dimension $n^2$, I can write



$Mvec X = 0$



where $(vec{X})_q = X_{ceiling(q/n),q (mod) n}$, $dim vec X = n^2$ is the vector-reformulated unknown Matrix and $M$ a constant Matrix of coefficients that are obtained by similar procedure making a rank 4 Matrix to a rank 2 Matrix. After this, I can use the Theorem that if $det M = 0$ then nontrivial Solutions exists. Is this correct?



Are there other ways to determine whether a nontrivial solution exist for this system?










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    Given the ordinary matrix $X_{ij}$ of Dimension $n$ and some constant Matrices $A_{ij},B_{ij}$, find a solution of the System of equations



    $X_{ij} = sum_{k,l=1}^n A_{ik}X_{kl}B_{lj}$



    for all rows $i in { 1,dots,n }$ and columns $j in { 1,dots,n }$ that is different from Zero. Rewriting this equation as



    $sum_{k,l=1}^n(delta_{ik}delta_{jl}-A_{ik}B_{lj})X_{kl} = 0$



    and supposing that all Matrix entries can be expressed as a Vector of Dimension $n^2$, I can write



    $Mvec X = 0$



    where $(vec{X})_q = X_{ceiling(q/n),q (mod) n}$, $dim vec X = n^2$ is the vector-reformulated unknown Matrix and $M$ a constant Matrix of coefficients that are obtained by similar procedure making a rank 4 Matrix to a rank 2 Matrix. After this, I can use the Theorem that if $det M = 0$ then nontrivial Solutions exists. Is this correct?



    Are there other ways to determine whether a nontrivial solution exist for this system?










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      Given the ordinary matrix $X_{ij}$ of Dimension $n$ and some constant Matrices $A_{ij},B_{ij}$, find a solution of the System of equations



      $X_{ij} = sum_{k,l=1}^n A_{ik}X_{kl}B_{lj}$



      for all rows $i in { 1,dots,n }$ and columns $j in { 1,dots,n }$ that is different from Zero. Rewriting this equation as



      $sum_{k,l=1}^n(delta_{ik}delta_{jl}-A_{ik}B_{lj})X_{kl} = 0$



      and supposing that all Matrix entries can be expressed as a Vector of Dimension $n^2$, I can write



      $Mvec X = 0$



      where $(vec{X})_q = X_{ceiling(q/n),q (mod) n}$, $dim vec X = n^2$ is the vector-reformulated unknown Matrix and $M$ a constant Matrix of coefficients that are obtained by similar procedure making a rank 4 Matrix to a rank 2 Matrix. After this, I can use the Theorem that if $det M = 0$ then nontrivial Solutions exists. Is this correct?



      Are there other ways to determine whether a nontrivial solution exist for this system?










      share|cite|improve this question









      $endgroup$




      Given the ordinary matrix $X_{ij}$ of Dimension $n$ and some constant Matrices $A_{ij},B_{ij}$, find a solution of the System of equations



      $X_{ij} = sum_{k,l=1}^n A_{ik}X_{kl}B_{lj}$



      for all rows $i in { 1,dots,n }$ and columns $j in { 1,dots,n }$ that is different from Zero. Rewriting this equation as



      $sum_{k,l=1}^n(delta_{ik}delta_{jl}-A_{ik}B_{lj})X_{kl} = 0$



      and supposing that all Matrix entries can be expressed as a Vector of Dimension $n^2$, I can write



      $Mvec X = 0$



      where $(vec{X})_q = X_{ceiling(q/n),q (mod) n}$, $dim vec X = n^2$ is the vector-reformulated unknown Matrix and $M$ a constant Matrix of coefficients that are obtained by similar procedure making a rank 4 Matrix to a rank 2 Matrix. After this, I can use the Theorem that if $det M = 0$ then nontrivial Solutions exists. Is this correct?



      Are there other ways to determine whether a nontrivial solution exist for this system?







      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










      asked Jan 17 at 12:31









      kryomaximkryomaxim

      2,3621825




      2,3621825






















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


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3076918%2ffind-nontrivial-solution-of-generalized-system-of-linear-equations%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
















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3076918%2ffind-nontrivial-solution-of-generalized-system-of-linear-equations%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

          Human spaceflight

          Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

          File:DeusFollowingSea.jpg