Artifact a1a82c2af52ab75f48d9277fc865c84106cd79124348fb3c73632cbf1223a7f6:
- File README.md — part of check-in [5ce5316a33] at 2021-03-01 07:23:02 on branch trunk — Scripts by Dieter (Olli) Egger (November 30th 2019) (user: jeff@gridfinity.com, size: 1936) [annotate] [blame] [check-ins using] [more...]
REDUCE/Symbolic Scripts
by Dieter Egger
Script Descriptions
Solving equations:
algebra.txtAnalyzing functions:
analyze.red- Decide on the function to be analyzed, for example
"f:=x**3 - 2*x**2;"
- Decide on the function to be analyzed, for example
Properties:
boolean.txtAnalysis:
calculus.txtPhysical constants: establish definitions: constants.red; delete definitions:
clear_constants.redSine, cosine, tangent:
example01.redBinomials, trigonometry, computational accuracy:
example02.redSimple function analysis:
example03.redSimple derivatives:
example04.redBinomials, rules:
example05.redNested parentheses:
heron.txtHypergeometry and MeijerG:
hypermeijerg.txt- Without LaTeX formatting OK.
Integration, limits:
integLimit.redIntegration:
integral.txtIntroduction:
introReduce.txtLinear algebra:
linalg.txtMatrix inversion:
mat.redComputation of space-time metrics
- Metric-tensor from the equation of the hypersurface of a hypersphere, 2-dim:
metric2calc.red, 3-dim:metric3calc.red, 4-dim:metric4calc.red - Riemann, Ricci, Einstein tensors and solution of the field equations, 2-dim:
metric2d.red, 3-dim:metric3d.red, 4-dim:metric4d.red
- Metric-tensor from the equation of the hypersurface of a hypersphere, 2-dim:
Dynamic variable names:
mkid.txtPartial fractions:
partialFraction.txtEnergy of a photon (requires
constants.redandclear_constants.red):photonenergy.txtPrefix operators:
prefix.txtProgramming:
programming.txtSimple rules:
rules.redDefinition of a function:
scalprod.redSpeed of light:
speedoflight.txt