cas_setup() cmd

Messages in english

Modérateur : xcasadmin

compsystems
Messages : 562
Inscription : sam. févr. 04, 2017 11:34 pm
Localisation : Colombia
Contact :

cas_setup() cmd

Message par compsystems » dim. sept. 23, 2018 2:01 am

Hello, BP, please can include as argument number 13, autosimplify mode, with the purpose of full controlling in a single instruction.

Please also check the following documentation.

Thanks

cas_setup(arguments) Is the command for initialized the cas,

arguments:
1: Approximate mode, // int 1/0, exact (dft) or approx mode.

2: Complex var, // int 1/0, variables are complex or real (dft).

3: Complex, // int 1/0, complex mode (dft 0).

4: Angle, // int 1/0, Randian (dft) or Degree angle mode.

5: Float format //
Standard: 160 (dft)
Scientific: 161
Engineer: 162

6: [Epsilon, probability]// [Real, Real],

6.1: Epsilon, Number with absolute value less than epsilon can be coerced to 0

6.2 maximal probability of a wrong answer for non-deterministic algorithms. Set to 0 for deterministic algorithms only.

7: Digitis, // int, Digits (12 dft)

8: [Threads/Eval/Prog/recurs] //[Int, Int, Int] //

8.1 Threads // Maximal number of threads in parallel

8.2 Recurs: Number of embedded function calls allowed (100 dft)

8.3 Prog: Number of embedded variable names replacement in program evaluation (1 or 0 for default eval level)

8.4 Eval: Number of embedded variable names replacement in interactive evaluation (25 dft)

9: increasing power flag // int 1/0, Show polynomials In increasin or decreasing order (0 dft)

10: Sqrt // int 1/0, Factor 2nd order poly using sqrt (1 dft)

11: All trig sol. // int 1/0, Solver: principal solution vs all solutions (0 dft)

12:

Répondre