olli-scripts: Dieter (Olli) Egger's scripts, used as demonstrations for REDUCE/Symbolic, mirrored from https://reduce-algebra.sourceforge.io/tutorials/EggerScripts.en.php https://reduce-algebra.sourceforge.io/tutorials/EggerScripts.en.php
DeepSource Bot 55001633b6 Add .deepsource.toml | 3 lat temu | |
---|---|---|
.github | 3 lat temu | |
doc | 3 lat temu | |
src | 3 lat temu | |
.deepsource.toml | 3 lat temu | |
.gitattributes | 3 lat temu | |
.gitignore | 3 lat temu | |
LICENSE | 3 lat temu | |
README.md | 3 lat temu | |
SECURITY.md | 3 lat temu |
Solving equations: algebra.txt
Analyzing functions: analyze.red
"f:=x**3 - 2*x**2;"
Properties: boolean.txt
Analysis: calculus.txt
Physical constants: establish definitions: constants.red; delete definitions: clear_constants.red
Sine, cosine, tangent: example01.red
Binomials, trigonometry, computational accuracy: example02.red
Simple function analysis: example03.red
Simple derivatives: example04.red
Binomials, rules: example05.red
Nested parentheses: heron.txt
Hypergeometry and MeijerG: hypermeijerg.txt
Integration, limits: integLimit.red
Integration: integral.txt
Introduction: introReduce.txt
Linear algebra: linalg.txt
Matrix inversion: mat.red
Computation of space-time metrics
metric2calc.red
, 3-dim: metric3calc.red
, 4-dim: metric4calc.red
metric2d.red
, 3-dim: metric3d.red
, 4-dim: metric4d.red
Dynamic variable names: mkid.txt
Partial fractions: partialFraction.txt
Energy of a photon (requires constants.red
and clear_constants.red
): photonenergy.txt
Prefix operators: prefix.txt
Programming: programming.txt
Simple rules: rules.red
Definition of a function: scalprod.red
Speed of light: speedoflight.txt