Skip to main content
1-Visitor
May 23, 2014
Question

Problem in solving a Biarc Interpolation Algorithm

  • May 23, 2014
  • 1 reply
  • 1818 views

Hello All,

I am facing an issue in solving the Biarc Interpolation Algorithm in mathcad. Please find the attached mathcad sheet and help me solving the issue. I am not able to figure out that why it is not giving the expected result.

Thanks a lot in advance.

1 reply

25-Diamond I
May 23, 2014

You will have to explain why you think your sheet fails and what result you expected.

Your routine at least gives a result (assignments followed by inline evaluation sometimes fails in MC):

23.05.png

1-Visitor
May 26, 2014

Hello Werner,

Yes, the answer given by you is the answer which I am expecting but in my Mathcad it is not evaluating the answer and all the code is in color red. It is also giving error as "mpl_exception".

Can you please tell how did you get the answer?

Many thanks for the help.

25-Diamond I
May 26, 2014

Well, the current MC15 does not throw that error but it simply is showing nothing after the evaluation equal sign.

The mpl_exception was quite common when doing calculations with matrices if you combined assignment and inline evalution.

The solution is simple: delete the equal sign after the routine which calculates your matrices and do the evaluation afterwards.

I guesss (and hope) that the attached file wil work for your version, too.