Python problem Problem statement Calculate the dot product or dot product of two vectors. Link for more information on the scalar product. To calculate the dot product it is necessary that the two vectors have the same size, otherwise an error would occur.   Entry Two lines containing the vectors or list of numbers. Each line has the vector values separated by space. All numbers comply with -1000 <= n <= 1000 Departure Prints a real number rounded to 2 decimal places corresponding to the dot product of the two vectors. If the size of the vectors does not correspond, “Error” should be printed without quotes.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 3PP: (Numerical) Given a one-dimensional array of integer numbers, write and test a function that...
icon
Related questions
Question

Python problem

Problem statement
Calculate the dot product or dot product of two vectors. Link for more information on the scalar product. To calculate the dot product it is necessary that the two vectors have the same size, otherwise an error would occur.

 

Entry
Two lines containing the vectors or list of numbers. Each line has the vector values separated by space. All numbers comply with -1000 <= n <= 1000


Departure
Prints a real number rounded to 2 decimal places corresponding to the dot product of the two vectors. If the size of the vectors does not correspond, “Error” should be printed without quotes.


Examples

Input Example 1

3.0 3.2 1.2 3.0 1.0
1.2 3.5 3.1 4.9 1.0
Output Example 1

34.22

Input Example 2

1 2 3 4
1 2 3
Output Example 2

Error

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Array
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