how to culculate gradient, divergence and curl
Project description
VectorAnalysis
This is a tutorial on how to use a PyPI application. You can culculate gradient, divergence and curl by using this application.
How to install VectorAnalysis
$ pip install VectorAnalysis
How to run VectorAnalysis
You need also "sympy" to run this application.
$ pip install sympy
example:
In [1]: from sympy.vector import CoordSys3D
In [2]: C = CoordSys3D('C')
In [3]: g = C.x * C.y * C.z
In [4]: gradient(g)
Out[4]: C.yC.zC.i + C.xC.zC.j + C.xC.yC.k
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vectoranalysis-0.0.3.tar.gz.
File metadata
- Download URL: vectoranalysis-0.0.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0905aa32b496d7ab3e63202cea2e51495769b2ef60ab9ec6f6d325db70600d5d
|
|
| MD5 |
722b81e1f85b419df5f1f38ec8f335e0
|
|
| BLAKE2b-256 |
bc0e29d5ffdaebcbde39ca09e1045dafbe47ed9caf0cb8dd4c28a69a50a8db7f
|
File details
Details for the file VectorAnalysis-0.0.3-py3-none-any.whl.
File metadata
- Download URL: VectorAnalysis-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acde35e2cf7df2ae2de623219004c543628293e1541c3340c234b09d08503308
|
|
| MD5 |
5230e182e90b1b528fc2f8edf053fab4
|
|
| BLAKE2b-256 |
561836bb073f40ba6e71e3ee05b50ae2b63f1e80dc82e85a4981b21fb8fde1ec
|