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

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:

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

To view this example in the library, see (Engineering on Cloud )

 

Related content