代码搜索:Exponents
找到约 159 项符合「Exponents」的源代码
代码结果 159
www.eeworm.com/read/311722/3678125
m collect.m
function [e,c] = collect(e,c)
%COLLECT Collect common exponents in e for multivariate polynomials
%
%On input,
% e m x n array of exponents, possibly with rows occuring several times
% c
www.eeworm.com/read/19184/824773
asm fp-52.asm
;************************************************************
;
; This is a complete BCD floating point package for the 8051 micro-
; controller. It provides 8 digits of accuracy with exponents tha
www.eeworm.com/read/19245/828821
asm fp-52.asm
;************************************************************
;
; This is a complete BCD floating point package for the 8051 micro-
; controller. It provides 8 digits of accuracy with exponents tha
www.eeworm.com/read/295522/8156144
asm fp-52.asm
;************************************************************
;
; This is a complete BCD floating point package for the 8051 micro-
; controller. It provides 8 digits of accuracy with exponents tha
www.eeworm.com/read/370015/9624398
asm fp-52.asm
;************************************************************
;
; This is a complete BCD floating point package for the 8051 micro-
; controller. It provides 8 digits of accuracy with exponents tha
www.eeworm.com/read/192030/8410838
m reverse.m
function Q = reverse(P)
% REVERSE -- reverse matrix polynomial
%
% Q = reverse(P)
%
% Reverses the order of coefficients, and the sign of the
% exponents. This is the same as replacing
www.eeworm.com/read/181830/9235738
m reverse.m
function Q = reverse(P)
% REVERSE -- reverse matrix polynomial
%
% Q = reverse(P)
%
% Reverses the order of coefficients, and the sign of the
% exponents. This is the same as replacing
www.eeworm.com/read/326313/13148594
m reverse.m
function Q = reverse(P)
% REVERSE -- reverse matrix polynomial
%
% Q = reverse(P)
%
% Reverses the order of coefficients, and the sign of the
% exponents. This is the same as replacing
www.eeworm.com/read/228652/14371549
m reverse.m
function Q = reverse(P)
% REVERSE -- reverse matrix polynomial
%
% Q = reverse(P)
%
% Reverses the order of coefficients, and the sign of the
% exponents. This is the same as replacing
www.eeworm.com/read/311722/3678126
m normalize.m
function r = normalize(r)
%NORMALIZE normalization of polynomials
%
%For given multivariate polynomial r,
% On output, zero coefficients are eliminated and identical sets of exponents
% summ