Computer Science, asked by harshraj1564, 6 months ago

Using Python Code write a program to

calculate the following algebraic

expression, by taking input of x from

user. 12x² – x³+ 7x + 6​

Answers

Answered by shivanggurjar74
1

Answer:

Given polynomial- 5x

7

−6x

5

+7x−6

Here,

(a) Coefficient of x

5

=−6

Coefficient of x

2

=0

(b) Degree of polynomial = highest degree of monomial with non-zero coefficient =7

(c) Constant term = Coefficient of x

0

=−6

(d) Number of terms =4

Explanation:

hope it helps you

Similar questions