100% tevredenheidsgarantie Direct beschikbaar na je betaling Lees online óf als PDF Geen vaste maandelijkse kosten 4.2 TrustPilot
logo-home
Samenvatting

Summary Unlock the Secrets to Success with [A Second Course in Statistics, Regression Analysis,Mendenhall,7e] Solutions Manual: Your Key to Academic Excellence

Beoordeling
-
Verkocht
1
Pagina's
474
Geüpload op
06-07-2023
Geschreven in
2022/2023

Take Control of Your Academic Journey with [A Second Course in Statistics, Regression Analysis,Mendenhall,7e] Solutions Manual Don't let challenging exercises hold you back from achieving your goals. Our Solutions Manual for [A Second Course in Statistics, Regression Analysis,Mendenhall,7e] provides a roadmap to success. By following the step-by-step solutions, you'll not only master the material but also develop problem-solving skills that will benefit you throughout your academic and professional life. Empower yourself with the tools to conquer any obstacle.

Meer zien Lees minder
Instelling
Vak











Oeps! We kunnen je document nu niet laden. Probeer het nog eens of neem contact op met support.

Gekoppeld boek

Geschreven voor

Instelling
Vak

Documentinformatie

Heel boek samengevat?
Ja
Geüpload op
6 juli 2023
Aantal pagina's
474
Geschreven in
2022/2023
Type
Samenvatting

Onderwerpen

Voorbeeld van de inhoud

Appendix B B-1

Appendix

The Mechanics of a Multiple
Regression Analysis B
B.1 a. Since A is a 2× 2 matrix and B is a 2× 2 matrix, the product AB will be a 2 × 2 matrix, which
we will call S:

AB = S

⎡ 3 0⎤ ⎡ 2 1⎤ ⎡ s11 s12⎤
⎢ ⎥⎢ ⎥=⎢ ⎥
⎢−1 4⎥ ⎢ 0 −1⎥ ⎢ s 21 s 22⎥
⎣ ⎦⎣ ⎦ ⎣ ⎦

To determine the elements of S, the following calculations are required:

s11 = (3)( 2) + (0)(0) = 6
s12 = (3)(1) + (0) (−1) = 3
s21 = (−1) ( 2) + ( 4)(0) = −2


⎡ 6 3⎤
Hence, AB = ⎢ ⎥
⎢−2 −5⎥
⎣ ⎦

⎡ 3 0⎤ ⎡ 1 0 3⎤ ⎡ s11 s12 s13⎤
b. AC = ⎢ ⎥⎢ ⎥=⎢ ⎥
⎢−1 4⎥ ⎢−2 1 2⎥ ⎢ s 21 s 22 s 23⎥
⎣ ⎦⎣ ⎦ ⎣ ⎦

where s11 = (3)(1) + (0) (−2) = 3
s12 = (3)(0) + (0)(1) = 0
s13 = (3)(3) + (0)( 2) = 9
s21 = (−1) (1) + (4) (−2) = −9
s22 = (−1) (0) + ( 4)(1) = 4
s23 = (−1) (3) + ( 4)( 2) = 5

⎡ 3 0 9⎤
Hence, AC = ⎢ ⎥
⎢−9 4 5⎥
⎣ ⎦




Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall.

,B-2 The Mechanics of a Multiple Regression Analysis


⎡2 1⎤ ⎡ 3 0⎤ ⎡ s11 s12⎤
c. BA = ⎢ ⎥⎢ ⎥= ⎢ ⎥
⎢ 0 −1⎥ ⎢−1 4⎥ ⎢ s 21 s 22⎥
⎣ ⎦⎣ ⎦ ⎣ ⎦

s11 = ( 2)(3) + (1) (−1) = 5
s12 = ( 2)(0) + (1)( 4) = 4
s21 = (0)(3) + (−1)(−1) = 1
s22 = (0)(0) + (−1) ( 4) = −4
⎡5 4⎤
Hence, BA = ⎢ ⎥
⎢ 1 −4 ⎥
⎣ ⎦

