Conversion: Algebraic - Polish - Reverse Polish - LISP ?
|
11-01-2024, 07:08 PM
Post: #4
|
|||
|
|||
RE: Conversion: Algebraic - Polish - Reverse Polish - LISP ?
It turned out to be easier than I expected.
Save the following program in →PN: Code: « OBJ→ Example 'x*(1+x*(1-x))*SIN(x)' →PN { * { * x { + 1 { * x { - 1 x } } } } { SIN x } } |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)