i'm doing something wrong. please help.
1. i assign values to variables "C2" & "fc"
2. i multiply the variables * 2 pi and assign the expression to another variable "test". expression value is correct. in this case is 0.022.
3. i try to divide 1/test and get 46.125. wrong answer
i tried parenthesis around expression = 46.125
i tried inverse test^-1 = 46.125
4. if i just type 1/.022 = 45.455. right answer.
is there a tolerance i need to set? CTOL and TOL don't fix it.
is there syntax i'm missing?
this is part of a much larger constraints i'm trying to solve. 2 equations 2 unknowns. when i use the expression i get no solution. when i type the value of the expression the solver gets pretty close to the correct solutions.