Recent content by osqen

  1. O

    MATLAB, eigenvalues and condition number of a symmetric square matrix

    2. Write a MATLAB® function to calculate the condition number of a symmetric square matrix of any size by means of Eigenvalues: § The power method should be used to calculate the Eigenvalues. § The script (function) should give an error message if the matrix is not...
  2. O

    Solving e^(0.001a) - (R^2)*(e^(-0.001a)): Help Needed!

    is it the eqn. as simple as it can be
  3. O

    MATLAB Solving 5 Unknowns with Gauss-Seidel in MATLAB

    Homework Statement 100 - 100C1 = 0 100(C1) + 5(C3) - 150(C2) - 30(C2) = 0 150(C2) + 5(C4) - 75(C3) - 37,5(C3) = 0 70(C3) + 10(C5) - 40(C4) - 20(C4) = 0 75(C4) - 80(C5) - 24(C5) = 05 unknowns and 5 equations my question is " how can i solve his problem using Gauss-Seidel method in MATLAB...
  4. O

    Solving e^(0.001a) - (R^2)*(e^(-0.001a)): Help Needed!

    i lost my ability :( thank you:)
  5. O

    Solving e^(0.001a) - (R^2)*(e^(-0.001a)): Help Needed!

    my question is x = e^(0,001*a)-((R^2)*(e^(-0,001*a))) and lnx = ?
  6. O

    Solving e^(0.001a) - (R^2)*(e^(-0.001a)): Help Needed!

    Homework Statement e^(0,001*a)-((R^2)*(e^(-0,001*a))) R and a is constant i can't take ln of this function, pls help
Back
Top