>Many people do, though not me. I can do it, I just don't like it. Too many years of PEMDAS.
If you can function in both metric and imperial units, you should be
able to switch back and forth between algebraic and RPN(1) notation on
a calculator. If I can do it, anyone can. (How's that for arrogance?)
However, there are problems. I can switch methods on a calculator,
but can't do it when I'm trying to do math in my head or on paper.
When I do the math in my head, it's a visual representation of what I
would scribble on paper.
There are 3 systems of writing arithmetic expressions on paper:
<
https://www.tutorialspoint.com/prefix-and-postfix-expressions-in-data-structure>
Algebraic is infix, RPN is postfix, and Polish Notation (not reversed)
is prefix. Computers don't really like algebraic (infix) notation:
"...it is not a very efficient way to design an algorithm
or program to parse infix notations. Instead, these infix
notations are first converted into either postfix or prefix
notations and then computed."
We tend to use whatever we learn FIRST. Undoing good or bad habits is
difficult. For example, I'm normally right handed. When I was about
10 years old, I found a bow and some arrows and proceeded to teach
myself how to use them (by watching westerns on TV). The problem was
that I learned using a left handed bow. When I entered college, I
took an archery class. That's when I discovered that I was doing it
all wrong for the previous 9 years. Attempts to switch to right
handed failed and continue to fail to this day.
I repeated the above mistake when I salvaged a free bicycle at age 16.
It was in bad shape, so I first tore it apart and cleaned everything.
When I re-assembled it, I goofed and reversed the front and rear brake
levers. I rode it to skool like that for about 6 months. When I
discovered the error, and switched the brake levers to the correct
positions, it took me a week or two to adjust.
(1) I initially typed RPM instead of RPN. I just added RPN into my
spelling chequer. Hopefully, that will help until I deal with my
problem.