代码搜索:3X3
找到约 250 项符合「3X3」的源代码
代码结果 250
www.eeworm.com/read/103816/15719381
nfg deg2.nfg
NFG 1 R "Degenerate 3x3 game 2" { "1" "2" }
{ { "1" "2" "3"}
{ "1" "2" "3"}
}
1 2 2 1 3 3
3 2 2 2 1 2
2 2 2 3 2 1
www.eeworm.com/read/103816/15719386
nfg deg1.nfg
NFG 1 R "Degenerate 3x3 game 1" { "1" "2" }
{ { "1" "2" "3"}
{ "1" "2" "3"}
}
1 1 2 3 3 2
3 2 2 2 1 2
2 3 2 1 2 2
www.eeworm.com/read/103816/15719384
nfg coord3.nfg
NFG 1 R "3x3 coordination game with 7 Nash equilibria" { "1" "2" } { 3 3 }
3 2 0 0 0 0 0 0 2 2 0 0 0 0 0 0 1 4
www.eeworm.com/read/115075/15027864
doc 找出一个3x3数组的“鞍点”.doc
www.eeworm.com/read/172474/9706060
m echtest.m
function echtest(m)
%ECHTEST
%Experiment with random 3x3 matrices.
%See how many random 3x3 matrices
%with elements in interval [0, 10)
%have reduced forms which are not identity matrix.
%Calli
www.eeworm.com/read/185152/9054740
m createcdlt.m
function [CDLT, lambda] = createCDLT( Fl, b1, b2, u0, v0, T, M )
%DEVELOPMENT PHASE
%
% CDLT = createCDLT( Fl, b1, b2, u0, v0, T, M )
%
% Fl - focal length
% b1, b2 - models the lack of orthogonality
www.eeworm.com/read/393862/8258085
m teach1.m
echo on
%金庸的3x3魔术矩阵:
magic(3) ,pause
%Albert Durer 的4x4魔术矩阵:
magic(4)
www.eeworm.com/read/421977/10671500
m examp1_2.m
A=magic(3) % 构造 3x3 魔方矩阵,并赋给变量 A
B=magic(9) % 生成 9x9 魔方矩阵,赋给变量 B
det(sym(B)) % 行列式解析解,数值解由 det(B) 即可解出
www.eeworm.com/read/466623/7029878
m examp1_2.m
A=magic(3) % 构造 3x3 魔方矩阵,并赋给变量 A
B=magic(9) % 生成 9x9 魔方矩阵,赋给变量 B
det(sym(B)) % 行列式解析解,数值解由 det(B) 即可解出
www.eeworm.com/read/172823/9686983
m examp1_2.m
A=magic(3) % 构造 3x3 魔方矩阵,并赋给变量 A
B=magic(9) % 生成 9x9 魔方矩阵,赋给变量 B
det(sym(B)) % 行列式解析解,数值解由 det(B) 即可解出