Post Reply 
[QUESTION] command names on History & CAS MODE VIEW
12-21-2016, 06:07 PM (This post was last modified: 12-24-2016 03:16 AM by compsystems.)
Post: #2
RE: [QUESTION] command names on History & CAS MODE
Another case with ALGEBRAIC input mode on

va:=[a,b] -> [a,b]

Lowercase command
abs(va) -> |va| -> [abs(a),abs(b)] // ok, Absolute value of each element

Uppercase command
ABS(va) -> |va| -> v(a^2+b^2) // ok, but it is displayed with the same symbol in the history this causes an output contradiction when copying screenshots into guides, texts etc.

Should be displayed in the history as ||va||

PS: Diff, & (') is not seen in (typeset math)

vd:=[f(x),g(x)];
ve:=[x(t),y(t)];
vd' -> diff(vd) -> [diff(f(x),x),diff(g(x),x)]
diff(ve,t) -> [diff(x(t),t),diff(y(t),t)]

All derivative representations must be displayed en Pretty-Print
[Image: prettyPrint_maple_image01.png]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [QUESTION] command names on History & CAS MODE - compsystems - 12-21-2016 06:07 PM



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