Statistics
RANK
13.524
of 295.448
REPUTATION
2
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
932 of 20.227
REPUTATION
2.007
AVERAGE RATING
3.80
CONTRIBUTIONS
20 Files
DOWNLOADS
25
ALL TIME DOWNLOADS
19686
RANK
143.356
of 153.872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
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...
ongeveer 6 jaar ago | 1 download |
Submitted
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.
meer dan 6 jaar ago | 1 download |
Submitted
poly_gcd(p,q)
Find polynomial GCD by "Leading-coefficient Elinimation"
bijna 7 jaar ago | 3 downloads |
Submitted
Matrix inverse and determinant
Finding inverse and determinant of matrix by order expansion and condensation
bijna 9 jaar ago | 2 downloads |
Submitted
mtx_d(A,D,d)
Making given matrix altered to have a certain constant for its determinant
bijna 10 jaar ago | 1 download |
Submitted
Complex matrix inversion by Real matrix inversion
Calculate the complex matrix inverse by using only real matrix inverse
bijna 10 jaar ago | 1 download |
Submitted
Making given matrix singular
Making the given matrix singular by adding a matrix with multiplier.
ongeveer 10 jaar ago | 1 download |
Submitted
inv_det_0(A)
Inverse and determinant of a matrix by order expansion and condensation
ongeveer 10 jaar ago | 1 download |
Question
Find s, such that det(A+s*D) = d.
Given a non-sigular matrix A, an arbitrary matrix D, and a real or complex number d, I want to see any short-cut to find the num...
ongeveer 10 jaar ago | 2 answers | 0
2
answersSubmitted
Polynomials with multiple roots solved
Solving multiple roots polynomial, using simple elementary arithematic operations mostly.
meer dan 10 jaar ago | 1 download |
Making a magic square matrix singular
Dear Readers: I have already accepted the expected simple answer from Ahmed A Selman, so I would like to conclude this "Quest...
meer dan 11 jaar ago | 1
Question
Making a magic square matrix singular
We know that any magic square matrix of odd order is not singular. When each element of the matrix is subtracted by the sum-ave...
meer dan 11 jaar ago | 4 answers | 0
4
answersSubmitted
Polynomial division - derived form covolution
Polynomial division is derived directly from convolution.
bijna 12 jaar ago | 3 downloads |
Question
Output of a vector which excludes the entries of the second vector
Hello, Problem: Given two distinct integer vectors p and q. I'd like to get a new vector r, that is p excluding the entries o...
bijna 12 jaar ago | 2 answers | 0
2
answersSubmitted
Inverse and determinant of square matrix
Inverse and determinant of a square matrix are determined using only simple matrix multiplication
bijna 12 jaar ago | 1 download |
Submitted
Polynomial division by convolution -- up to finite terms
Division of two polynomials by convolution to get up to K terms.
meer dan 13 jaar ago | 1 download |
Submitted
Polynomial division by convolution - quotient and reminder
Division of two polynomials to get quotient and reminder using convolution matrix.
meer dan 13 jaar ago | 1 download |
Submitted
Solving multiple-root polynomials
Find roots and multiplicities of given polynomials using this short compact routine.
bijna 14 jaar ago | 1 download |
Submitted
Multiple-root polynomial solved by partial fraction expansion
To find poles/residues of the rational function, instead of roots/multiplicities of the polynomial
meer dan 15 jaar ago | 1 download |
Submitted
Polynomial coefficient vector derived from sub-polynomial factors
A polynomial coefficient vector is derived from several powered polynomial factors.
meer dan 15 jaar ago | 1 download |
Submitted
Factorization of a polynomial with multiple roots
By a novel effective approach "Monic polynomial subtraction" for computing GCD polynomial.
meer dan 15 jaar ago | 1 download |
Submitted
Exact GCD of integer polynomials
Exact GCD of a pair of polynomials is obtained by "elimination of leading polynomial coefficient"
ongeveer 16 jaar ago | 1 download |
Submitted
Factoring a multiple-root polynomial
A multiple-root polynomial is factored into lower-degree distict-root polynomials, then solved.
meer dan 16 jaar ago | 1 download |