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
63
64
65
66
67
68
69
70
71
|
- Simple rules: `rules.red`
- Definition of a function: `scalprod.red`
- Speed of light: `speedoflight.txt`
### Homepage
- [DL2MIE](https://dl2mie.darc.de/)
### Links
- [Symbolic for Android](https://play.google.com/store/apps/details?id=de.dieteregger.symbolic)
- [German Script Homepage](https://reduce-algebra.sourceforge.io/tutorials/EggerScripts.php)
- [English Script Homepage](https://reduce-algebra.sourceforge.io/tutorials/EggerScripts.en.php)
|
>
>
>
>
>
>
>
>
>
>
>
>
>
|
|
>
|
>
|
|
<
>
|
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
----
|