subject

Represent a polynomial using a list of its (real) coefficients, starting with the constant coefficient and going only as high as necessary. For example, 3x^2+5x+1 would be represented as the list [1.0 5.0 3.0] and x^3-2x as [0.0 -2.0 0.0 1.0]. Write a function poly of type real list * real -> real that takes a polynomial represented this way and returns the value of the polynomial at the given x. For example poly ([1.0 5.0 3.0],2.0) should evaluate to 23.0, because when x=2, 3x2+5x+1=23.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 12:40
Curriculum exam to process a resident's payment, you must click on onesite payments home page. from the a. reports b. my settings o c.transactions o d. rent tab
Answers: 1
question
Computers and Technology, 24.06.2019 00:20
Describe a data structures that supports the stack push and pop operations and a third operation findmin, which returns the smallest element in the data structure, all in o(1) worst-case time.
Answers: 2
question
Computers and Technology, 24.06.2019 01:00
How can the temperature of a room be raised by 5degreesf?
Answers: 1
question
Computers and Technology, 24.06.2019 16:00
"gps interaction and cognitive process" respond to the following: imagine that you have been asked to design a gps product that will have voice recognition and bluetooth capability. discuss and conceptualize a user interaction model. predict two (2) problems that may arise in gps products with voice recognition and bluetooth capability. recommend solutions for each of these issues. attention is one of the six cognition processes. when attention is applied to a design, the goal is to make it easier for the end user to quickly locate where he / she should type information on the computer or mobile device screen. compare and contrast how the google search engine and the microsoft bing search engine employ the attention cognition process. provide your opinion as to which search engine better employs the attention cognition process and explain why.
Answers: 3
You know the right answer?
Represent a polynomial using a list of its (real) coefficients, starting with the constant coefficie...
Questions
question
Mathematics, 02.09.2020 19:01
question
English, 02.09.2020 19:01
question
Geography, 02.09.2020 19:01
question
Mathematics, 02.09.2020 19:01
question
Computers and Technology, 02.09.2020 19:01
question
Mathematics, 02.09.2020 19:01
question
History, 02.09.2020 19:01