aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/060-integral
diff options
context:
space:
mode:
authorenezerdem <105669082+enezerdem@users.noreply.github.com>2022-05-22 15:35:23 +0200
committerGitHub <noreply@github.com>2022-05-22 15:35:23 +0200
commit9a4d65ec7e6c5e5041d2904128b6bd202f66594b (patch)
treef460bc3b8f45399004b4a07d8d3eac13006193c9 /buch/chapters/060-integral
parentKorrektur 21.05 (diff)
parentMerge pull request #14 from enezerdem/master (diff)
downloadSeminarSpezielleFunktionen-9a4d65ec7e6c5e5041d2904128b6bd202f66594b.tar.gz
SeminarSpezielleFunktionen-9a4d65ec7e6c5e5041d2904128b6bd202f66594b.zip
Merge pull request #4 from AndreasFMueller/master
update
Diffstat (limited to 'buch/chapters/060-integral')
-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);