Skip to main content
14-Alexandrite
May 2, 2018
Solved

Lookup Mathcad 15 to prime

  • May 2, 2018
  • 1 reply
  • 1350 views

Hi

i have problem, i don't have same result with lookup function on MC15 and Prime 4

LookupMC15.JPG

 

 

On Prime

The matrix A is same matrix to MC15

LookupP4.JPG

 

The convert tool doesn't work Smiley Sad

 

Best answer by Fred_Kohlhepp

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

Capture.PNG

1 reply

23-Emerald I
May 2, 2018

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

Capture.PNG

XDN14-AlexandriteAuthor
14-Alexandrite
May 2, 2018

Great !

it's work with TOL modification

Thanks