MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / negFormQ

Function negFormQ

src/compute-engine/rubi/rubi-utils.ts:1328–1330  ·  view source on GitHub ↗
(u: Expression)

Source from the content-addressed store, hash-verified

1326
1327/** Rt[u, n] = RtAux[TogetherSimplify[u], n] — Rubi's canonical n-th root.
1328 * RtAux DISTRIBUTES the root over products/quotients and pairs sign flips
1329 * with negative-form sum factors. This composition is branch-unsound in
1330 * general; it is exactly Mathematica's principal-branch rendering, which
1331 * Rubi's rules rely on so that paired complex factors cancel phases (the
1332 * elliptic branch-phase cluster: e^{iπ/4} errors came from taking the root
1333 * of the whole quotient instead of the split). */

Callers 4

negSumBaseQFunction · 0.85
allNegTermQFunction · 0.85
someNegTermQFunction · 0.85
rtAuxBodyFunction · 0.85

Calls 2

posQFunction · 0.85
zeroQFunction · 0.85

Tested by

no test coverage detected