Skip to main content
10-Marble
April 20, 2025
Solved

Pasting MathCAD code from Chatgpt need to be manullay typed again

  • April 20, 2025
  • 1 reply
  • 1611 views

The MathCAD code generated by Chatgpt is pasting as text instead of Math input, and due to this issue it need to be manually typed in MathCAD.

 

Is there any solution exist for this issue.

 

 

Best answer by LucMeekes

No, there isn't.

Personally I doubt that any code by ChatGPT (or any other AI interface) will produce valid MathCad input.

Care to show what you've gotten from ChatGPT?

 

Success!
Luc

1 reply

LucMeekes23-Emerald IVAnswer
23-Emerald IV
April 20, 2025

No, there isn't.

Personally I doubt that any code by ChatGPT (or any other AI interface) will produce valid MathCad input.

Care to show what you've gotten from ChatGPT?

 

Success!
Luc

DJNewman
18-Opal
April 21, 2025

This isn't the first time I've seen someone claim that ChatGPT can produce Mathcad input (that isn't something for an Advanced Controls script), but I have no idea how such a thing can even be possible.

PTC Marketer Creo and Mathcad. I run their YouTube channels, some Creo campaigns, and all Mathcad campaigns and communications.
23-Emerald IV
April 21, 2025

Well, ChatGPT is being used  for programming. It apparently is quite helpful to create Python, C and basic code. I would not be surprised if it also does lisp. And Prime equations appear to be stored in a lisp-like language.  If ChatGPT would come up with this:

(@EQ (@DERIV t @PLACEHOLDER (@APPLY (@ID V (@SUB x)) (@ARGS t))) (+ (* D (^ (@ID V (@SUB x)) 2)) (* (* M (@APPLY (@ID V (@SUB y)) (@ARGS t))) (@ID S (@SUB y)))))

 

when pasted into an empty math placeholder it is shown by Prime as

LucMeekes_2-1745255723350.png

But then... one equation doesn't make a sheet.

 

Success!
Luc