"Gradient descent".
the goal is to solve the equation
-
$N$ size matrix and size vector -
$A$ matrix -
$b$ vector -
$X$ coordinate vector -
$U$ a solve vector
subject to :
-
$N$ is a interger such that$N > 1$ -
$A$ symmetric matrix defined semi positive -
$b$ $\in \mathbb{R}^N$ $0 < X < 1$ -
$U$ such as$f(U) = 0$
change string and program.py
. string ="2D" or string = "3D".
if __name__ == '__main__'
the use of program progmanopt requires :
if the packages are not installed. you can install them the command :
pip install -r requirements.txt
if the command did not work, you can install the packages one by one with the command
pip install [package]
- Loik johan ACAKPO-ADDRA alias @loik77360