/* File name: Fokker-Planck-Kolmogorov-run3-xk-kneg2over3-rund-Dec19-2020-wh.mac. */ /* Command file to compute the determining equations of the Fokker-Planck-Kolmogorov equation with p(x) = x^k */ /* but where k = -2/3. */ batchload("c:\\Users\\whereman.NATH\\data\\maxima-5.44.0\\gungor\\symmgrp2020.max")$ /* I am given the full path explicitly where symmgrp2020.max is placed. */ /* writefile("c:\\Users\\whereman.NATH\\data\\maxima-5.44.0\\gungor\\Fokker-Planck-Kolmogorov-run3-xk-kneg2over3-rund-Dec19-2020-wh.out"); */ /* I am given the full path where Fokker-Planck-Kolmogorov-run3-xk-kneg2over3-rund-Dec19-2020-wh.out should be saved. */ /* writefile is commented out because it is not a standard text file but a lisp file */ batch("c:\\Users\\whereman.NATH\\data\\maxima-5.44.0\\gungor\\Fokker-Planck-Kolmogorov-run3-xk-kneg2over3-rund-Dec19-2020-wh.dat")$ /* Again, the full path where Fokker-Planck-Kolmogorov-run3-xk-kneg2over3-rund-Dec19-2020-wh.dat is placed. */ symmetry(1,0,0); printeqn(lode); expand(eta1); expand(eta2); expand(eta3); expand(phi1); save ("c:\\Users\\whereman.NATH\\data\\maxima-5.44.0\\gungor\\Fokker-Planck-Kolmogorov-lode-run3-xk-kneg2over3-rund-Dec19-2020-wh.lsp", lode); /* Again, the full path where Fokker-Planck-Kolmogorov-lode-run3-xk-kneg2over3-rund-Dec19-2020-wh.lsp will be saved. */ /* closefile(); */ /* end of file Fokker-Planck-Kolmogorov-run3-xk-kneg2over3-rund-Dec19-2020-wh.mac. */