Name: Anonymous 2007-11-08 19:06
I could do with some prefix notation practice (I have not reached Satori).
To this end, I'd be terribly obliged if you could post some nested mathematical expressions with nested brackets and only simple (+ - * /) operators, so I can practice converting them.
I'd also be obliged if you could tell me if I'm right/advise me where I'm going wrong.
An example;
7(8 x 9(10 x 3(8 + 4)))
(* 7 (* 8 (* 9 (* 10 (* 3 (+ 8 4 ) ) ) ) ) )
Am I right? Wrong? Advice?
To this end, I'd be terribly obliged if you could post some nested mathematical expressions with nested brackets and only simple (+ - * /) operators, so I can practice converting them.
I'd also be obliged if you could tell me if I'm right/advise me where I'm going wrong.
An example;
7(8 x 9(10 x 3(8 + 4)))
(* 7 (* 8 (* 9 (* 10 (* 3 (+ 8 4 ) ) ) ) ) )
Am I right? Wrong? Advice?