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

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

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