[self.z_wl, self.tau] = ndmath.nDimNewton(_boatForces, x0, _boatForcesPrime, tolF, maxiter, xlims, hehcon=_L_K)/[10, 1]
Hello, I'm looking to find tau and L_K manually using for loop and tolerance factor and not using the "ndmath.nDimNewton", I understood for tau as its just an angle of moment closer to 0 or less than specified tolerance, how would you suggest me to implement z_wl in a similar manner.
[self.z_wl, self.tau] = ndmath.nDimNewton(_boatForces, x0, _boatForcesPrime, tolF, maxiter, xlims, hehcon=_L_K)/[10, 1]
Hello, I'm looking to find tau and L_K manually using for loop and tolerance factor and not using the "ndmath.nDimNewton", I understood for tau as its just an angle of moment closer to 0 or less than specified tolerance, how would you suggest me to implement z_wl in a similar manner.