quar (a, b, c, d, e)

quar (a, b, c, d, e) → List of number

The provided function calculates and lists the x values of a fourth-degree equation, given in the form of ax^4 + bx^3 + cx^2 + dx + e = 0, where a, b, c, d, and e are provided within the function.

Example:

<br><O N="quarObject1" T="Project" Category="Functions" TransAlignRule="1"><br> <!-- created by ParamML Examples on 8/23/2023 --><br> <P N="x" V="quar(5,10,1,3,8)" /><br></O><br>

Last updated