Search:

Type: Posts; User: nuttaay

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    2,713

    Re: Loops & Series Question

    COMMAND PROMPT:

    Enter the value of x ... 0.001254
    The Oracle's answer is: "1.005030184256893"
    The sum of the series = 0.0


    From my textbook, it says the answer for the sum of the series...
  2. Replies
    5
    Views
    2,713

    Re: Loops & Series Question

    I want it to exit the loop when a term's absolute value is less than 0.0001. Thus I added a condition in the for loop:



    boolean check = true;

    out.print("Enter the value of x ......
  3. Replies
    5
    Views
    2,713

    Loops & Series Question

    Assigned Question:

    The infinite series:
    " 1 + 22 * x + 32 * x2 + 42 * x 3 + ....."

    Each term in the series is made up of a coefficient multiplying a power of x. The coefficients are the...
Results 1 to 3 of 3