1
2
3
4
5
6
7
8
9
|
# REDUCE/Symbolic Scripts
## by Dieter 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
|
# 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;"`
|
64
65
66
67
68
69
70
71
|
- [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)
|
<
|
65
66
67
68
69
70
71
|
- [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)
|