Origin for each line in
README.md
from check-in 49ce0f1974:
49ce0f1974 2021-03-01 1: # REDUCE/Symbolic Scripts
49ce0f1974 2021-03-01 2:
49ce0f1974 2021-03-01 3: ## by Dieter (Olli) Egger
c1ddb4c814 2021-03-01 4:
c1ddb4c814 2021-03-01 5: ### Script Descriptions
c1ddb4c814 2021-03-01 6:
c1ddb4c814 2021-03-01 7: - Solving equations: `algebra.txt`
c1ddb4c814 2021-03-01 8:
c1ddb4c814 2021-03-01 9: - Analyzing functions: `analyze.red`
c1ddb4c814 2021-03-01 10: - Decide on the function to be analyzed, for example `"f:=x**3 - 2*x**2;"`
c1ddb4c814 2021-03-01 11:
c1ddb4c814 2021-03-01 12: - Properties: `boolean.txt`
c1ddb4c814 2021-03-01 13:
c1ddb4c814 2021-03-01 14: - Analysis: `calculus.txt`
c1ddb4c814 2021-03-01 15:
c1ddb4c814 2021-03-01 16: - Physical constants: establish definitions: constants.red; delete definitions: `clear_constants.red`
c1ddb4c814 2021-03-01 17:
c1ddb4c814 2021-03-01 18: - Sine, cosine, tangent: `example01.red`
c1ddb4c814 2021-03-01 19:
c1ddb4c814 2021-03-01 20: - Binomials, trigonometry, computational accuracy: `example02.red`
c1ddb4c814 2021-03-01 21:
c1ddb4c814 2021-03-01 22: - Simple function analysis: `example03.red`
c1ddb4c814 2021-03-01 23:
c1ddb4c814 2021-03-01 24: - Simple derivatives: `example04.red`
c1ddb4c814 2021-03-01 25:
c1ddb4c814 2021-03-01 26: - Binomials, rules: `example05.red`
c1ddb4c814 2021-03-01 27:
c1ddb4c814 2021-03-01 28: - Nested parentheses: `heron.txt`
c1ddb4c814 2021-03-01 29:
c1ddb4c814 2021-03-01 30: - Hypergeometry and MeijerG: `hypermeijerg.txt`
c1ddb4c814 2021-03-01 31: - Without LaTeX formatting OK.
c1ddb4c814 2021-03-01 32:
c1ddb4c814 2021-03-01 33: - Integration, limits: `integLimit.red`
c1ddb4c814 2021-03-01 34:
c1ddb4c814 2021-03-01 35: - Integration: `integral.txt`
c1ddb4c814 2021-03-01 36:
c1ddb4c814 2021-03-01 37: - Introduction: `introReduce.txt`
c1ddb4c814 2021-03-01 38:
c1ddb4c814 2021-03-01 39: - Linear algebra: `linalg.txt`
c1ddb4c814 2021-03-01 40:
c1ddb4c814 2021-03-01 41: - Matrix inversion: `mat.red`
c1ddb4c814 2021-03-01 42:
c1ddb4c814 2021-03-01 43: - Computation of space-time metrics
c1ddb4c814 2021-03-01 44: - Metric-tensor from the equation of the hypersurface of a hypersphere, 2-dim: `metric2calc.red`, 3-dim: `metric3calc.red`, 4-dim: `metric4calc.red`
c1ddb4c814 2021-03-01 45: - Riemann, Ricci, Einstein tensors and solution of the field equations, 2-dim: `metric2d.red`, 3-dim: `metric3d.red`, 4-dim: `metric4d.red`
c1ddb4c814 2021-03-01 46:
c1ddb4c814 2021-03-01 47: - Dynamic variable names: `mkid.txt`
c1ddb4c814 2021-03-01 48:
c1ddb4c814 2021-03-01 49: - Partial fractions: `partialFraction.txt`
c1ddb4c814 2021-03-01 50:
c1ddb4c814 2021-03-01 51: - Energy of a photon (requires `constants.red` and `clear_constants.red`): `photonenergy.txt`
c1ddb4c814 2021-03-01 52:
c1ddb4c814 2021-03-01 53: - Prefix operators: `prefix.txt`
c1ddb4c814 2021-03-01 54:
c1ddb4c814 2021-03-01 55: - Programming: `programming.txt`
c1ddb4c814 2021-03-01 56:
c1ddb4c814 2021-03-01 57: - Simple rules: `rules.red`
c1ddb4c814 2021-03-01 58:
c1ddb4c814 2021-03-01 59: - Definition of a function: `scalprod.red`
c1ddb4c814 2021-03-01 60:
c1ddb4c814 2021-03-01 61: - Speed of light: `speedoflight.txt`
c1ddb4c814 2021-03-01 62:
c1ddb4c814 2021-03-01 63: ### Homepage
c1ddb4c814 2021-03-01 64:
c1ddb4c814 2021-03-01 65: - [DL2MIE](https://dl2mie.darc.de/)
c1ddb4c814 2021-03-01 66:
c1ddb4c814 2021-03-01 67: ### Links
c1ddb4c814 2021-03-01 68:
c1ddb4c814 2021-03-01 69: - [Symbolic for Android](https://play.google.com/store/apps/details?id=de.dieteregger.symbolic)
c1ddb4c814 2021-03-01 70: - [German Script Homepage](https://reduce-algebra.sourceforge.io/tutorials/EggerScripts.php)
c1ddb4c814 2021-03-01 71: - [English Script Homepage](https://reduce-algebra.sourceforge.io/tutorials/EggerScripts.en.php)