Post Reply 
Another CAS.part() oddity
01-06-2019, 09:35 PM (This post was last modified: 01-06-2019 10:20 PM by compsystems.)
Post: #2
RE: Another CAS.part() oddity
Xcas with GIAC kernel
[]==[] [enter] returns true , ok compare two objects and these are equal

HP-Prime with GIAC kernel, and CAS MODE
[]==[] [enter] returns 1 =( Synonym of true, Although I do not know why the history shows [] as [[]] it seems to be another BUG related to the visualization of objects in the history view

[up][up][copy] ([]) = [] [enter] [[]] ??
This is an BUG with the COPY function that I already reported a long time ago and do not a solution.

Sometimes copy well
[]==[] [enter] [up][up][copy] (([])==[]) [enter] true



part('RANDOM',2) [enter] "error the first argument must be a valid math expression"

part('RANDOM(a)') [enter] 2, another BUG founds, must return 1
part('RANDOM(a)',0) [enter] "of" Another BUG founds, must return "RANDOM"
part('RANDOM(a)',1) [enter] BUG, a ok

part('5!') [enter] 1 ok, one parts
part('5!',0) [enter] "factorial" ok (operator)
part('5!',1) [enter] 5 ok (operating)

part('abs(-a)') [enter] 1 ok, one parts
part('abs(-a)',0) [enter] "ABS"
part('abs(-a)',1) [enter] -a ok

part(-a) [enter] 1 ok, one parts, - it is an internal sign
part(-a,0) [enter] "-" ok
part(-a,1) [enter] a ok

test online part cmd
session Xcas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Another CAS.part() oddity - BruceH - 01-06-2019, 07:09 PM
RE: Another CAS.part() oddity - compsystems - 01-06-2019 09:35 PM
RE: Another CAS.part() oddity - BruceH - 01-08-2019, 01:45 AM
RE: Another CAS.part() oddity - parisse - 01-07-2019, 07:14 PM
RE: Another CAS.part() oddity - BruceH - 01-08-2019, 01:19 AM
RE: Another CAS.part() oddity - BruceH - 01-08-2019, 01:40 AM
RE: Another CAS.part() oddity - informach - 01-09-2019, 03:59 PM



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