Post Reply 
testing the cas
09-26-2018, 01:57 PM (This post was last modified: 09-26-2018 02:12 PM by compsystems.)
Post: #4
RE: testing the cas
(09-25-2018 12:09 AM)Tim Wessman Wrote:  Almost as if the default settings are the ones that generally provide the best and most expected results.... hmmm...

a [default] button would be important to include in the CAS configuration view.
but more important to include the complete command of configuration of the CAS cas_setup(), the hp-prime as it is currently I can not program in CAS mode, I have already shown several examples

we need these two xcas commands
cas_setup([0,0,0,1,160,[1e-12,1e-15],12,[1,100,0,25],0,1,0,1]);
autosimplify()

for example I want to show different results, change the simplification flag, this is possible in xcas, but not in the hpprime, simply because the hpprime team have not incorporated the autosimplify() command. Any technical difficulty?, Bernrad Parisse reports that the inclusion or not of commands in the hp-prime, does not correspond

PHP Code:
autosimplify(0):; surd(16/27,3); => (16/27)^(1/3)
autosimplify(2):; surd(16/27,3);  => 2*2^(1/3)/3
autosimplify
(2):; surd(162*pi^6,4);
approx(3*pi*(2*pi^2)^(1/4)); approx(3*pi^(3/2)*surd(2,4));
autosimplify(0):; surd(162*pi^6,4);
autosimplify(1):; surd(162*pi^6,4);
autosimplify(2):; 1/sqrt(2);
autosimplify(0):; 1/sqrt(2);
autosimplify(2):; 1/(sqrt(2)+sqrt(3));
autosimplify(1):; 1/(sqrt(2)+sqrt(3));
autosimplify(2):; (sqrt(2)+sqrt(3))/(sqrt(5)-sqrt(7));
autosimplify(0):; (sqrt(2)+sqrt(3))/(sqrt(5)-sqrt(7));
autosimplify(0):; -1/* (sqrt(2) + sqrt(3)) * (sqrt(5) + sqrt(7)); 
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
testing the cas - compsystems - 09-24-2018, 02:24 PM
RE: testing the cas - roadrunner - 09-24-2018, 09:58 PM
RE: testing the cas - Tim Wessman - 09-25-2018, 12:09 AM
RE: testing the cas - compsystems - 09-26-2018 01:57 PM
RE: testing the cas - CyberAngel - 09-26-2018, 05:46 PM
RE: testing the cas - compsystems - 09-26-2018, 06:04 PM



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