Matlab解线性方程组的几种常见方法
羇Matlab求解线性方程组Ax=b的几种常见方法薂例如方程组:蚃羈法1:左除法莅蚅>> A=[3 1 -1;1 2 4;-1 4 5];b=[3.6;2.1;-1.4];螃>> x=A\b荿膇x =
Matlab解线性方程组的几种常见方法