Vector Module¶

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
    • SymPy 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 sympy.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 sympy.vector (doctrings)
    • CoordSysCartesian
    • Vector
    • Dyadic
    • Del
  • Orienter classes (docstrings)
    • Orienter
    • AxisOrienter
    • BodyOrienter
    • SpaceOrienter
    • QuaternionOrienter
  • Essential Functions in sympy.vector (docstrings)
    • matrix_to_vector
    • express
    • curl
    • divergence
    • gradient
    • is_conservative
    • is_solenoidal
    • scalar_potential
    • scalar_potential_difference

References for Vector¶

[Dyadics]http://en.wikipedia.org/wiki/Dyadics
[DyadicProducts]http://en.wikipedia.org/wiki/Dyadic_product
[DelOperator]http://en.wikipedia.org/wiki/Del

Logo

Table Of Contents

  • Vector Module
    • Guide to Vector
    • Vector API
    • References for Vector

Related Topics

  • Documentation overview
    • SymPy Modules Reference
      • Previous: Differential Geometry Module
      • Next: Introduction

This Page

  • Show Source

Quick search

©2015 SymPy Development Team. | Powered by Sphinx 1.5.6 & Alabaster 0.7.12 | Page source