Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Subject: Matlab: Newton's Method The polynomial p(z) = z4 + 52,3-92,2-852-136 has two real roots and two complex roots Find the two real roots using
Subject: Matlab: Newton's Method
The polynomial p(z) = z4 + 52,3-92,2-852-136 has two real roots and two complex roots Find the two real roots using Newton's method (use your code, and make initial guesses until you have both real roots). Factor out the quadratic term 2 2containing those two roots (yes, this involves division of polynomials) Then use the quadratic equation on the remainder to find the complex roots. What f we just entered a complex number as our initial guess in New- ton's method? Would that work? Try Po- 1 +z as an initial guess. What do you get? (Make sure your code doesn't se i as an integer elsewhere.) Record the root and the number of iterations Use MATLAB's built in roots command to find the rootsStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started