Cubic Equations

Cubic equations

graph TD; A[Cubic equations]; A --> B[Definition]; A --> C[Methods of solving]; B --> D[General form]; B --> E[Roots]; C --> F[Factoring]; C --> G[Cardano's method]; D --> H[ax^3+bx^2+cx+d=0]; E --> I[Real roots]; E --> J[Complex roots]; F --> K[Simple cubic]; F --> L[Depressed cubic]; G --> M[Reducible to a quadratic]; G --> N[Irrational roots];