/* File name: vcheat-run5-case1-Dec12-2020-wh.mac. */ /* Command file to compute the determining equations of a heat equation with a variable coefficient. */ 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\\vcheat-run5-case1-Dec12-2020-wh.out"); */ /* I am given the full path where vcheat-run5-case1-Dec12-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\\vcheat-run5-case1-Dec12-2020-wh.dat")$ /* Again, the full path where vcheat-run5-case1-Dec12-2020-wh.dat is placed. */ symmetry(1,0,0); printeqn(lode); expand(g); expand(g1); expand(f1); expand(eta1); expand(eta2); expand(phi1); save ("c:\\Users\\whereman.NATH\\data\\maxima-5.44.0\\gungor\\vcheat-lode-run5-case1-Dec12-2020-wh.lsp", lode); /* Again, the full path where vcheat-lode-run5-case1-Dec12-2020-wh.lsp will be saved. */ /* closefile(); */ /* end of file vcheat-run5-case1-Dec12-2020-wh.mac. */