Post Reply 
Public Beta Availiable - Win/Mac/Linux/Firmware/Android/iOS
09-18-2018, 02:07 PM (This post was last modified: 09-19-2018 12:54 AM by compsystems.)
Post: #4
RE: Public Beta Availiable - Win/Mac/Linux/Firmware/Android/iOS
Quote:5. Resolved issue with := before evaluation of CAS command, otherwise a:=1 copied from history in command line is printed a=1

1: division of polynomials in the form of coefficients are rewritten when are copied from history to entry line

example:
[ (poly1[1,2,3])/(poly1[3,4,5]), (symb2poly(x^2+2*x+3,x))/(symb2poly(3*x^2+4*x+5,x)) ] [enter]
[up] [copy] [enter]

[ poly1*([1,2,3]/poly1)[3,4,5], poly1*([1,2,3]/poly1)[3,4,5] ] [enter] ["Error: Invalid dimension","Error: Invalid dimension"]

2:
4_d + 3_min => 4.00208333333_d // ok
convert(4.00208333333_d,1_s) => 345780_s


10_mile/15_s => (2/3)_(mile*s^-1.0)
convert((2/3)_(mile*s^-1.0),1_m/1_s) [up] [copy] [enter] 1072.896_(m*s^-1.0) // ugly
=> 1072.896_m/1_s // Pretty print .

convert(50_mile/1_h,1_km/1_h)

3: A problem was introduced
set[1,1,2,3,3,3] [enter] {1,2,3} // previous versions set[1,2,3]
[up] [up] [copy] [enter]
{1,1,2,3,3,3} [enter] {1,1,2,3,3,3} // the type of data is lost SET[] => set[1,1,2,3,3,3]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Public Beta Availiable - Win/Mac/Linux/Firmware/Android/iOS - compsystems - 09-18-2018 02:07 PM



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