SymPy Logo
1.10.dev
  • SymPy Tutorial
  • SymPy Guides
  • Explanation
  • Reference Documentation
    • Basics
    • Code Generation
    • Logic
    • Matrices
    • Number Theory
    • Physics
    • Utilities
    • Topics
      • Basics
      • Code Generation
      • Logic
      • Matrices
        • Matrices
        • Tensor
        • Vector
      • Number Theory
      • Physics
      • Utilities
      • Topics
  • Miscellaneous
SymPy
  • »
  • Reference Documentation »
  • Matrices »
  • Matrices
  • View page source

Matrices

A module that handles matrices.

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

Contents:

  • Matrices (linear algebra)
    • Creating Matrices
    • Basic Manipulation
    • Operations on entries
    • Linear algebra
    • MatrixDeterminant Class Reference
    • MatrixReductions Class Reference
    • MatrixSubspaces Class Reference
    • MatrixEigen Class Reference
    • MatrixCalculus Class Reference
    • MatrixBase Class Reference
    • Matrix Exceptions Reference
    • Matrix Functions Reference
    • Numpy Utility Functions Reference
  • Common Matrices
    • MatrixCommon Class Reference
  • Dense Matrices
    • Matrix Class Reference
    • ImmutableMatrix Class Reference
  • Sparse Matrices
    • SparseMatrix Class Reference
    • ImmutableSparseMatrix Class Reference
  • Sparse Tools
  • Immutable Matrices
    • ImmutableMatrix Class Reference
  • Matrix Expressions
    • Matrix Expressions Core Reference
    • Block Matrices
  • Matrix Normal Forms
Previous Next

© Copyright 2022 SymPy Development Team. Last updated on Jan 07, 2022.

Built with Sphinx using a theme provided by Read the Docs.