代码搜索:大数分解
找到约 4,750 项符合「大数分解」的源代码
代码结果 4,750
www.eeworm.com/read/304061/13802302
txt 例1.81.txt
例1.81 进行合并同类项执行。
>> syms x
>> collect(3*x^3-0.5*x^3+3*x^2)
ans=
5/2*x^3+3*x^2)
进行因式分解执行。
>> factor(3*x^3-0.5*x^3+3*x^2)
ans=
1/2*x^2*(5*x+6)
www.eeworm.com/read/484889/6575900
asv factorization_lu.asv
% factorization_lu.m
% 矩阵的LU分解示例
A = [ 1 2 3
4 5 6
7 8 0 ];
disp('lu分解');
[L1,U]=lu(A)
X=inv(U)*inv()
www.eeworm.com/read/193048/8255758
m ex7_25.m
% ex7_25
% 已知系统的系数矩阵a,b,c,d,进行状态的可观测性分解
a=[-2 1;1 -2];
b=[1 0]';
c=[1 -1];
d=0;
[A,B,C,T,K]=obsvf(a,b,c)
www.eeworm.com/read/377944/9256955
txt stream tokenizing(分解字符串).txt
作者:blackwhites
日期:2000-10-23 16:59:32
从sun网站看到的Stream Tokenizing
In Tech Tips: June 23, 1998, an example of string tokenization was presented, using the class java.util.StringTokenizer.
There's
www.eeworm.com/read/361866/10031547
txt stream tokenizing(分解字符串).txt
作者:blackwhites
日期:2000-10-23 16:59:32
从sun网站看到的Stream Tokenizing
In Tech Tips: June 23, 1998, an example of string tokenization was presented, using the class java.util.StringTokenizer.
There's
www.eeworm.com/read/361866/10032636
txt stream tokenizing(分解字符串).txt
作者:blackwhites
日期:2000-10-23 16:59:32
从sun网站看到的Stream Tokenizing
In Tech Tips: June 23, 1998, an example of string tokenization was presented, using the class java.util.StringTokenizer.
There's
www.eeworm.com/read/361237/10063488
doc 对称正定矩阵ldlt分解算法说明.doc
www.eeworm.com/read/163760/10147149
txt stream tokenizing(分解字符串).txt
作者:blackwhites
日期:2000-10-23 16:59:32
从sun网站看到的Stream Tokenizing
In Tech Tips: June 23, 1998, an example of string tokenization was presented, using the class java.util.StringTokenizer.
There's
www.eeworm.com/read/278011/10584567
txt stream tokenizing(分解字符串).txt
作者:blackwhites
日期:2000-10-23 16:59:32
从sun网站看到的Stream Tokenizing
In Tech Tips: June 23, 1998, an example of string tokenization was presented, using the class java.util.StringTokenizer.
There's