Robert M. Corless Department of Applied Mathematics University of Western Ontario London, Canada
Copyright 2001 by Robert M. Corless All rights reserved
Useful one-word commands
Использование монокоманд
Solving equations
Решение уравнений
solve
Команда solve
> solve( sin(y) - x, y );
> about(_B1);
> about(_Z1);
> solve( y + ln(y) = z, y );
> about( _NN1 );
> solve( y=ln(exp(x)),y );
> _SolutionsMayBeLost;
С официального разрешения © 2002 Waterloo Maple, Inc