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

Function functionOfExponentialQ

src/compute-engine/rubi/rubi-utils.ts:3369–3372  ·  view source on GitHub ↗

FunctionOfExponentialQ[u,x] — u is a function of F^v with an explicit * exponential present (not merely a hyperbolic).

(u: Expression, x: string)

Source from the content-addressed store, hash-verified

3367 const newOps = ops.map((o) => cosLeafShiftRec(ce, o, x));
3368 if (newOps.every((o, i) => o === ops[i])) return e;
3369 return ce.function(e.operator, newOps);
3370}
3371
3372/** Rubi DeactivateTrig standalone-cosine reflection as a full-tree LEAF rewrite:
3373 * when cosine (with a linear argument) is the SOLE x-dependent trig head, map
3374 * every `cos[e+f·x] → sin[e+π/2+f·x]` so the integrand routes to the sine
3375 * chapter (Rubi has no Cosine chapter). Generalizes `unifyInertTrig`'s

Callers 1

rubi-utils.tsFile · 0.85

Calls 1

foeTestFunction · 0.85

Tested by

no test coverage detected