cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Converting MathCad to C or C++

JamesKeeney
1-Newbie

Converting MathCad to C or C++


I would like to convert my equations in a MathCad worksheet directly into a higher language (C or C++, or other) to run on a super computer.  Is there a software or second source software that can do this directly?

6 REPLIES 6
RichardJ
19-Tanzanite
(To:JamesKeeney)

Sorry, but there is no way to automatically do this.

In Mathcad Prime 3.1 SDK shows an example demonstrates how you can read SExpressions and translate them to use PTC Mathcad Prime as a C++ class generator.

dsochor
5-Regular Member
(To:VladimirN)

With the Mathcad Prime 3.1 SDK can I convert worksheets directly to C? It seems many of the commands between C and Mathcad are similar.

RichardJ
19-Tanzanite
(To:dsochor)

I haven't even looked at the Prime 3.1 SDK, but I am >99.99% certain that the answer to your question is "no".

c2348133
4-Participant
(To:JamesKeeney)

I used https://github.com/std8590/xmcd2cs to convert 90% of my Mathcad xmcd files to C#.

Top Tags