Bisection algorith for Linear-fractional programming

In summary, a bisection algorithm for linear-fractional programming is a method that divides the feasible region in half and checks which half contains the optimal solution until the solution is found. It works by finding an initial feasible solution and repeatedly checking the midpoint of the region until the optimal solution is found. The advantages of this method include simplicity, efficiency, and convergence to the optimal solution without needing derivative information. However, it may not be suitable for large-scale or non-linear problems and may not be as efficient as other methods.
  • #1
elg
2
0

Homework Statement



[itex]min \frac{c^tx}{q^tx}[/itex]

[itex]Ax \leq b[/itex]

Homework Equations



Above problem is the example of Linear-fractional programming

This problem can be solved by bisection algorithm

Homework Equations



Do you have example of bisection algorithm for LF programming?

If you have one please share with me

The Attempt at a Solution



Relevant information can be found here
"www.ee.ucla.edu/ee236a/lectures/lp.pdf"[/URL]
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
This pdf contains information about linear fractional programming and also includes an example of the bisection algorithm for LF programming.
 

Related to Bisection algorith for Linear-fractional programming

1. What is a bisection algorithm for linear-fractional programming?

A bisection algorithm for linear-fractional programming is a method used to solve optimization problems where the objective function is a linear combination of variables and the constraints are in the form of linear-fractional inequalities. It involves repeatedly dividing the feasible region in half and checking which half contains the optimal solution until the solution is found.

2. How does the bisection algorithm work?

The bisection algorithm works by first finding an initial feasible solution to the problem. Then, it checks the midpoint of the feasible region and determines which half of the region contains the optimal solution. This process is repeated until the optimal solution is found within a desired level of accuracy.

3. What are the advantages of using the bisection algorithm for linear-fractional programming?

The bisection algorithm is a simple and efficient method for solving linear-fractional programming problems. It guarantees convergence to the optimal solution and does not require any derivatives of the objective function or constraints.

4. Are there any limitations to using the bisection algorithm for linear-fractional programming?

One limitation of the bisection algorithm is that it can be computationally expensive for large-scale problems. It also may not be suitable for problems with non-linear objective functions or constraints.

5. How does the bisection algorithm compare to other methods for solving linear-fractional programming problems?

The bisection algorithm is considered a basic and reliable method for solving linear-fractional programming problems. However, it may not be as efficient as other methods such as the simplex method or interior-point methods for larger problems. It also has the advantage of not requiring any derivative information.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
6
Views
3K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
Replies
17
Views
2K
Back
Top