Overview
Comment: | Update documentation, mirror links, formatting. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
190e8ff164a55f651a67c84cf1c8af22 |
User & Date: | trnsz@pobox.com on 2021-03-03 07:00:18 |
Other Links: | manifest | tags |
Context
2021-03-03
| ||
07:02:33 | Update README.md: Correct typos, appease linter. check-in: ff343c4b0f user: trnsz@pobox.com tags: master, trunk | |
07:00:18 | Update documentation, mirror links, formatting. check-in: 190e8ff164 user: trnsz@pobox.com tags: master, trunk | |
2021-03-01
| ||
07:27:08 | Update README.md: Small update, markdownlint fixes check-in: bc03f92dc3 user: jeff@gridfinity.com tags: master, trunk | |
Changes
Added LICENSE version [a7ffc6f8bf].
Modified README.md from [32614e0211] to [63f7bfbe28].
1 2 3 4 5 6 7 8 9 10 | # REDUCE/Symbolic Scripts ## by Dieter (Olli) Egger ### Script Descriptions - Solving equations: `algebra.txt` - Analyzing functions: `analyze.red` - Decide on the function to be analyzed, for example `"f:=x**3 - 2*x**2;"` | > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # REDUCE/Symbolic Scripts ---- ## by Dieter (Olli) Egger ---- ### Script Descriptions - Solving equations: `algebra.txt` - Analyzing functions: `analyze.red` - Decide on the function to be analyzed, for example `"f:=x**3 - 2*x**2;"` |
︙ | ︙ | |||
56 57 58 59 60 61 62 | - Simple rules: `rules.red` - Definition of a function: `scalprod.red` - Speed of light: `speedoflight.txt` | > > > > > > > > > > > > > | | > | > | | < > | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | - Simple rules: `rules.red` - Definition of a function: `scalprod.red` - Speed of light: `speedoflight.txt` ---- ### Availability - [English Homepage](https://reduce-algebra.sourceforge.io/tutorials/EggerScripts.en.php) (*English*) - [German Homepage](https://reduce-algebra.sourceforge.io/tutorials/EggerScripts.php) (*German*) - [GitHub Mirror](https://github.com/reduce-algebra/olli-scripts) - [SourceHut Mirror](https://git.sr.ht/~trn/olli-scripts) - [NotABug Mirror](https://notabug.org/reduce-algebra/olli-scripts) - [Chisel Mirror](https://chiselapp.com/user/reduce-algebra/repository/olli-scripts/) ---- ### Author - [DL2MIE](https://dl2mie.darc.de/) - Dieter *(Olli)* Egger's Homepage ---- ### Other Links - [Symbolic for Android](https://play.google.com/store/apps/details?id=de.dieteregger.symbolic) - **REDUCE** for Android ---- |