HP Forums
[request] rename algebraic mode to linear algebraic or plainText - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: [request] rename algebraic mode to linear algebraic or plainText (/thread-7014.html)



[request] rename algebraic mode to linear algebraic or plainText - compsystems - 10-11-2016 03:38 AM

sorry for my bad English

[SHIFT] [Home/Settings] Entry: TextBook/Algebraic -> TextBook/Linear Algebraic

MATHEMATICS STANDARD NOTATION is the notation of Mathematical expressions shown in textbooks of mathematical or scientific articles

In computer languages it is known as:
Textbook, 2-D Math Notation, Math Print Pretty, Math Print or only Pretty Print:
https://en.wikipedia.org/wiki/Prettyprint

Microsoft word 2016 (equation editor) calls Professional Notation

LINEAR MATHEMATICS NOTATION created for early computer languages that could not edit bidimensional mathematical expressions as ∛-8. for example (3 NTHROOT -8) is the linear infix notation of ∛-8 or written in notation functional prefix is NTHROOT(3, -8)

In computer languages it is known as:
Math Plain Text
1-D Math Notation
I suggest better LINEAR ALGEBRAIC, since only ALGEBRAIC denotes writing that we all learn from school, which is not linear

Another name
Linear Mathematical expressions
https://en.wikipedia.org/wiki/Expression_(mathematics)

2: I would also like to see the linear notation in history, this increases the output speed of response, since it is easier to print linear notation that two-dimensional (text book)


RE: [request] rename algebraic mode to linear algebraic - Joe Horn - 10-11-2016 11:56 AM

(10-11-2016 03:38 AM)compsystems Wrote:  2: I would also like to see the linear notation in history, this increases the output speed of response, since it is easier to print linear notation that two-dimensional (text book)

That option is available on page 2 of Home Settings, 3rd line. Just turn off "Textbook Display", and algebraic expressions in history will be displayed in linear style.


RE: [request] rename algebraic mode to linear algebraic - compsystems - 10-11-2016 12:28 PM

(10-11-2016 11:56 AM)Joe Horn Wrote:  That option is available on page 2 of Home Settings, 3rd line. Just turn off "Textbook Display", and algebraic expressions in history will be displayed in linear style.

OK Thanks, but I think this option should be next, to ENTRY MODE

Idea
[Image: mathTextBookNotation_image0.jpg]


anyone knows any link that mentions about linear notation for computer languages?

I only found links for mathematics standard notation for textbooks
http://www.abstractmath.org/MM/MMFuncNotation.htm
http://www.texnia.com/archive/ortomatem.pdf


RE: [request] rename algebraic mode to linear algebraic - retoa - 10-13-2016 07:41 AM

Normally (and historically) the pocket calculator input methods are defined as:

-CHN chain operation system: it does not recognize operation priority
-AOS algebraic operation system: it recognize operation priority
-RPN reverse polish notation
-textbook (pretty print)

So I don't think we have to invent something new and use names that are twice so long as the ones universally used.

imho textbook, algebraic and RPN are the good names for the entry method.


RE: [request] rename algebraic mode to linear algebraic - compsystems - 10-16-2016 03:41 PM

(10-13-2016 07:41 AM)retoa Wrote:  imho textbook, algebraic and RPN are the good names for the entry method.

ALGEBRAIC word it is valid but AMBIGOUS ,, you can refer to professional textbook notation or programming language notation for mathematical expressions.
Micro$oft-Word uses the LINEAR and PROFESSIONAL words, see next sceen capture

[Image: linearVersusStandardMathematicsAlgebraic...mage01.png]

the ALGEBRAIC word It was created for the first computer languages that could not edit 2D dimensional mathematical expressions, such as nthroot(3,-8) is linear notation of ∛-8, BUT NOW YOU CAN EDIT in PROFESSIONAL notation, hence the term ALGEBRAIC MUST EVOLVE

This is a mathematical expression in linear notation for hp-prime
-(x+y)*5!+abs(-4)+cos(pi)+sin(pi/3+pi)+(3 NTHROOT -8)+(4/3)+logb(1,10)*x^2+floor(pi)+ceiling(pi)
shown on the second screen, and on the first screen is the professional notation or textbook


there unicode characters that show operators or functions with the appearance of textbook as






RE: [request] rename algebraic mode to linear algebraic - retoa - 10-17-2016 03:52 PM

And I don't care what Micro$oft says!


RE: [request] rename algebraic mode to linear algebraic - compsystems - 10-18-2016 07:44 PM

"mathematica" Wolfram language calls PLAINTEXT INPUT/OUTPUT

[Image: linearVersusStandardMathematicsAlgebraic...mage02.png]

plaintext is a good replacement for the ambiguous an old "Algebraic" term


RE: [request] rename algebraic mode to linear algebraic or plainText - compsystems - 10-26-2016 12:49 PM

Matlab defines following names

plain-text format
Prettyprint
Live Script

Source: https://www.mathworks.com/help/symbolic/pretty.html


RE: [request] rename algebraic mode to linear algebraic or plainText - Han - 10-26-2016 06:55 PM

Different software will refer to the same concept using different terms. I find myself not understanding why any particular software should be considered to have a monopoly on what terms to use.