Bisection
bisect.m File Reference

Go to the source code of this file.

Functions

 plot (x, y,[a, b],[0, 0]) title('sin(x) -x/2')
 

Variables

 a = -1
 
 b = 2
 
 x = linspace(a,b,1000)
 
 y = sin(x)-x/2
 

Function Documentation

◆ plot()

plot ( x  ,
y   
)

Variable Documentation

◆ a

a = -1

Definition at line 3 of file bisect.m.

◆ b

b = 2

Definition at line 4 of file bisect.m.

◆ x

x = linspace(a,b,1000)

Definition at line 5 of file bisect.m.

◆ y

y = sin(x)-x/2

Definition at line 6 of file bisect.m.