simplify/wronskian
simplify expressions involving wronskian identities
Calling Sequence
Parameters
Description
Examples
simplify(expr, wronskian)
expr
-
any expression
wronskian
literal name; wronskian
The simplify/wronskian function is used to simplify expressions that contain the subexpression f⁢g'−g⁢f', denoted wr⁡f,g, with f and g special functions. In particular, it recognizes the wronskians of
* Identical functions whose indices sum to zero, for example, wr⁡J⁡v,z,J⁡−v,z
* Two functions with the same indices, for example, wr⁡J⁡v,z,Y⁡v,z
* A function with arguments that sum to zero, for example, wr⁡D⁡v,z,D⁡v,−z
simplify⁡BesselJ⁡v+1,z⁢BesselJ⁡−v,z+BesselJ⁡v,z⁢BesselJ⁡−v−1,z,wronskian
−2⁢sin⁡v⁢ππ⁢z
simplify⁡BesselJ⁡v+1,z⁢BesselY⁡v,z−BesselJ⁡v,z⁢BesselY⁡v+1,z,wronskian
2π⁢z
See Also
combine
simplify
Download Help Document