Skip navigation.

Putra Pratama's page

Assalamualaikum

Sum k^2

,

> Sum('k^2', 'k'=0..k);

No. 1
> Sum('((-1)^(k+1))*1/k', 'k'=1..12);

> sum('((-1)^(k+1))*1/k', 'k'=1..12);

No. 2
> expand(((3*x-y+5*z)^2)*((x+3*y-z)^2));

No. 3
> factor(2*x^6+3*x^5-63*x^4-55*x^3+657*x^2+216*x-2160);

No. 4
> solve(7*x^4-59*x^3+19*x^2+166*x-1008);

> fsolve(7*x^4-59*x^3+19*x^2+166*x-1008);

No. 5
> y:=x^3-x^2-100*x+310;

> plot(y, x=-15..15);

No. 7
> restart;
> with(plots):
implicitplot({y=x^3-x^2-100*x+310,y=663.5,x=-5.4},x=-6..-4,y=600..666);

> plot(x^3-x^2-100*x+310,x=5..7);

> implicitplot({y=x^3-x^2-100*x+310,x=6.11,y=-110.3},x=5..6.5,y=-90..-115);

No. 6
> fsolve(x^3-x^2-100*x+310);


Maple Practice 3Article Review Part 2

How to use Quote function:

  1. Select some text
  2. Click on the Quote link

Write a comment

Comment
(BBcode and HTML is turned off for anonymous user comments.)

If you can't read the words, press the small reload icon.


Smilies

December 2009
M T W T F S S
November 2009January 2010
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31