Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi
i have problem, i don't have same result with lookup function on MC15 and Prime 4
On Prime
The matrix A is same matrix to MC15
The convert tool doesn't work
Solved! Go to Solution.
The tolerance system variable is set to 0.001.
Try (at the top of the sheet) typing, "TOL := 10^-8"
That (surprisingly) can sometimes make a difference
The tolerance system variable is set to 0.001.
Try (at the top of the sheet) typing, "TOL := 10^-8"
That (surprisingly) can sometimes make a difference
Great !
it's work with TOL modification
Thanks