Unitary Matrices
Description
We can test a matrix to see if it is unitary:
Sage Cell
Code
A = matrix(QQ, [[0, 1, 0], [0, 0, 1], [1, 0, 0]])
A.is_unitary()
Options
none
Tags
Primary Tags:
Secondary Tags:
A list of possible tags can be found at The WeBWorK Open Problem Library. For linear algebra tags see the Curated Courses Project.
Related Cells
Any related cells go here. Provide a link to the page containing the information about the cell.
Attribute
Permalink:
Author:
Date: 17 Jun 2020 21:23
Submitted by: Zane Corbiere