Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can anyone help with this Matlab Problem please? Consider the quartic equation x 4 +ax 3 +bx 2 +cx1=0, (1) where a, b, and c

Can anyone help with this Matlab Problem please?

Consider the quartic equation

x4+ax3+bx2+cx1=0, (1)

where a, b, and c are real input coefficients. Develop a matlab program to find all roots of equation (1) using the methods discussed in class.Your program can not use the matlab built-in functions fzero, roots, eig, and eigs.

You should turn in a .m file quarticxxx.m which contains a matlab function of the form

 function [rts] = quarticxxx(C)

where xxx is your student id, C = (a, b, c) is the input vector of coefficients, and rts is the vector of roots;

Your program will be stress-tested against typical and pathological quartic equations:

1. (40 points) equations with random C; 2. (30 points) equations with very large C; or 3. (30 points) equations with double roots or nearly double roots; or

You will receive partial credit for each correct root (accurate to within a relative error of at most 105, as compared to the roots function in matlab) receive additional credit.

Your program will receive 0 points if the strings fzero, roots or eig (all lower case) show up anywhere in your .m file.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Real Analysis

Authors: Robert G. Bartle, Donald R. Sherbert

4th edition

471433314, 978-1118135853, 1118135857, 978-1118135860, 1118135865, 978-0471433316

More Books

Students also viewed these Mathematics questions

Question

1. Traditional and modern methods of preserving food Articles ?

Answered: 1 week ago

Question

What is sociology and its nature ?

Answered: 1 week ago

Question

What is liquidation ?

Answered: 1 week ago

Question

Explain the different types of Mergers.

Answered: 1 week ago