aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-05-21 07:21:47 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2022-05-21 07:21:47 +0200
commit5d1cd4306966a5433bcc8375d627989aade53a3c (patch)
tree2bc8e6410dbdc709eb049d3655120af26c4d855e /buch/chapters
parentfixes (diff)
downloadSeminarSpezielleFunktionen-5d1cd4306966a5433bcc8375d627989aade53a3c.tar.gz
SeminarSpezielleFunktionen-5d1cd4306966a5433bcc8375d627989aade53a3c.zip
add new script for risch part
Diffstat (limited to 'buch/chapters')
-rw-r--r--buch/chapters/060-integral/experiments/rxy.maxima9
1 files changed, 9 insertions, 0 deletions
diff --git a/buch/chapters/060-integral/experiments/rxy.maxima b/buch/chapters/060-integral/experiments/rxy.maxima
new file mode 100644
index 0000000..0d5a56d
--- /dev/null
+++ b/buch/chapters/060-integral/experiments/rxy.maxima
@@ -0,0 +1,9 @@
+y: sqrt(a*x^2+b*x+c);
+
+F: log(x + b/(2 * a) + y/sqrt(a))/sqrt(a);
+
+f: diff(F, x);
+
+ratsimp(f);
+
+ratsimp(y*f);