Choosing the solutions of the system (TP)
Choosing the system solutions: Basic examples
Applications:
- c00a.c : sin(A) = 1, sin(B) = 1, sin(C) = 1
- c00b.c : 1/X = 1, 1/Y = .5, 1/Z = .333333
- c00c.c : X*Y = 15, X*Z = 20, Z**(1/2) = 2
- c00d.c : X**4 = 16, Y**3 = 27, Z**2 = 25