Qurak

Cubics

Disponible

Option for solving cubic equations using radical formulas

Cubics
Reduce[x ^ 3 + 2 x ^ 2 + 3 x + 4 == 0, x, Cubics -> True] → x == Root[4 + 3*#1 + 2*#1^2 + #1^3 & , 1, 0] || x == Root[4 + 3*#1 + 2*#1^2 + #1^3 & , 2, 0] || x == Root[4 + 3*#1 + 2*#1^2 + #1^3 & , 3, 0]

Temas

Relacionadas

Las 6300 funciones · Usar esto desde un cliente MCP