aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/060-integral/experiments/rxy.maxima
diff options
context:
space:
mode:
authorRunterer <37069007+Runterer@users.noreply.github.com>2022-05-26 15:44:34 +0200
committerGitHub <noreply@github.com>2022-05-26 15:44:34 +0200
commit97f9df441a8cf9e86545a7db2e0c1e935937638f (patch)
tree43adb2438e1e316c34997b13bb2d0fa3044f8f1b /buch/chapters/060-integral/experiments/rxy.maxima
parentadded tikz -> kudos nic (diff)
parentMerge branch 'master' of github.com:AndreasFMueller/SeminarSpezielleFunktionen (diff)
downloadSeminarSpezielleFunktionen-97f9df441a8cf9e86545a7db2e0c1e935937638f.tar.gz
SeminarSpezielleFunktionen-97f9df441a8cf9e86545a7db2e0c1e935937638f.zip
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to 'buch/chapters/060-integral/experiments/rxy.maxima')
-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);