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