Origin for each line in README.md from check-in 5ce5316a33:

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

olli-scripts
English Homepage | German Homepage | DL2MIE | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]