Post Reply 
New Version: 2016.08.29 r10637
09-08-2016, 12:55 PM
Post: #18
RE: New Version: 2016.08.29 r10637
(09-07-2016 11:23 AM)compsystems Wrote:  1: trivial errors, still not been solved =(

error with parser QUOTES fails on fractions, The operador '[]' are used for CAS entries, not be evaluated.

Case 1: using the operator '[]'

[SHIFT]+[()] + a/b [ENTER] -> ERROR ( 'a/b)'

or with help brackets

[SHIFT]+[()] + (a/b) [ENTER] -> ' (a/b) ' apparently okay on history view
but
[up][up][copy] [ENTER] -> ERROR ( 'a/b)'

Case 1: using the quote cmd

quote(a/b) [ENTER] -> '(a/b)' apparently okay
but
[up][up][copy] [ENTER] -> ERROR ( 'a/b)'

ENTRY FLAG: ALGEBRAIC ON, TEXT BOOK OFF
quote(a/b) [enter] '(a/b)' [up] [up] [COPY] [ENTER] '(a/b)' ok

also ONLY WORKS with capitals

QUOTE(a/b) [ENTER] -> '(a/b)' ok
[up][up][copy] [ENTER] -> '(a/b)' ok


Example 2:
ENTRY FLAG: ALGEBRAIC ON, , TEXT BOOK OFF

getOperator:=0; [enter]
part(quote(x^3/x^2),getOperator); returns "/" OK
goto history [^][^]
[copy] [enter] -> ERROR SINTAX =(
[Image: attachment.php?aid=3632]

THE SOLUTION, ON CAS MODE Pressing '' key encoded as QUOTE()

2: pretty mathematical print still unfinished=(

ENTRY: ALGEBRAIC OFF, TEXTBOOK ON
[a,b,c] [1] (get element #1)-> at([a,b,c],0) NO PRETTY MATHbook PRINT, In any math book I see this notation
the next screen shot is how you should show a true math print history view
[Image: attachment.php?aid=3705]


The Voyage 200, that brings back memories.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: New Version: 2016.08.29 r10637 - Maro - 09-06-2016, 09:15 PM
RE: New Version: 2016.08.29 r10637 - Eddie W. Shore - 09-08-2016 12:55 PM
RE: New Version: 2016.08.29 r10637 - JMB - 09-09-2016, 08:02 AM
RE: New Version: 2016.08.29 r10637 - akmon - 09-08-2016, 09:20 PM
RE: Computer ??? - BERNARD MICHAUD - 09-19-2016, 04:40 PM
RE: New Version: 2016.08.29 r10637 - johna - 10-13-2016, 10:55 AM
RE: New Version: 2016.08.29 r10637 - johna - 10-13-2016, 06:40 PM
RE: New Version: 2016.08.29 r10637 - DrD - 10-17-2016, 09:51 AM



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