Scilab 5.3.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
karmarkar
karmarkar algorithm
Calling Sequence
[x1]=karmarkar(a,b,c,x0)
Arguments
- a
matrix (n,p)
- b
n - vector
- c
p - vector
- x0
initial vector
- eps
threshold (default value : 1.d-5)
- gamma
descent step
0<gamma<1
, default value : 1/4- x1
solution
- crit
value of c'*x1
Description
Computes x
which minimizes
<< fsolve | Optimization and Simulation | leastsq >> |