Given two n x 1 vectors with arbitrary real entries: a = Which of the following computes in MATLAB? a1 a2 an |a₁b₁| + |a₂b₂|+...+anbn| b= bi b₂ bn

Linear Algebra: A Modern Introduction
4th Edition
ISBN:9781285463247
Author:David Poole
Publisher:David Poole
Chapter1: Vectors
Section1.1: The Geometry And Algebra Of Vectors
Problem 12EQ
icon
Related questions
Question
Given two n x 1 vectors with arbitrary real entries: a =
Which of the following computes
in MATLAB?
-0-0
norm (a*b, 1)
norm(a. *b, 1)
abs (sum(a. *b))
|a₁b₁| + a₂b₂+...+anbn|
Transcribed Image Text:Given two n x 1 vectors with arbitrary real entries: a = Which of the following computes in MATLAB? -0-0 norm (a*b, 1) norm(a. *b, 1) abs (sum(a. *b)) |a₁b₁| + a₂b₂+...+anbn|
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer