代码搜索:Prentice

找到约 973 项符合「Prentice」的源代码

代码结果 973
www.eeworm.com/read/303351/13817536

m ldivide.m

function r=ldivide(a,b) %LDIVIDE Left Dot Division for Rational Polynomial Objects. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13
www.eeworm.com/read/303351/13817537

m mldivide.m

function r=mldivide(a,b) %MLDIVIDE Left Division for Rational Polynomial Objects. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13-0
www.eeworm.com/read/303351/13817545

m mrdivide.m

function r=mrdivide(a,b) %MRDIVIDE Right Division for Rational Polynomial Objects. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13-
www.eeworm.com/read/303351/13817549

m uplus.m

function r=uplus(a) %UPLUS Unary Plus for Rational Polynomial Objects. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9 r=
www.eeworm.com/read/303351/13817552

m mtimes.m

function r=mtimes(a,b) %MTIMES Times for Rational Polynomial Objects. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9 r=a
www.eeworm.com/read/303351/13817567

m diff.m

function s=diff(r) %DIFF Differentiate Rational Polynomial Object. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9 [a,b]=
www.eeworm.com/read/303351/13817573

m mpower.m

function r=mpower(a,b) %MPOWER Power for Rational Polynomial Objects. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9 r=p
www.eeworm.com/read/303351/13817577

m polyder.m

function s=polyder(r) %POLYDER Differentiate Rational Polynomial Object. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9
www.eeworm.com/read/303351/13817578

m uminus.m

function r=uminus(a) %UPLUS Unary Minus for Rational Polynomial Objects. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9
www.eeworm.com/read/303351/13817586

m poly.m

function r=poly(a) %POLY Create Rational Polynomial Object From Roots. (MM) % D.C. Hanselman, University of Maine, Orono ME 04469 % 3/27/98 % Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9 r=