📄 adjoint.m
字号:
function C = adjoint(A, F)% ADJOINT Computes the adjoint of the quaternion matrix A.%% adjoint(A) or% adjoint(A, 'complex') returns a complex adjoint matrix.% adjoint(A, 'real') returns a real adjoint matrix.%% The definition of the adjoint matrix is not unique (several permutations% of the layout are possible). Both adjoints are valid for complex as well% as real quaternions.% Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -