ex4_2.m
来自「Advanced Engineering Mathematics using M」· M 代码 · 共 7 行
M
7 行
% EX4_2.M Simple example of A*x=lam*x% to test Example 4.2clearA=[3 1;1 3]x=[1 -1]' % Example eigenvector y=A*x % Check resultsy1=2*x % y1=y?
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?