1 // i am trying to resolve the error but threre some issue 2 3 import math 4 print("Enter the coefficients of the form ax^3 + bx^2 + cx + d") 5 1st=[] 6 a=int (input("Enter coefficient: ")) 7 1st.append(a) 8 x-int(input("Enter the value of x:")) 9 sum1=0 10 J-3 11 for i in range(0,3): Y 12 13 break 14 sum1=sum1+1st [3] 15 print("The value of the polynomial is:", sum1) sum1=sum1+(1st[i]*math.pow(x,j))

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 7PP: (Numerical) Using the srand() and rand() C++ library functions, fill an array of 1000 floating-point...
icon
Related questions
icon
Concept explainers
Question
i need the answer quickly
1
// i am trying to resolve the error but threre some issue
2
3
import math
4 print("Enter the coefficients of the form ax^3 + bx^2 + cx + d")
5 1st=[]
6
a int(input("Enter coefficient: "))
7
1st.append(a)
8 x-int(input("Enter the value of x:"))
9 sum1=0
10 j=3
11 for i in range(0,3):
T
12
13
14 sum1=sum1+1st [3]
15 print("The value of the polynomial is:", sum1)
sum1=sum1+(1st[i]*math.pow(x,j))
break
Transcribed Image Text:1 // i am trying to resolve the error but threre some issue 2 3 import math 4 print("Enter the coefficients of the form ax^3 + bx^2 + cx + d") 5 1st=[] 6 a int(input("Enter coefficient: ")) 7 1st.append(a) 8 x-int(input("Enter the value of x:")) 9 sum1=0 10 j=3 11 for i in range(0,3): T 12 13 14 sum1=sum1+1st [3] 15 print("The value of the polynomial is:", sum1) sum1=sum1+(1st[i]*math.pow(x,j)) break
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Control Structure
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning