File: disol.dem

package info (click to toggle)
maxima 5.42.1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 150,192 kB
  • sloc: lisp: 382,565; fortran: 14,666; perl: 14,365; tcl: 11,123; sh: 4,622; makefile: 2,688; ansic: 444; xml: 23; awk: 17; sed: 17
file content (9 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
load("disol")$

/* ISOLATE is difficult to use when there is more than
        one variable of interest.  For example, suppose one wished
        to isolate the following expression with respect to A, B, E: */
exp1:a*(b*(c+d)+e*(f+g));
/*  DISOLATE can be used in such situations: */
/* LOAD(DISOL)$ */
disolate(exp1,a,b,e);