Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

APM1513 Assignment 2 Due 8 June 2026 |Applied Linear Algebra|

Beoordeling
-
Verkocht
-
Pagina's
21
Cijfer
A+
Geüpload op
30-04-2026
Geschreven in
2025/2026

Comprehensive Study Material; Expert Verified & Exam-Ready This assignment package has been carefully developed to support serious academic preparation. Each solution is thoroughly researched, clearly explained, and backed by credible references giving you not just the answers, but a genuine understanding of the underlying concepts. The material is structured for clarity, making even complex topics approachable without sacrificing depth or accuracy. Whether you're consolidating your knowledge or preparing under time pressure, these resources are designed to help you walk into any exam with confidence.

Meer zien Lees minder
Instelling
Vak

Voorbeeld van de inhoud

UNIVERSITY OF SOUTH AFRICA
College of Science, Engineering and Technology


⋄ ⋄ ⋄ ⋄ ⋄ ⋄ ⋄ ⋄ ⋄⋄


APM1513: Applied Linear Algebra

Assignment 02 — Semester 1, 2026

⋄ ⋄ ⋄ ⋄ ⋄ ⋄ ⋄ ⋄ ⋄⋄




APM1513
Module Code:
Applied Linear Algebra
Module Name:
Assignment 02
Assignment:
8 June 2026
Due Date:




Submitted in partial fulfilment of the requirements for APM1513 — UNISA 2026

,UNISA | APM1513 Applied Linear Algebra — Assignment 02



Question 1: Matrix Operations on a 3x3 Complex Matrix

Question. Suppose that A is a 3 × 3 matrix with real numbers, complex numbers and functions
as elements. Compute (i) inverse of A, (ii) transpose of A−1 , (iii) trace of A−1 , (iv) determi-
nant of the transpose of A−1 .


1.1 Setting Up the Matrix


Let  √ 
8+i e9−1 e10+i 2
 
 
A=
5 − 3i 2 + 7i 1 

 
cos π 1 1

Step 1: Simplify known values.



e9−1 = e8 , cos π = −1


Therefore A becomes:

 √ 
8+i e8 e10+i 2
 
 
A=
5 − 3i 2 + 7i 1 

 
−1 1 1



1.2 Part (i): Inverse of A


Step 2: Apply the inverse formula.


1
A−1 = adj(A)
det(A)

Step 3: Compute det(A) by expansion along the first row.



det(A) = (8 + i) M11 − e8 M12 + e10+i 2
M13


where M11 , M12 , M13 are the minors.

Page 2 of 21

,UNISA | APM1513 Applied Linear Algebra — Assignment 02


Step 4: Compute the 2 × 2 minors.


2 + 7i 1
M11 = = (2 + 7i)(1) − (1)(1) = 2 + 7i − 1 = 1 + 7i
1 1


5 − 3i 1
M12 = = (5 − 3i)(1) − (1)(−1) = 5 − 3i + 1 = 6 − 3i
−1 1


5 − 3i 2 + 7i
M13 = = (5 − 3i)(1) − (2 + 7i)(−1) = 5 − 3i + 2 + 7i = 7 + 4i
−1 1

Step 5: Substitute back.



det(A) = (8 + i)(1 + 7i) − e8 (6 − 3i) + e10+i 2
(7 + 4i)


Step 6: Expand (8 + i)(1 + 7i).



(8 + i)(1 + 7i) = 8(1) + 8(7i) + i(1) + i(7i) = 8 + 56i + i + 7i2


Since i2 = −1:



= 8 + 57i − 7 = 1 + 57i


Therefore:

det(A) = (1 + 57i) − e8 (6 − 3i) + e10+i 2
(7 + 4i)


Step 7: Compute adj(A).

The adjugate is the transpose of the cofactor matrix. The cofactors Cij = (−1)i+j Mij are
computed for all nine entries.


Row 1 cofactors (already found above):


C11 = +M11 = 1 + 7i, C12 = −M12 = −(6 − 3i) = −6 + 3i, C13 = +M13 = 7 + 4i




