Assignment AIML1
Assignment AIML1
Unit: 1
Q1. What is a transcendental equation, explain with example.
Q2. What is meant by simple and multiple roots of an equation. Give examples of each.
Q3. Explain two types of complexities in algorithm. Write an algorithm for Bisection method.
Q4. Define the rate of convergence of an iterative method. Find the rate of convergence of
Newton-Raphson method.
Q5. Find the square root of 5 by fixed point iteration method.
Q6. Find the fourth root of 32 using Secant method up to four decimals.
Q7. Write major differences between secant method and Regula-Falsi method.
Q8. Using Bisection method find the positive root of x = e− x between 0 and 1 to a tolerance
of 0.05%.
Q9. Obtain graphically an approximate value of the lowest root of cos x.cosh x = −1 .
Q11. Using Newton-Raphson method find the root of x log10 x −1.2 = 0 correct to 10−5 .
Q12. By fixed point iteration method find the positive root of xe x = 1 with initial point x0 = 1 .