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 

Использование монокоманд

 Floating-point evaluation 

Вычисления с плавающей точкой

> restart;
> evalf( Pi, 50 );

3.1415926535897932384626433832795028841971693993751...

> evalf( gamma, 50);

.57721566490153286060651209008240243104215933593992...

> evalf( exp(1), 50 );

2.7182818284590452353602874713526624977572470937000...

> evalf(Catalan, 50);

.91596559417721901505460351493238411077414937428167...

> evalf(1 + sqrt(2) + sin(Pi/6) + cos(Pi^5) + x/400);

2.632481588+.2500000000e-2*x

> evalf( erf(5), 30);

.999999999998462540205571965150

> Digits := 20;

Digits := 20

> evalf( BesselJ(0,10) );

-.24593576445134833520

> evalf( EllipticF(1/2,1/sqrt(2)) );

.53562273280540331970

> evalf( GAMMA(0.2) );

4.5908437119988030532

> evalf( Zeta(1/2+30*I) );

-.12064228759004369991-.58369121476370628876*I

С официального разрешения                    © 2002 Waterloo Maple, Inc

 
Hosted by uCoz