VectorAlgebra Code
Status: Beta
Brought to you by:
danblasch
| File | Date | Author | Commit |
|---|---|---|---|
| sample-notebooks | 2012-04-26 |
|
[037997] version 0.2.2-rc1; |
| README | 2012-04-27 |
|
[055f2b] final version 0.2.2 released! |
| RelNotes.txt | 2012-04-26 |
|
[037997] version 0.2.2-rc1; |
| VectorAlgebra.m | 2015-04-02 |
|
[1de8d7] fixed contraction rule for two LeviCivita tenso... |
| gpl-license | 2012-04-26 |
|
[037997] version 0.2.2-rc1; |
######################################################
# VectorAlgebra
######################################################
System Requirements: Wolfram Mathematica 6 or higher
Introduction to VectorAlgebra:
*******************************
This package implements various functions for simple vector calculations in
d-dimensional spaces with constant metrics. (As of version 0.2.x, the default
is 4-dimensional Minkowski space-time - see release notes for details).
A short demonstration of the functions included in VectorAlgebra is given
in the sample-notebooks in the subdirectory of the same name.
-------------------------------------------------------------------------
(C) 2011-2012: Daniel Blaschke
University of Vienna, Faculty of Physics
(C) 2009-2010: Daniel Blaschke, Erwin Kronberger and Rene Sedmik
Vienna Univ. of Technology, Inst. f. theoret. Physics,
and University of Vienna, Faculty of Physics
http://www.vectoralgebra.sourceforge.net
-------------------------------------------------------------------------
Version 0.1 of this package was developed for computations in the publications
SIGMA 6 (2010) 037 (arXiv:0908.1743 [hep-th]),
Eur. Phys. J. C67 (2010) 575 (arXiv:0912.3642 [hep-th]),
J. Phys. A43 (2010) 425401 (arXiv:0912.2634 [hep-th]),
and was supported by the Austrian Science Fund (FWF) under contract
numbers P20507-N16 and P21610-N16.
Versions 0.2.x of this package were supported by the FWF under contract number
P21610-N16, and by the Austrian Academy of Sciences.
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
by the Free Software Foundation; either version 3 of the License,
or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License "gpl-license" for more details.
Mathematica is a registered trademark of Wolfram Research, Inc.
(see www.wolfram.com)
2012-04-27