inv4.m
来自「求解量子力学的薛定谔方程」· M 代码 · 共 8 行
M
8 行
function f = inv4(x)%> This file produces the inverse of one 2x2 matrix represented as a %> column 4-vector. Each matrix element is a row N-vector.%> Call: inv4(x)%> Input: x = 4 x N matrix.%> Output: a matrix of same dimension.%>%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?