update
This commit is contained in:
@@ -36,11 +36,11 @@ Check[
|
||||
];
|
||||
|
||||
(* Set Assumptions *)
|
||||
$Assumptions = aa > 0 && r > 0 && Pi > theta > 0 &&
|
||||
$Assumptions = aa > 0 && r > 0 && Pi >= theta >= 0 &&
|
||||
2 Pi >= phi >= 0 && t ~Element~ Reals &&
|
||||
x ~Element~ Reals && y ~Element~ Reals && z ~Element~ Reals;
|
||||
(* Global Simplify time limit *)
|
||||
tc = 60
|
||||
tc = 30
|
||||
|
||||
(* Help functions *)
|
||||
pSimplify[list_] :=
|
||||
|
||||
Reference in New Issue
Block a user