• Mathematics
    VectorsMatricesVector SpaceAlgebraCalculusLogicAnalytic GeometryStatistics & ProbabilityGeometrySpecial Functions
    Physics
    MechanicsUnits & Constants
    Electronics
    Circuits
    Computer Science
    EncodingComputerLanguages
    Machine Learning
    ClusteringOptimizationRegressionKernels
    AI
    Neural Network
    Finance
    OptionsFixed IncomeMarket Analysis
    Help
    Contact usIndexSearchVersion historyFormula Syntax
    Practice Quiz
    LoginUser
  • Mathematics
    Matrices: Determinant
    • Vectors
      • Matrices
        • Multiplication
        • Determinant
        • Inverse
        • Left & Right Inverse
        • Row Echelon Form &
          Rank
        • Characteristic
          Polynomial
        • Eigenvalues &
          Eigenvectors
        • LU Decomposition
        • Singular Value Decomp.
        • QR Decomposition
      • Vector Space
        • Algebra
          • Calculus
            • Logic
              • Analytic Geometry
                • Statistics & Probability
                  • Geometry
                    • Special Functions
                      Find the determinant of a square matrix
                      Dimension of the matrix :
                      determinant =

                      Find the determinant of a square matrices whach are specified in the file to be uploaded.File format:
                      • File must be ASCII file.
                      • File can contain multiple matrices. Each matrix is preceded by a keyword MATRIX (case insensitive), optionally followed by the alphanumeric id. If id is ommited, sequential number is assigned as an id by default.
                      • Next line must contain a single integer specifying the dimension of the matrix.
                      • Next, Each matrix is represented by a sequence of its rows, each row in a separate line.
                      • Elements of the matrix in a single row are separated by a single comma (',') character. Comma can't be used inside the number's representation.
                      • Each element of a matrix must be a number in a decimal form, either as an integer or a floating point number. Exponent notation (e or E) can't be used.
                      • All whitespaces surrounding numbers are ignored, as are the empty lines.
                      Please select the file to upload:
                      Result: