代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/367442/9747996
m contents.m
% Support Vector Machines.
%
% msmo - Multi-class version of SMO.
% msvmclass - Multi-class version of SVMCLASS.
% msvmmot - Multi-class version of SVMMOT.
% ka - Kernel-Adatron algo
www.eeworm.com/read/274556/7127176
m ffsolvtion.m
function X=ffsolvtion(A,b,n)
%n方程组中未知变量的个数
B=[A,b]; %增广矩阵
R_A=rank(A); %求系数矩阵的秩
R_B=rank(B); %求增广矩阵的秩
format rat
if R
www.eeworm.com/read/433368/7937938
m ffsolvtion.m
function X=ffsolvtion(A,b,n)
%n方程组中未知变量的个数
B=[A,b]; %增广矩阵
R_A=rank(A); %求系数矩阵的秩
R_B=rank(B); %求增广矩阵的秩
format rat
if R
www.eeworm.com/read/308602/13699131
m ffsolvtion.m
function X=ffsolvtion(A,b,n)
%n方程组中未知变量的个数
B=[A,b]; %增广矩阵
R_A=rank(A); %求系数矩阵的秩
R_B=rank(B); %求增广矩阵的秩
format rat
if R
www.eeworm.com/read/303498/13814472
m ffsolvtion.m
function X=ffsolvtion(A,b,n)
%n方程组中未知变量的个数
B=[A,b]; %增广矩阵
R_A=rank(A); %求系数矩阵的秩
R_B=rank(B); %求增广矩阵的秩
format rat
if R
www.eeworm.com/read/257078/11951439
m ffsolvtion.m
function X=ffsolvtion(A,b,n)
%n方程组中未知变量的个数
B=[A,b]; %增广矩阵
R_A=rank(A); %求系数矩阵的秩
R_B=rank(B); %求增广矩阵的秩
format rat
if R
www.eeworm.com/read/429455/8807812
m exadapsp.m
% --------------------------------
% +++++ NOTE: THIS IS A MATLAB PROGRAM +++++++
% --------------------------------
% **** This Program solves the Problem in Fig 8
www.eeworm.com/read/370048/9621358
m newtonnu.m
% ------------------------------------------------------------------------------
%
% function newtonnu
%
% this function solves keplers equation when the true anomaly is
www.eeworm.com/read/424063/10499955
m lyap.m
function X = lyap(A, B, C)
%LYAP Lyapunov equation.
% X = LYAP(A,C) solves the special form of the Lyapunov matrix
% equation:
%
% A*X + X*A' = -C
%
% X = LYAP(A,B,C) solves the general form
www.eeworm.com/read/147096/12584058
m lyap.m
function X = lyap(A, B, C)
%LYAP Lyapunov equation.
% X = LYAP(A,C) solves the special form of the Lyapunov matrix
% equation:
%
% A*X + X*A' = -C
%
% X = LYAP(A,B,C) solves the general form