User Profile

Collapse

Profile Sidebar

Collapse
t4zone58
t4zone58
Last Activity: Oct 15 '06, 01:45 AM
Joined: Oct 10 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • t4zone58
    started a topic Question about For Next loop. Need help.

    Question about For Next loop. Need help.

    Hi
    Basically I am print out a group of number with a certain increment. However I found out a wierd thing happened from the result
    The code I wrote:

    Dim number1, number2, counter, increment As Double

    Console.Write(" Enter number1:")
    number1 = Console.ReadLin e
    Console.Write(" Enter number2:")...
    See more | Go to post

  • t4zone58
    started a topic Need some tips about bisection method in VB

    Need some tips about bisection method in VB

    Hey guys!

    I am beginner at VB studying. I got confused with solve the functions by applying bisection method in VB. Basically I can understand the bisection method mathmatically. However i got stucked when i trying to write a code for it.

    My code writing is

    Dim xr, xl, xm as double

    do
    xl=0 (coz the domain is greater than 0)
    xm=(xl+xr)/2
    if (f(xl)) *( f(xm))>0 then...
    See more | Go to post
No activity results to display
Show More
Working...