HP Forums
MathCad Prime version 7 - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not remotely HP Calculators (/forum-9.html)
+--- Thread: MathCad Prime version 7 (/thread-17472.html)



MathCad Prime version 7 - compsystems - 09-14-2021 05:26 PM

Hi
There is only one calculator in which you can edit a program code in 2D notation (math book) and it is the TInspire/cas.

[Image: 2d_notation_01.png]

Mathematical applications that have this characteristic are:

MathCad Prime version 7 https://www.mathcad.com/en/whats-new

> mathcad-prime-7[Image: 2d_notation_00.png]

> Smath studio https://en.smath.com/view/SMathStudio/summary
SMATH STUDIO course (Spanish)





RE: MathCad Prime version 7 - John Keith - 09-14-2021 06:38 PM

I would call that "pretty-printing" rather than 2-D. No more "2-D" than Python or Haskell IMHO.


RE: MathCad Prime version 7 - Albert Chan - 09-17-2021 12:23 PM

I do not like "math print" style ... especially with coding.
This make text search/replace almost impossible.

Also, it is hard to spot subtle errors in code.
Many posts in the forum is wasted on these matters:

(07-27-2021 01:29 AM)Wes Loewer Wrote:  So instead of

∫x²dx +5 ie, ∫(x^2,x)+5
they enter

∫x²dx+5 ie, ∫(x^2,x+5)

The error is very subtle visually in Textbook mode. You'd only notice it if you knew to look for it.