Navigation

  • index
  • modules |
  • next |
  • previous |
  • SymPy 1.3 documentation »
  • SymPy Modules Reference »
  • Vector Module

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
    • Transforming new system
    • Expression of quantities in different coordinate systems
  • Scalar and Vector Field Functionality
    • Implementation in sympy.vector
    • Field operators and related functions
    • Field operator in orthogonal curvilinear coordinate system
    • 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 (docstrings)
    • CoordSys3D
    • 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

Previous topic

Differential Geometry Module

Next topic

Introduction

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • SymPy 1.3 documentation »
  • SymPy Modules Reference »
  • Vector Module
© Copyright 2018 SymPy Development Team. Last updated on Jan 30, 2024. Created using Sphinx 3.5.4.