Lines of README.md from check-in bc03f92dc3 that are changed by the sequence of edits moving toward check-in 190e8ff164:

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

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