Negative power function
What is negative power function
The equivalent problem in function approximation
Setup parameters
kappa = 10;
targ = @(x) 1./x.^2;
% approximate f(x) by a polynomial of degree deg
deg = 150;
parity = 0;
opts.fscale = 1/(2*kappa^2);Polynomial approximation using convex-optimization-based method


Solving the phase factors for QLSP
Verifying the solution

Reference
Last updated