⎡ 3 1 3⎤ ⎡ 3⎤ ⎡ 3(3) + 1(0) + 3(2) ⎤ ⎡15⎤
⎢ ⎥⎢ ⎥ ⎢ ⎥ ⎢ ⎥
B.2 a. AC = ⎢⎢ 2 0 4⎥⎥ ⎢⎢ 0⎥⎥ = ⎢⎢ 2(3) + 0(0) + 4(2) ⎥⎥ = ⎢⎢14⎥⎥
⎢−4 1 2⎥ ⎢ 2⎥ ⎢−4(3) + 1(0) + 2(2)⎥ ⎢ 8 ⎥
⎣ ⎦⎣ ⎦ ⎣ ⎦ ⎣ ⎦

⎡ 3⎤
⎢ ⎥
b. BC = [1 0 2] ⎢⎢ 0⎥⎥ = [1(3) + 0(0) + 2(2)] = [7 ]
⎢ 2⎥
⎣ ⎦

c. Since A is a 3×3 matrix and B is a 1× 3 , it is not possible to find AB.

B.3 a. If matrix A has dimensions r × d and matrix B has dimensions d × c, then the product matrix
AB has dimensions r × c. In this exercise, r = 3, d = 2, and c = 4 :

A B
3× 2 2× 4


Thus, AB is a 3× 4 matrix.

b. In order to multiply two matrices, the two inner dimension numbers must be equal:

B A
2× 4 3× 2


In this exercise, the number of columns of B (4) does not equal the number of rows of A (3);
thus, the product BA does not exist.

B.4 a. BC is a 1×1 matrix (1× 3)(3×1) ⇒ 1 ⇒ 1

b. CB is a 3× 3 matrix (3×1)(1×3) ⇒ 3× 3

⎡ 3⎤ ⎡ 3(1) 3(0) 3(2) ⎤ ⎡ 3 0 6⎤
⎢ ⎥ ⎢ ⎥ ⎢ ⎥
c. CB = ⎢ 0⎥ [1 0 2] = ⎢⎢ 0(1) 0(0) 0(2)⎥⎥ = ⎢⎢ 0 0 0⎥⎥
⎢ ⎥
⎢ 2⎥ ⎢ 2(1) 2(0) 2(2)⎥ ⎢ 2 0 4⎥
⎣ ⎦ ⎣ ⎦ ⎣ ⎦




Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall.

, Appendix B B-3


⎡1 0 0⎤ ⎡ 2 3⎤ ⎡ s11 s12⎤⎥
⎢ ⎥⎢ ⎥ ⎢
B.5 a. AB = ⎢⎢0 3 ⎥ ⎢
0⎥ ⎢−3 0⎥⎥ = ⎢⎢ s 21 s 22⎥⎥
⎢0 0 2⎥⎦ ⎢⎣ 4 −1⎥⎦ ⎢⎣ s 31 s 32⎥⎦


where s11 = (1)( 2) + (0) (−3) + (0)( 4) = 2
s12 = (1)(3) + (0)(0) + (0) (−1) = 3
s21 = (0)( 2) + (3) (−3) + (0)( 4) = −9
s22 = (0)(3) + (3)(0) + (0) (−1) = 0
s31 = (0)( 2) + (0) (−3) + ( 2)( 4) = 8
s32 = (0)(3) + (0)(0) + ( 2) (−1) = −2

⎡ 2 3⎤
⎢ ⎥

Hence, AB = ⎢−9 0⎥⎥
⎢ 8 − 2⎥
⎣ ⎦

⎡1 0 0⎤
⎢ ⎥
b. CA = [3 0 2] ⎢⎢ 0 3 0⎥⎥ = [ s11 s12 s13]
⎢0 0 2⎥⎦


where s11 = (3)(1) + (0)(0) + ( 2)( 0) = 3
s12 = (3)(0) + (0)(3) + ( 2)( 0) = 0
s13 = (3)(0) + (0)(0) + ( 2)( 2) = 4


Thus, CA = [3 0 4]

⎡ 2 3⎤
⎢ ⎥
c. CB = [3 0 2] ⎢⎢ -3 0 ⎥⎥ = [ s 11 s 12 ]
⎢ 4 -1⎥
⎣ ⎦

where s11 = (3)( 2) + (0) (−3) + ( 2)( 4) = 14
s12 = (3)(3) + (0)(0) + ( 2) (−1) = 7

Thus, CB = [14 7]

