Evaluate the following expressions:
> 123!;
> evalf(100!);
![]()
> evalf(Pi,20);
![]()
> simplify(a/b+c/d);
![[Maple Math]](18.gif)
> expand((a+b+c)^2);
![]()
> factor(x^12-1);
> factor(x^12-1,3^(1/2));
> factor(x^12-1,I);
> factor(x^12-1,{3^(1/2),I});
> ifactor(2^100+1);
> diff(x^4,x);
![]()
> diff(x^4,x$2);
![]()
> int(x^4,x);
![[Maple Math]](124.gif)
> int(x^4*cos(3*x)*exp(2*x),x);
> evalf(int(cos(x^2),x=0..1));
![]()
> series(cos(x),x=0,20);
> combine(cos(a)*cos(b));
![[Maple Math]](133.gif)
> expand(cos(a+b));
![]()
> combine(cos(a)*cos(b)*cos(c));
> solve(x^2-3*x-7);
![[Maple Math]](137.gif)
> solve({2*x+3=4,3*x-y=1});
![[Maple Math]](138.gif)
> solve({x+y+z=1,2*x+y-3=0},{x,y});
![]()
> simplify(1/(1+1/(1+x)));
![[Maple Math]](140.gif)
> sum(k^2,k = 1 .. 20);
![]()
> sum(k^2,k = 1 .. n);
![[Maple Math]](142.gif)
> implicitdiff(x^2*y+y^3*x-y,y,x);
![[Maple Math]](143.gif)
> series(x/cos(x^2+x),x = 0,10);
> evalf(exp(Pi*163^(1/2)),30);
![]()
Save your work as an HTML file by using either the command File-Export As-HTML or the command File-Save As HTML source.
Upload your HTML file to the Internet. Make sure that you are able to ftp and view the resulting file with Netscape.