Origin for each line in Calculus.red from check-in f2c04ccdad:

f2c04ccdad 2021-03-03 trnsz@pobox.c: %%%%%%%%%%%%%%%%%%%%%
f2c04ccdad 2021-03-03 trnsz@pobox.c: %  CALCULUS
f2c04ccdad 2021-03-03 trnsz@pobox.c: %%%%%%%%%%%%%%%%%%%%%
f2c04ccdad 2021-03-03 trnsz@pobox.c: 
f2c04ccdad 2021-03-03 trnsz@pobox.c: % Specify blue for echoed input
f2c04ccdad 2021-03-03 trnsz@pobox.c: color("Blue");
f2c04ccdad 2021-03-03 trnsz@pobox.c: 
f2c04ccdad 2021-03-03 trnsz@pobox.c: % Turn on fancy output
f2c04ccdad 2021-03-03 trnsz@pobox.c: fancy_output;
f2c04ccdad 2021-03-03 trnsz@pobox.c: 
f2c04ccdad 2021-03-03 trnsz@pobox.c: % Turn input echo on
f2c04ccdad 2021-03-03 trnsz@pobox.c: on echo;
f2c04ccdad 2021-03-03 trnsz@pobox.c: 
f2c04ccdad 2021-03-03 trnsz@pobox.c: % Differentiation
f2c04ccdad 2021-03-03 trnsz@pobox.c: % df/dx
f2c04ccdad 2021-03-03 trnsz@pobox.c: df(x^x,x);
f2c04ccdad 2021-03-03 trnsz@pobox.c: 
f2c04ccdad 2021-03-03 trnsz@pobox.c: % Multivariate Differentiation
f2c04ccdad 2021-03-03 trnsz@pobox.c: % df/((dx)(dy^2)(dz))
f2c04ccdad 2021-03-03 trnsz@pobox.c: df(x*exp(i*y)*log(z), x, 1, y, 2, z, 1);
f2c04ccdad 2021-03-03 trnsz@pobox.c: 
f2c04ccdad 2021-03-03 trnsz@pobox.c: % Integration
f2c04ccdad 2021-03-03 trnsz@pobox.c: % indefinite integral with respect to x
f2c04ccdad 2021-03-03 trnsz@pobox.c: int(x^2 + x*sin(x), x);
f2c04ccdad 2021-03-03 trnsz@pobox.c: 
f2c04ccdad 2021-03-03 trnsz@pobox.c: % SI(x)
f2c04ccdad 2021-03-03 trnsz@pobox.c: int(sin(x)/x,x);
f2c04ccdad 2021-03-03 trnsz@pobox.c: 
f2c04ccdad 2021-03-03 trnsz@pobox.c: % Integral in interval [-oo, oo]
f2c04ccdad 2021-03-03 trnsz@pobox.c: int(exp(-x^2), x,-infinity,infinity);
f2c04ccdad 2021-03-03 trnsz@pobox.c: 
f2c04ccdad 2021-03-03 trnsz@pobox.c: % Integral with logarithms
f2c04ccdad 2021-03-03 trnsz@pobox.c: int(log(log(x)),x);
f2c04ccdad 2021-03-03 trnsz@pobox.c: 
f2c04ccdad 2021-03-03 trnsz@pobox.c: % Turn off echo
f2c04ccdad 2021-03-03 trnsz@pobox.c: off echo;

iCAS Bundled REDUCE Scripts
Homepage | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]