⎡ 2⎤
⎢ ⎥
⎢−1⎥
B.6 a. AB = [3 0 −1 2] ⎢⎢ ⎥⎥ = [3(2) + 0(−1) + (−1)(0) + 2(3)] = [12]
⎢ 0⎥
⎢ 3⎥
⎢⎣ ⎥⎦




Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall.

, B-4 The Mechanics of a Multiple Regression Analysis


⎡ 2⎤ ⎡ 2(3) 2(0) 2(−1) 2(2)⎤ ⎡ 6 0 −2 4⎤
⎢ ⎥ ⎢ ⎥ ⎢ ⎥
⎢−1⎥ ⎢−1(3) −1(0) −1(−1) −1(2)⎥ ⎢−3 0 1 −2⎥⎥
b. ⎢ ⎥ BA = [3 0 −1 2] = ⎢ ⎥=⎢
⎢ 0⎥ ⎢ 0(3) 0(0) 0(− 1) 0(2) ⎥ ⎢ 0 0 0 0⎥⎥
⎢ ⎥ ⎢ ⎥ ⎢
⎢ 3⎥ ⎢ 3(3) 3(−1) 3(2)⎥⎦⎥ ⎢⎣⎢ 9 0 −3 6⎥⎦⎥
⎣⎢ ⎦⎥ ⎣⎢ 3(0)

B.7 a. To obtain the product IA, the number of rows of A (2) must equal the number of columns of I:

I A
2× 2 2×3


An identity matrix is always square, so I will have 2 rows and 2 columns:
⎡ 1 0⎤
I=⎢ ⎥
⎢0 1⎥
⎣ ⎦

⎡1 0⎤ ⎡ 3 0 2⎤ ⎡ 3 0 2⎤
b. IA = ⎢ ⎥⎢ ⎥= ⎢ ⎥=A
⎢0 1⎥⎦ ⎢⎣−1 1 4⎥⎦ ⎢⎣−1 1 4⎥⎦


c. To find the product AI, the number of rows and columns of I must equal the number of columns
of A(3):

A I
2×3 3×3

Hence, I is the 3× 3 identity matrix.

⎡1 0 0⎤
⎢ ⎥
I = ⎢⎢0 1 0⎥⎥
⎢0 0 1⎥⎦


⎡1 0 0⎤
⎡ 3 0 2⎤ ⎢ ⎥ ⎡ 3 0 2⎤
d. AI = ⎢ ⎥ ⎢0 1 0⎥⎥ = ⎢ ⎥=A
⎢−1
⎣ 1 4⎥⎦ ⎢⎢ ⎢−1 1 4⎥⎦
⎣0 0 1⎥⎦ ⎣

⎡ ⎤
⎢ ⎥
⎡1 0 0⎤ ⎢1 0 0⎥
⎢ ⎥ ⎢ ⎥ ⎡⎢1 0 0⎤⎥
⎢ 1 ⎥
B.8 AB = ⎢⎢0 2 0⎥⎥ ⎢0 0 ⎥ = ⎢⎢0 1 0⎥⎥
⎢ 0 0 3⎥ ⎢ 2 ⎥ ⎢
⎢ 0 0 1⎥⎦
⎣ ⎦ ⎢0 1 ⎥⎥ ⎣
⎢ 0 ⎥
⎣ 3⎦

⎡ ⎤
⎢ ⎥
⎢1 0 0⎥
⎡ 1 0 0⎤ ⎡ 1 0 0⎤
⎢ ⎥ ⎢ ⎥ ⎢ ⎥
⎢ 1 ⎥ ⎢ ⎥ ⎢ ⎥
BA = ⎢ 0 0⎥ ⎢ 0 2 0⎥ = ⎢ 0 1 0⎥
⎢ 2 ⎥ ⎢ 0 0 3⎥ ⎢0 0 1⎥
⎢ 1 ⎥⎥ ⎣ ⎦ ⎣ ⎦
⎢0 0
⎢ ⎥
⎣ 3⎦
Since AB = I = BA ⇒ A = B−1 and B = A -1



Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall.

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
PracticeExams my own
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
316
Lid sinds
2 jaar
Aantal volgers
194
Documenten
3272
Laatst verkocht
1 maand geleden
ExamPrepZone

4,1

41 beoordelingen

5
25
4
4
3
7
2
2
1
3

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Veelgestelde vragen