>> a=[1;4;7]l; b=[2;-1;5]; >> c=dot (a,b) C = 33 >> d=cross (a, b) d = 27 6. -9 > x=a;y=Db'3; >> z=dot (x,y) Z= 33 >> w=cross (x, y) W = 27 -9

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 27PE
icon
Related questions
Question
i need the answer quickly
1. Dot multiplication
A= (a, a, a, .a)
B = (b, b, b, .b.)
A•B = a, *b,
2. Directional multiplication
i
Ax B=a, a,
a,
b, b,
a=[1;4;7]; b= [2;-1;5];
>> c=dot (a,b)
C =
33
>> d3cross (a,b)
d =
27
6.
-9
> x=a'y=b';
>> z=dot (x, y)
Z=
33
>> w=cross (x, y)
W =
27
-9
Transcribed Image Text:1. Dot multiplication A= (a, a, a, .a) B = (b, b, b, .b.) A•B = a, *b, 2. Directional multiplication i Ax B=a, a, a, b, b, a=[1;4;7]; b= [2;-1;5]; >> c=dot (a,b) C = 33 >> d3cross (a,b) d = 27 6. -9 > x=a'y=b'; >> z=dot (x, y) Z= 33 >> w=cross (x, y) W = 27 -9
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Function Arguments
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++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT