|
Prev: Another approach to decide on existence of a real root for Univariate Polynomials with Integer Coefficients, and a possible Multivariate extension for 3-SAT
Next: Extended counter-example for extended M.Diaby Linear Model
From: Ajinkya on 4 Jun 2008 14:07 How do we solve recurrence relations of the form: T(c) = T( | c - 2^ceil(log_2(c)) | ) + O( 2^ceil(log_2c) ) What will be the approximate outcome of this equation if not exact ? -Ajinkya |