Logo
  • Installation
  • Tutorial
  • Command-Line Usage
  • Reference
    • Config
    • Core
    • Combinatorics
    • Number Theory
    • Concrete Mathematics
    • Mathematical Functions
    • Integrals
    • Logic
    • Domains
    • Matrices
      • Matrices (linear algebra)
      • Dense Matrices
      • Sparse Matrices
      • Immutable Matrices
      • Matrix Expressions
    • Polynomials
    • Printing
    • Interactive
    • Sets
    • Simplify
    • Solvers
    • Tensors
    • Utilities
    • Parsing
    • Calculus
  • Internals
  • Development
  • About
  • Release Notes
  • Bibliography
Diofant
  • Reference
  • Matrices
  • View page source

Matrices

A module that handles matrices.

Includes functions for fast creating matrices like zero, one/eye, random matrix, etc.

class diofant.matrices.Matrix[source]

alias of MutableMatrix

Contents

  • Matrices (linear algebra)
    • Creating Matrices
    • Basic Manipulation
    • Operations on entries
    • Linear algebra
    • MatrixBase Class Reference
    • Matrix Exceptions Reference
    • Matrix Functions Reference
    • Numpy Utility Functions Reference
  • Dense Matrices
    • Matrix Class Reference
    • ImmutableMatrix Class Reference
  • Sparse Matrices
    • ImmutableSparseMatrix Class Reference
  • Immutable Matrices
    • ImmutableMatrix Class Reference
  • Matrix Expressions
    • Matrix Expressions Core Reference
    • Block Matrices
Previous Next

© Copyright 2006-2022 SymPy Development Team, 2013-2025 Sergey B Kirpichev.