Matlab implements this operation with the backslash operator: >> A = rand(3,3) A = 0.2190 0.6793 0.5194 0.0470 0.9347 0.8310 0.6789 0.3835 0.0346 >> b ...
確定! 回上一頁