I am able to solve equation x^3 + 3x^2 + 3x + 1 = 0 using Mathematica by using the command
Solve[x^3 + 3x^2 + 3x + 1 == 0, x]
But not able to solve ax^3 + bx^2 + cx + d = 0 for general variables a,b,c,d using Mathematica.
Can anyone suggest me how this or any general polynomial equation of any degree could be solved using Mathematica.