Skip to main content
Jason S's user avatar
Jason S's user avatar
Jason S's user avatar
Jason S
  • Member for 14 years
  • Last seen more than a month ago
12 votes
2 answers
27k views

simple example of recursive least squares (RLS)

7 votes
0 answers
1k views

term for a sum of diagonal and skew-symmetric matrix?

6 votes
3 answers
216 views

closed-form expressions for product of 3n+k where k = 1 or 2

6 votes
0 answers
664 views

roots of Padé approximating polynomials to the exponential function

6 votes
2 answers
545 views

Understanding Gauss's product formula as cited in Golomb's Shift Register Sequences

5 votes
0 answers
245 views

Balanced subset sum problem

5 votes
3 answers
297 views

Technique for predicting attractor capture in nonlinear differential equations? (quasi-pendulum equation)

5 votes
2 answers
368 views

order-independent accumulator operations?

5 votes
6 answers
846 views

determining orthonormal matrix of rank N with special first row

4 votes
3 answers
795 views

do Householder reflections describe all reflections?

4 votes
1 answer
780 views

similarity transform mapping diagonal matrix of complex conjugates, to real matrix

4 votes
2 answers
581 views

Math typesetting conventions: two-letter subscripts in an equation

3 votes
1 answer
257 views

Numerically-robust methods of calculating $1-(1-x)^n$ for $n >> 1$ and a wide dynamic range of $x$

3 votes
1 answer
286 views

determining decimation ratio given characteristic polynomials of quotient rings $GF(2^n)$

3 votes
2 answers
1k views

Explanation of Chandrupatla's algorithm for root finding?

3 votes
1 answer
1k views

Finding a similarity transform for a matrix that minimizes the (2-norm) condition number

3 votes
1 answer
310 views

good online resources for 2nd-order system dynamics

3 votes
0 answers
162 views

LFSR with limited numbers of runs?

3 votes
1 answer
2k views

convolution square root of uniform distribution

3 votes
1 answer
225 views

comparing bit lengths of binary numbers

2 votes
0 answers
338 views

how to choose point spacing to approximate a parametric curve using line segments?

2 votes
1 answer
136 views

constructing "pseudonoise" sequences other than (2^n)-1? (low cyclical autocorrelation)

2 votes
1 answer
270 views

solving a series of nonlinear equations for the zeros of Bessel polynomials

2 votes
1 answer
27 views

condition by which a vector function $f : \mathbb{R}^2 \rightarrow \mathbb{R}^2$ produces area zero

2 votes
0 answers
308 views

Formal derivative of polynomials with coefficients in a quotient ring $GF(2)[x]/p(x)$

2 votes
0 answers
134 views

Relatively simple algorithm for factoring polynomials in $GF(2^k)[x]$ with $32 \leq k \leq 128$

2 votes
2 answers
598 views

Linear algebra problem involving concatenation of matrices

2 votes
2 answers
118 views

Common function with given power series?

2 votes
0 answers
45 views

Subgroups of noncyclic multiplicative group $G_m = \{j < m, \gcd(j,m) = 1\}$

2 votes
0 answers
37 views

Is there a faster algorithm than $O(n^2)$ for calculating "cofactors" $C_k = \prod\limits_{j\neq k}(c_k - c_j)$?