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.

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 12PE
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
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
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
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT