autosimplify() cmd & flag to visualize in form (^, or in √[real math book print])
|
09-18-2018, 06:50 PM
(This post was last modified: 09-18-2018 07:55 PM by compsystems.)
Post: #1
|
|||
|
|||
autosimplify() cmd & flag to visualize in form (^, or in √[real math book print])
Hello, the natural notation for the nsima root or root is the symbol √, we would like to see a flag to visualize in form (^[current], or in √)
Examples of the use of autosimplify(2/1/0), command not yet included in hp-prime =( xcas autosimplify(2); surd(16/27,3) [Enter] returns (16/27)^(1/3) // ³√(16/27) [real math book print] autosimplify(0); surd(16/27,3) [Enter] returns 2*2^(1/3)/3 // (2/3)*³√(2) autosimplify(2);surd(162*pi^6,4) [Enter] returns (162*pi^6)^(1/4) autosimplify(0);surd(162*pi^6,4) [Enter] returns 3*pi*(2*pi^2)^(1/4) autosimplify(1);surd(162*pi^6,4) [Enter] returns 3*(2*pi^6)^(1/4) autosimplify(2); 1/sqrt(2) [Enter] returns 1/(sqrt(2)) autosimplify(0); 1/sqrt(2) [Enter] returns (sqrt(2))/2 autosimplify(0); -1/2 * (sqrt(2) + sqrt(3)) * (sqrt(5) + sqrt(7)) [Enter] returns -(sqrt(2)+sqrt(3))*(sqrt(5)+sqrt(7))/2 autosimplify(2); -1/2 * (sqrt(2) + sqrt(3)) * (sqrt(5) + sqrt(7)) [Enter] returns (-sqrt(2)*sqrt(5)-sqrt(2)*sqrt(7)-sqrt(3)*sqrt(5)-sqrt(3)*sqrt(7))/2 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)