aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/060-integral/experiments
diff options
context:
space:
mode:
authorPatrik Müller <36931350+p1mueller@users.noreply.github.com>2022-05-28 15:43:52 +0200
committerGitHub <noreply@github.com>2022-05-28 15:43:52 +0200
commitc0c7b6cd974c6acb3260ad9ad97c06aaf7327349 (patch)
treea88c738281fd1e8e282e278200c7fe0e22429820 /buch/chapters/060-integral/experiments
parentError correction & add gamma integrand plot (diff)
parentMerge pull request #16 from Runterer/master (diff)
downloadSeminarSpezielleFunktionen-c0c7b6cd974c6acb3260ad9ad97c06aaf7327349.tar.gz
SeminarSpezielleFunktionen-c0c7b6cd974c6acb3260ad9ad97c06aaf7327349.zip
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to 'buch/chapters/060-integral/experiments')
-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);