Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep 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

Back
Top