Feeds
已提交
Simplifying the built-in function [q,r]=deconv(b,a)
Create an efficient function [q,r]=deconc_e(b,a) to eliminate the undesired data that resulted from running the existing built-i...
6 years 前 | 1 次下载 |
已提交
Function of square matrix: fA=fsm(fx,A)
Given: f(x)= function of x, and A= square matrix. Find: f(A)=function of this matrix A.
6 years 前 | 1 次下载 |
已提交
Matrix inverse and determinant
Finding inverse and determinant of matrix by order expansion and condensation
9 years 前 | 2 次下载 |
已提交
mtx_d(A,D,d)
Making given matrix altered to have a certain constant for its determinant
10 years 前 | 1 次下载 |
已提交
Complex matrix inversion by Real matrix inversion
Calculate the complex matrix inverse by using only real matrix inverse
10 years 前 | 1 次下载 |
已提交
Making given matrix singular
Making the given matrix singular by adding a matrix with multiplier.
10 years 前 | 1 次下载 |
已提交
inv_det_0(A)
Inverse and determinant of a matrix by order expansion and condensation
10 years 前 | 1 次下载 |
已提交
Polynomials with multiple roots solved
Solving multiple roots polynomial, using simple elementary arithematic operations mostly.
10 years 前 | 1 次下载 |
已提交
Polynomial division - derived form covolution
Polynomial division is derived directly from convolution.
12 years 前 | 3 次下载 |
已提交
Inverse and determinant of square matrix
Inverse and determinant of a square matrix are determined using only simple matrix multiplication
12 years 前 | 1 次下载 |
已提交
Polynomial division by convolution -- up to finite terms
Division of two polynomials by convolution to get up to K terms.
13 years 前 | 1 次下载 |
已提交
Polynomial division by convolution - quotient and reminder
Division of two polynomials to get quotient and reminder using convolution matrix.
13 years 前 | 1 次下载 |
已提交
Solving multiple-root polynomials
Find roots and multiplicities of given polynomials using this short compact routine.
14 years 前 | 1 次下载 |
已提交
Multiple-root polynomial solved by partial fraction expansion
To find poles/residues of the rational function, instead of roots/multiplicities of the polynomial
15 years 前 | 1 次下载 |
已提交
Polynomial coefficient vector derived from sub-polynomial factors
A polynomial coefficient vector is derived from several powered polynomial factors.
15 years 前 | 1 次下载 |
已提交
Factorization of a polynomial with multiple roots
By a novel effective approach "Monic polynomial subtraction" for computing GCD polynomial.
15 years 前 | 1 次下载 |
已提交
Exact GCD of integer polynomials
Exact GCD of a pair of polynomials is obtained by "elimination of leading polynomial coefficient"
16 years 前 | 1 次下载 |
已提交
Factoring a multiple-root polynomial
A multiple-root polynomial is factored into lower-degree distict-root polynomials, then solved.
16 years 前 | 1 次下载 |