You need the program to find all the roots of a quartic


Can you please write a matlab code for finding all roots in a quartic equation using Newton's Method

You need the program to find all the roots of a quartic equation (i.e. x4 + ax3 + bx2 + cx - 1 = 0) without using built-in functions fzerorootseig, and eigs.

The program will be stress-tested against typical and pathological quartic equations, such as equations with a random C, equations with a very large C, and equations with double roots or nearly double roots.

Request for Solution File

Ask an Expert for Answer!!
MATLAB Programming: You need the program to find all the roots of a quartic
Reference No:- TGS02894630

Expected delivery within 24 Hours