- #1
Wilmer
- 307
- 0
A = [1.25 * 10^(-9)] / [(27/2) * ((B + 2)*(C + 2))^(-2)]
B = FLOOR[1.29 * A^(-1/4)] - 2
C = FLOOR[A^(-1/4) * 4.476 * ((B + 2) / (11*B + 43))^(1/2)] - 2
3 equations, 3 unknowns. Solve for A,B,C.
I can only see numeric methods here.
Any insights? Thanks.
B = FLOOR[1.29 * A^(-1/4)] - 2
C = FLOOR[A^(-1/4) * 4.476 * ((B + 2) / (11*B + 43))^(1/2)] - 2
3 equations, 3 unknowns. Solve for A,B,C.
I can only see numeric methods here.
Any insights? Thanks.