Research Article
[Retracted] Theoretical Correction of Viscosity Coefficient Measurement by Falling Ball Method
Algorithm 1
Viscosity Coefficient Solver.
| | clc, clear; | | | C = input (“C = ”); | | | m = input (“m = ”); | | | syms eta; | | | syms ; | | | = m/(C-f(eta, )); | | | W = int (u, ); | | | V = finverse (, ); | | | x = int (V, ); | | | = input (“t_0 = ”); | | | h = input (“h = ”); | | | fsolve (“x-h”) |
|