Category Documents
Matlab/eig
Matlab で MapleMatrix または MatlabMatrix の固有値を計算します
Matlab/fft
compute the discrete Fourier transform of a vector in MATLAB(R)
Matlab/det
compute the determinant of a MapleMatrix or MatlabMatrix in MATLAB(R)
Matlab/inv
compute the inverse of a MapleMatrix or MatlabMatrix in MATLAB(R)
Matlab/getvar
get a numerical array or matrix in an open MATLAB(R) session
Matlab/setvar
set a numerical array or matrix in an open MATLAB(R) session
Matlab/defined
check the existence of a variable in an open MATLAB session
Matlab/dimensions
compute the dimensions of a MapleMatrix or MatlabMatrix using Maple
Matlab/size
compute the size of a MapleMatrix or MatlabMatrix using MATLAB
Matlab/square
determine whether a MapleMatrix or MatlabMatrix is square
Matlab/chol
compute the Cholesky factorization of a MapleMatrix or MatlabMatrix in MATLAB(R), where R'*R = X, and P is nonzero only if X is positive definite
Matlab/lu
compute the LU decomposition of a MapleMatrix or MatlabMatrix in MATLAB, where P*X = L*U
Matlab/qr
compute the QR orthogonal-triangular decomposition of a MapleMatrix or MatlabMatrix in MATLAB(R), where X*P = Q*R
Matlab/ode45
use MATLAB(R) to solve a previously defined system, f, with ODE45
Matlab/transpose
compute the transpose of a MapleMatrix or MatlabMatrix using MATLAB(R)