Given a, b, u, v, a new C-program solves for U, t, w in the unoriented tangle equations
N(U + 0) = N(a/b) and N(U + t/w) = N(u/v)
Note that if t = -1, +1, then the program does not find all solutions. Namely, it misses solutions where U is not ambient isotopic to a sum of rational tangles.
Given a, b, u, v, another C-program solves for U, t, w in the oriented tangle equations
N(U + 0) = N(a/b) and N(U + t/w) = N(u/v)
Again note that if t = -1, +1, then the program does not find all solutions. Namely, it misses solutions where U is not ambient isotopic to a sum of rational tangles.
A java version of the above two programs is currently in development
Please report all bugs to darcy@utdallas.edu