diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2023-01-06 17:26:53 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:38 +0700 |
commit | 5696278d68d5ae6be67581dd0a34a25b3154297a (patch) | |
tree | 363c0fb397e8be4952eab841fb8070e5dbf948bf /academic | |
parent | 061a3c03b515356cdfdb99ec8fa2c1c7f7a03766 (diff) |
academic/cadabra2: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/cadabra2/README | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/academic/cadabra2/README b/academic/cadabra2/README index 0533ffcdd3e8..e26c444234ac 100644 --- a/academic/cadabra2/README +++ b/academic/cadabra2/README @@ -1,11 +1,12 @@ Cadabra is a symbolic computer algebra system (CAS) designed specifically for the solution of problems encountered in field theory. It has extensive functionality for tensor computer algebra, tensor -polynomial simplification including multi-term symmetries, fermions and -anti-commuting variables, Clifford algebras and Fierz transformations, -component computations, implicit coordinate dependence, multiple index -types and many more. The input format is a subset of TeX. Both a -command-line and a graphical interface are available. +polynomial simplification including multi-term symmetries, fermions +and anti-commuting variables, Clifford algebras and Fierz +transformations, component computations, implicit coordinate +dependence, multiple index types and many more. The input format is a +subset of TeX. Both a command-line and a graphical interface are +available. * Designed for field-theory problems, with handling of anti-commuting and non-commuting objects without special notations for their @@ -21,13 +22,14 @@ command-line and a graphical interface are available. * Allows for both abstract and component computations. -* A standalone graphical notebook interface which can also be used as a - front-end for SymPy. +* A standalone graphical notebook interface which can also be used as + a front-end for SymPy. * Input and output using a subset of LaTeX notation. * Programmable using Python. -If this SlackBuild run on a system which has Mathematica (not on SBo) -installed, the support of Mathematica can be enabled by setting the -environment variable MMA=ON (default: MMA=OFF). +If this SlackBuild is running on a system which has WolframEngine +(available on SBo) or Mathematica (not on SBo) installed, its support +in Cadabra can be enabled by setting the environment variable MMA=ON +(default: MMA=OFF). |