New RPL: New Commands
|
12-29-2016, 03:16 AM
Post: #4
|
|||
|
|||
RE: New RPL: New Commands
(12-28-2016 06:06 PM)compsystems Wrote: 1: WAIT CMD detecting [ON] KEY without exit the code The On key does not stop a running program in newRPL. I found it too easy to accidentally cancel a long running calculation. To stop a program, you have to do On-A-C then choose Exit. Because of this, WAIT will certainly be able to detect the On key just like any other key (not yet implemented). (12-28-2016 06:06 PM)compsystems Wrote: 2: Operators point .+ .- ./ .* .^, which operate on each element of a vector or matrix, With the purpose of making operations outside the linear algebra If the operators are all defined element-by-element, then you are not operating on vectors or matrices, they are simply lists of numbers. In newRPL you can simply use list objects, and +, - / * ^ will work as you expect, element by element and recursively on a list of lists. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)