Path: Math/Analysis
% Subtract two polynomials so that c = a - b. ------------------------------------------------------------------------ Form: c = SubPoly ( a, b ) ------------------------------------------------------------------------ ------ Inputs ------ a Polynomial b Polynomial ------- Outputs ------- c Sum of the inputs ------------------------------------------------------------------------
Math: Linear/DelLZ
Back to the Math Module page