row reduced form with element $i$











up vote
0
down vote

favorite
1












find rank(A)



find basis of$ R(L_A)$ consisting of column vectors



find basis of $N(L_A)$
$$A=left[begin{array}{ccc}0&i&-1\1+i&1&1+2i\1-i&2&1+i\-i&1-i&1end{array}right]$$
i figure out the reduce form is
$$A=left[begin{array}{ccc}1&0&1\0&1&i\0&0&0\0&0&0end{array}right]$$, so the rank(A)=2, but what is basis of $R(L_A)$ and$N(L_A)$










share|cite|improve this question
























  • If you reduced right, the same method for getting bases for row space and null space as usual works, since complexes are a field.
    – coffeemath
    Nov 21 at 23:31










  • How would you find these bases if you had a $2$ there instead of $i$? Do the same thing.
    – amd
    Nov 22 at 0:00










  • for nullspace i got x1=x3 x2=-ix3 x3=x3 so i got basic of N(A)=1 -i 1
    – DORCT
    Nov 22 at 0:05










  • for range(A)i find the row of of pivot row which are first and sec row
    – DORCT
    Nov 22 at 0:07















up vote
0
down vote

favorite
1












find rank(A)



find basis of$ R(L_A)$ consisting of column vectors



find basis of $N(L_A)$
$$A=left[begin{array}{ccc}0&i&-1\1+i&1&1+2i\1-i&2&1+i\-i&1-i&1end{array}right]$$
i figure out the reduce form is
$$A=left[begin{array}{ccc}1&0&1\0&1&i\0&0&0\0&0&0end{array}right]$$, so the rank(A)=2, but what is basis of $R(L_A)$ and$N(L_A)$










share|cite|improve this question
























  • If you reduced right, the same method for getting bases for row space and null space as usual works, since complexes are a field.
    – coffeemath
    Nov 21 at 23:31










  • How would you find these bases if you had a $2$ there instead of $i$? Do the same thing.
    – amd
    Nov 22 at 0:00










  • for nullspace i got x1=x3 x2=-ix3 x3=x3 so i got basic of N(A)=1 -i 1
    – DORCT
    Nov 22 at 0:05










  • for range(A)i find the row of of pivot row which are first and sec row
    – DORCT
    Nov 22 at 0:07













up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





find rank(A)



find basis of$ R(L_A)$ consisting of column vectors



find basis of $N(L_A)$
$$A=left[begin{array}{ccc}0&i&-1\1+i&1&1+2i\1-i&2&1+i\-i&1-i&1end{array}right]$$
i figure out the reduce form is
$$A=left[begin{array}{ccc}1&0&1\0&1&i\0&0&0\0&0&0end{array}right]$$, so the rank(A)=2, but what is basis of $R(L_A)$ and$N(L_A)$










share|cite|improve this question















find rank(A)



find basis of$ R(L_A)$ consisting of column vectors



find basis of $N(L_A)$
$$A=left[begin{array}{ccc}0&i&-1\1+i&1&1+2i\1-i&2&1+i\-i&1-i&1end{array}right]$$
i figure out the reduce form is
$$A=left[begin{array}{ccc}1&0&1\0&1&i\0&0&0\0&0&0end{array}right]$$, so the rank(A)=2, but what is basis of $R(L_A)$ and$N(L_A)$







linear-algebra matrices linear-transformations






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 21 at 23:23

























asked Nov 21 at 22:58









DORCT

406




406












  • If you reduced right, the same method for getting bases for row space and null space as usual works, since complexes are a field.
    – coffeemath
    Nov 21 at 23:31










  • How would you find these bases if you had a $2$ there instead of $i$? Do the same thing.
    – amd
    Nov 22 at 0:00










  • for nullspace i got x1=x3 x2=-ix3 x3=x3 so i got basic of N(A)=1 -i 1
    – DORCT
    Nov 22 at 0:05










  • for range(A)i find the row of of pivot row which are first and sec row
    – DORCT
    Nov 22 at 0:07


















  • If you reduced right, the same method for getting bases for row space and null space as usual works, since complexes are a field.
    – coffeemath
    Nov 21 at 23:31










  • How would you find these bases if you had a $2$ there instead of $i$? Do the same thing.
    – amd
    Nov 22 at 0:00










  • for nullspace i got x1=x3 x2=-ix3 x3=x3 so i got basic of N(A)=1 -i 1
    – DORCT
    Nov 22 at 0:05










  • for range(A)i find the row of of pivot row which are first and sec row
    – DORCT
    Nov 22 at 0:07
















If you reduced right, the same method for getting bases for row space and null space as usual works, since complexes are a field.
– coffeemath
Nov 21 at 23:31




If you reduced right, the same method for getting bases for row space and null space as usual works, since complexes are a field.
– coffeemath
Nov 21 at 23:31












How would you find these bases if you had a $2$ there instead of $i$? Do the same thing.
– amd
Nov 22 at 0:00




How would you find these bases if you had a $2$ there instead of $i$? Do the same thing.
– amd
Nov 22 at 0:00












for nullspace i got x1=x3 x2=-ix3 x3=x3 so i got basic of N(A)=1 -i 1
– DORCT
Nov 22 at 0:05




for nullspace i got x1=x3 x2=-ix3 x3=x3 so i got basic of N(A)=1 -i 1
– DORCT
Nov 22 at 0:05












for range(A)i find the row of of pivot row which are first and sec row
– DORCT
Nov 22 at 0:07




for range(A)i find the row of of pivot row which are first and sec row
– DORCT
Nov 22 at 0:07










1 Answer
1






active

oldest

votes

















up vote
0
down vote













basic of A is $$N(A)=left[begin{array}{c}1\i\1\end{array}right]$$
and basis of R(A) is $$R(A)=left[begin{array}{cc}0&i\1+i&1\1-i&2\-i&1-iend{array}right]$$, am i doing right






share|cite|improve this answer





















    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%2f3008497%2frow-reduced-form-with-element-i%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
    0
    down vote













    basic of A is $$N(A)=left[begin{array}{c}1\i\1\end{array}right]$$
    and basis of R(A) is $$R(A)=left[begin{array}{cc}0&i\1+i&1\1-i&2\-i&1-iend{array}right]$$, am i doing right






    share|cite|improve this answer

























      up vote
      0
      down vote













      basic of A is $$N(A)=left[begin{array}{c}1\i\1\end{array}right]$$
      and basis of R(A) is $$R(A)=left[begin{array}{cc}0&i\1+i&1\1-i&2\-i&1-iend{array}right]$$, am i doing right






      share|cite|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        basic of A is $$N(A)=left[begin{array}{c}1\i\1\end{array}right]$$
        and basis of R(A) is $$R(A)=left[begin{array}{cc}0&i\1+i&1\1-i&2\-i&1-iend{array}right]$$, am i doing right






        share|cite|improve this answer












        basic of A is $$N(A)=left[begin{array}{c}1\i\1\end{array}right]$$
        and basis of R(A) is $$R(A)=left[begin{array}{cc}0&i\1+i&1\1-i&2\-i&1-iend{array}right]$$, am i doing right







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 21 at 23:48









        DORCT

        406




        406






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3008497%2frow-reduced-form-with-element-i%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

            Berounka

            Sphinx de Gizeh

            Different font size/position of beamer's navigation symbols template's content depending on regular/plain...