Recent content by horefaen

  1. H

    Graduate Why is Ax in col(A) if (A^T)Ax=0

    Yes it is, I know see it, I missed it, thank for your answer.
  2. H

    Graduate Why is Ax in col(A) if (A^T)Ax=0

    Can someone explain why Ax is in col(A) if (A^T)Ax=0, A^T is the transpose. Note: Ax is also orthogonal to col(A),(so x=0) so don't let that confuse you.
  3. H

    Graduate Can this equation be solved with the method of undetermined coefficiants?

    e^x is not in the denominator but in the numerator
  4. H

    Graduate Can this equation be solved with the method of undetermined coefficiants?

    y''-2y'+y=6/(x^3)*e^x the sollution to the homogenous equation is e^x and x*e^x, so how do I solve for the particual sollutioin, how do I choose the undetermined coefficients? I have tried: (c + c1/x+c2/x^2+c3/x^4)*e^x and (cx^2+c1x+c2+c3/x), but none of them seems to give a good answer...
  5. H

    Undergrad Column Space and Pivot Columns in Reduced Matrices

    To find the column space of a matrix, you reduce the matrix and those columns that contains leading variables(pivot columns), refers to the columns in the original matrix who span the columnspace of the matrix. But does the pivotcolumns in the reduced matrix also span the column space of the...