代码搜索:factor

找到约 6,651 项符合「factor」的源代码

代码结果 6,651
www.eeworm.com/read/284304/8947589

txt 07-16.txt

>> sym x; >> g=4*x^3+x^4+8*x+5*x^2+6 >> h=factor(g) >> factor(84) >> factor(sym('84'))
www.eeworm.com/read/357617/10204794

txt 08-16.txt

>> sym x; >> g=4*x^3+x^4+8*x+5*x^2+6 >> h=factor(g) >> factor(84) >> factor(sym('84'))
www.eeworm.com/read/417309/10995729

txt 08-16.txt

>> sym x; >> g=4*x^3+x^4+8*x+5*x^2+6 >> h=factor(g) >> factor(84) >> factor(sym('84'))
www.eeworm.com/read/274556/7126997

m e0516.m

syms x a;f=factor(x^3-a^3) ; pretty(f,'x')
www.eeworm.com/read/274556/7127051

m e0520.m

syms k;A=[1-k -2 4;2 3-k 1;1 1 1-k];D=det(A) ;factor(D)
www.eeworm.com/read/437134/7754515

m 2-57.m

factor(sym('12345678901234567890'))
www.eeworm.com/read/433368/7937141

m e0516.m

syms x a;f=factor(x^3-a^3) ; pretty(f,'x')
www.eeworm.com/read/433368/7937340

m e0520.m

syms k;A=[1-k -2 4;2 3-k 1;1 1 1-k];D=det(A) ;factor(D)
www.eeworm.com/read/308602/13698952

m e0516.m

syms x a;f=factor(x^3-a^3) ; pretty(f,'x')