10.1.1.7.2. Root

This module implements root finding for second and third degree equation.

Patro.Common.Math.Root._cubic_root(a, b, c, d)[source]
Patro.Common.Math.Root.cubic_root(a, b, c, d)[source]
Patro.Common.Math.Root.cubic_root_normalised(a, b, c)[source]
Patro.Common.Math.Root.cubic_root_sympy(a, b, c, d)[source]
Patro.Common.Math.Root.fifth_root(*args)[source]
Patro.Common.Math.Root.fifth_root_normalised(a, b, c, d, e)[source]
Patro.Common.Math.Root.fifth_root_sympy(a, b, c, d, e, f)[source]
Patro.Common.Math.Root.fourth_root_normalised(a, b, c, d)[source]
Patro.Common.Math.Root.quadratic_root(a, b, c)[source]
Patro.Common.Math.Root.real_roots(expression, x)[source]
Patro.Common.Math.Root.x_symbol()[source]