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:")...
User Profile
Collapse
-
Question about For Next loop. Need help.
-
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...
No activity results to display
Show More