Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by babyburger

  1. babyburger

    Equation solver

    Sure can! With matlab of course. You have a matrix A, vector X and solution vector b. So you have A * X = b and you wanna know the vector X. So in matlab, you fill in the matrix with your coefficients, then type on the following line B = inv(A); This will inverse your matrix. Then compute...

Part and Inventory Search