代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/7827/136493
1op buck vm k factor ac.1op
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/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/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)