Page 3 of 21

,UNISA | APM1513 Applied Linear Algebra — Assignment 02


Row 2 cofactors:

e8 e10+i 2 √ √
C21 = − = −(e8 − e10+i 2
) = e10+i 2
− e8
1 1


8 + i e10+i 2 √ √
C22 = + = (8 + i)(1) − e10+i 2
(−1) = 8 + i + e10+i 2

−1 1

8 + i e8
= − (8 + i)(1) − e8 (−1) = −(8 + i + e8 )
 
C23 = −
−1 1

Row 3 cofactors:

e8 e10+i 2 √ √
C31 = + = e8 (1) − e10+i 2
(2 + 7i) = e8 − (2 + 7i)e10+i 2

2 + 7i 1


8+i e10+i 2 √ √
= − (8 + i)(1) − e10+i 2 (5 − 3i) = −(8 + i) + (5 − 3i)e10+i 2
 
C32 = −
5 − 3i 1

8+i e8
C33 = + = (8 + i)(2 + 7i) − e8 (5 − 3i)
5 − 3i 2 + 7i


Expanding (8 + i)(2 + 7i):


= 16 + 56i + 2i + 7i2 = 16 + 58i − 7 = 9 + 58i



Therefore C33 = (9 + 58i) − e8 (5 − 3i).

Step 8: Form the adjugate (transpose of cofactor matrix).

 
C11 C21 C31
 
 
adj(A) = 
C12 C22 C32 

 
C13 C23 C33

 √ √ 
1 + 7i − e10+i 2
− (2 + e8 e8 7i)e10+i 2
 
 √ √ 
= −6 + 3i 8 + i + e10+i 2 −(8 + i) + (5 − 3i)e10+i 2 
 
 
 
7 + 4i −(8 + i + e8 ) (9 + 58i) − e8 (5 − 3i)


Page 4 of 21

, UNISA | APM1513 Applied Linear Algebra — Assignment 02


Step 9: Write the inverse.

Let D = (1 + 57i) − e8 (6 − 3i) + e10+i 2 (7 + 4i).


1
A−1 = adj(A)
D

. Critical Consideration
̸ 0, the inverse exists. If D = 0
The determinant D is a complex number. Provided D =
the matrix is singular and no inverse exists.



1.3 Part (ii): Transpose of A−1


Using the identity for invertible matrices:



(A−1 )T = (AT )−1


Step 10: Transpose each element of A−1 across the main diagonal. That is, swap row i, col-
umn j with row j, column i.



 
1 + 7i −6 + 3i 7 + 4i
 
1  √ √ 
(A−1 )T = e10+i 2 − e8 8 + i + e10+i 2 −(8 + i + e8 )
 
D
 

 √ √ 
e8 − (2 + 7i)e10+i 2 −(8 + i) + (5 − 3i)e10+i 2 (9 + 58i) − e8 (5 − 3i)



1.4 Part (iii): Trace of A−1


The trace is the sum of the main diagonal entries.

Step 11:


1
Tr(A−1 ) =

C11 + C22 + C33
D


1 √
(1 + 7i) + (8 + i + e10+i 2 ) + (9 + 58i − e8 (5 − 3i))

=
D


Page 5 of 21

Gekoppeld boek

Geschreven voor

Instelling
Vak

Documentinformatie

Geüpload op
30 april 2026
Aantal pagina's
21
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

€3,45
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

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.
BeeNotes teachmetutor
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
313
Lid sinds
11 maanden
Aantal volgers
0
Documenten
861
Laatst verkocht
6 dagen geleden
BeeNotes

BeeNotes: Buzzing Brilliance for Your Studies Discover BeeNotes, where hard-working lecture notes fuel your academic success. Our clear, concise study materials simplify complex topics and help you ace exams. Join the hive and unlock your potential with BeeNotes today!

4,1

39 beoordelingen

5
23
4
4
3
8
2
1
1
3

Recent door jou bekeken

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

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen