P Versus NP Resolutions Abounding?

Subject:P Versus NP Resolutions Abounding?
Date:Wed, 9 Dec 2009 07:22:03 -0800 (PST)
== Musatov's lemma ==

Musatov's lemma is named after the one-to-one function:

Let a = 1
Let b = 2
Let e = 5
Let j = 10
Let s = 19
Let u = 21

Then:

j * a/b = e
e * s = 95
u * 95 = 1,995
s/abej * 1,995 = 361

One of Ramanujan's approximations of was (9^2 + (19^2/22))^1/4. 361 is
a prime square (19^2).

== Polynomial Time Algorithm ==

// --- src/htmlparse.c.bak 2007-09-16 00:20:18.000000000 +0900
// +++ src/htmlparse.c 2007-09-16 00:20:24.000000000 +0900
// @@ -853,8 +853,7 @@
//
// #ifndef NDEBUG
// int nMax = zText ? strlen(zText) : 0;
// - int *pnMax = zText ? &nMax : 0;
// -#define nMaxMayVary (zText ? *pnMax : \
// +#define nMaxMayVary (zText ? nMax : \
// (Tcl_GetStringFromObj(pTree->pDocument, &nMax) \
// ? nMax : 0))
// #endif



Other posts:
A configuration for Christmas
Implementation suggestions for creating a Hierarchical circuit database
1/N X 0.99 -N = minus 0.0 N -- AT (3)-- 1/3X0.99=0.33 - 1/3= -0.00333333
Closed form integration for dummies
permutable set products in groups
• P Versus NP Resolutions Abounding?
A question regarding Autocorrelation functions
SU(2) x SU(2) and SO(4)
Topological Rings
EINSTEIN AGAINST MAXWELL AND NEWTON
Find limiting value of k

generated at 21:55:22