Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Dancing with Qubits - Second Edition

You're reading from  Dancing with Qubits - Second Edition

Product type Book
Published in Mar 2024
Publisher Packt
ISBN-13 9781837636754
Pages 684 pages
Edition 2nd Edition
Languages
Author (1):
Robert S. Sutor Robert S. Sutor
Profile icon Robert S. Sutor

Table of Contents (26) Chapters

Preface I Foundations
Why Quantum Computing They’re Not Old, They’re Classics More Numbers Than You Can Imagine Planes and Circles and Spheres, Oh My Dimensions 6 What Do You Mean “Probably”? II Quantum Computing
One Qubit Two Qubits, Three Wiring Up the Circuits From Circuits to Algorithms Getting Physical III Advanced Topics
Considering NISQ Algorithms Introduction to Quantum Machine Learning Questions about the Future Afterword
A Quick Reference B Notices C Production Notes Other Books You May Enjoy
References
Index
Appendices

5.6 The determinant and trace

Ah, the determinant, a function on square matrices that produces values in F. It’s so elegant, so useful, tells us so much, and is such an annoying and error-prone thing to compute beyond the 2-by-2 case. matrix$determinant determinant

Let’s look at its properties before we discuss its calculation. Let A be an n-by-n matrix. We denote its determinant by det(A):

  • det(A) ≠ 0 if and only if A is invertible.
  • For b a scalar in F, det(bA) = bn det(A).
  • If any row or column of A is all zeros, then det(A) = 0. The determinant being zero does not imply a row or column is zero.
  • If A is upper or lower triangular, the determinant is the product of the diagonal entries. If one of those diagonal entries is 0, the determinant is thus 0.
  • In particular, det(I) = 1 for I an identity matrix.
  • The determinant behaves well when taking transposes and conjugates:
...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}