MATLAB Programming/Advanced Topics/Numerical Manipulation

Category:Book:MATLAB Programming#Advanced%20Topics/Numerical%20Manipulation%20

Numerical Manipulation

Linear Algebra

It is the Matrix laboratory after all.

  • Operations
  • Transpose
  • Systems of linear equations
  • Row reduced echelon form
  • Inverse
  • Coffactor, minor
  • Jacobian

Differential Equations

Category:Book:MATLAB Programming