Post Reply 
50g System RPL list processing
11-01-2014, 09:26 PM (This post was last modified: 11-01-2014 09:35 PM by Gilles.)
Post: #21
RE: 50g System RPL list processing
(11-01-2014 02:48 PM)Claudio L. Wrote:  
(10-31-2014 10:06 PM)Gilles Wrote:  Note that the 50G use sometimes a '?' value (something like unknown or undetermined algebraic... For examplle lim (x->+oo,SIN(X)) -> ?
Could be interesting in some cases. A kind of NIL for algebraic
(...) I think this is more generic, but still doesn't cover all cases, since it won't work for objects that are not accepted inside symbolics, like strings.
'?'+"HELLO" will give an error.

Hi Claudio :

? "Hello" + gives "'?'Hello"
'?' works both in numeric and exact mode. (Oh I see ! :It works only with FLAG 3 OFF )

And you can do


«
'?'
IF '?' SAME THEN "Undeterminded" END
»

(but == does'nt work)

['?' 1 2 3 ]
{'?' 1 2 4 }

are OK

{'?' 1 2 3 } ΣLIST gives '?'
which seems correct

[[1 2][3'?']] INV gives [[? ?][? ?]]
in exact and approx mode (with flag 3)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 50g System RPL list processing - ttw - 06-21-2014, 02:13 AM
RE: 50g System RPL list processing - Han - 10-28-2014, 05:06 PM
RE: 50g System RPL list processing - Han - 10-31-2014, 02:15 PM
RE: 50g System RPL list processing - Han - 11-01-2014, 08:34 PM
RE: 50g System RPL list processing - Han - 11-02-2014, 01:04 AM
RE: 50g System RPL list processing - Han - 11-01-2014, 08:31 PM
RE: 50g System RPL list processing - Gilles - 11-01-2014 09:26 PM
RE: 50g System RPL list processing - Han - 11-02-2014, 06:26 PM



User(s) browsing this thread: 1 Guest(s)