This commit is contained in:
Yingjie Wang
2024-02-12 18:15:26 -05:00
parent 7e12b2b23c
commit 319b2bc299
80 changed files with 299205 additions and 39 deletions

View File

@@ -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_] :=