Diofant
v0.10.0
  • Installation
  • Tutorial
  • Reference
    • Core
    • Combinatorics
    • Number Theory
    • Concrete Mathematics
    • Mathematical Functions
    • Geometry
    • Integrals
    • Logic
    • Domains
    • Matrices
    • Polynomials
    • Printing
    • Interactive
    • Plotting
    • Series
    • Sets
    • Simplify
    • Stats
    • Solvers
    • Tensors
    • Utilities
    • Parsing
    • Calculus
    • Differential Geometry
    • Vectors
      • Guide to Vector
        • Introduction
        • Basic Implementation details
        • More about Coordinate Systems
        • Scalar and Vector Field Functionality
        • General examples of usage
      • Vector API
        • Essential Classes in diofant.vector (doctrings)
        • Orienter classes (docstrings)
        • Essential Functions in diofant.vector (docstrings)
  • Internals
  • Development
  • About
  • Release Notes
  • Bibliography
Diofant
  • Docs »
  • Reference »
  • Vectors
  • Edit on GitHub

Vectors¶

The vector module provides tools for basic vector math and differential calculus with respect to 3D Cartesian coordinate systems. This documentation provides an overview of all the features offered, and relevant API.

Guide to Vector¶

  • Introduction
    • Vectors and Scalars
    • Coordinate Systems
    • Fields
  • Basic Implementation details
    • Coordinate Systems and Vectors
    • Diofant operations on Vectors
    • Points
    • Dyadics
  • More about Coordinate Systems
    • Locating new systems
    • Orienting new systems
    • Orienting AND Locating new systems
    • Expression of quantities in different coordinate systems
  • Scalar and Vector Field Functionality
    • Implementation in diofant.vector
    • Field operators and related functions
    • Conservative and Solenoidal fields
    • Scalar potential functions
  • General examples of usage
    • Quadrilateral problem
    • Third product rule for Del operator

Vector API¶

  • Essential Classes in diofant.vector (doctrings)
    • CoordSysCartesian
    • Vector
    • Dyadic
    • Del
  • Orienter classes (docstrings)
    • Orienter
    • AxisOrienter
    • BodyOrienter
    • SpaceOrienter
    • QuaternionOrienter
  • Essential Functions in diofant.vector (docstrings)
    • matrix_to_vector
    • express
    • curl
    • divergence
    • gradient
    • is_conservative
    • is_solenoidal
    • scalar_potential
    • scalar_potential_difference
Next Previous

© Copyright 2006-2018 SymPy Development Team, 2013-2019 Sergey B Kirpichev Revision 6cb1240d.

Read the Docs v: v0.10.0
Versions
latest
v0.10.0
v0.9.0
v0.8.0
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.