3.08.2011

Function : solve - Solve a System of Equations

    Function : solve - Solve a System of Equations
      Description :
        This generic function solves the equation a * x = b for x, where b can be either a vector or a matrix.
      Usage :
        solve( a, b, ... )
    See Also ...
  • OCTAVE :: eig ... Eigenvalues and Eigenvectors of a Matrix