Skip to main content

Questions tagged [algorithms]

A description of the specific steps needed to solve a particular problem in an unambiguous way, expressed in an abstract form.

0 votes
2 answers
74 views

Math preamble I am trying to create a functional basis for $[-1, 1]^3$ in $\mathbb{R}^3$. To this effect I take the real expression of the fourier basis and index it with an integer such that $$\phi_i(...
Makogan's user avatar
  • 515
3 votes
0 answers
74 views

I am currently working on a problem related to the behavior of cells in a two-dimensional space. Let's consider a two-dimensional space composed of $n \times n$ cells, where each cell has its own ...
Dx.Yu's user avatar
  • 31
10 votes
2 answers
754 views

I have a binary (B&W) image. I want to transform it like this: Every 0 pixel remains 0. Every 1 pixel is substituted with the radius of the biggest circle which contains this pixel but does not ...
shamaz.mazum's user avatar
1 vote
1 answer
83 views

I am not sure if this question has been already addressed but I could not find it. Given a set of positive integer bounds $m_1,m_2,...,m_n$, a set $p_1,p_2,...,p_n$ of values such that $p_i\in\mathbb{...
Jorge Zuniga's user avatar
4 votes
1 answer
141 views

Crossposted on Mathematics SE A recent paper proposed the Alternative Basis Strassen algorithm [1] for matrix multiplication, which uses 7 multiplications and 12 additions, but needs you to make a ...
David Davó's user avatar
3 votes
1 answer
168 views

Is there any good algorithm for generating all the standard Young tableaux for a partition of $n$? I want to check the hook length formula by numerical experiment. But first I need an algorithm to ...
poisson's user avatar
  • 155
3 votes
1 answer
199 views

Let $A, B$ be $2n \times 2n$ complex skew-symmetric matrices. There exists a canonical form for the pencil $A - \lambda B$, related to the Kronecker canonical form (which itself is a generalization of ...
Banach space fan's user avatar
0 votes
2 answers
200 views

See below my attempt at implementing the block tridiagonal thomas algorithm. If you run this however, you get a relatively large (10^-2) error in the block TMDA compared to the np direct solve (10^-15)...
Tim's user avatar
  • 101
2 votes
1 answer
189 views

There is a well known result to easily calculate the derivative of non degenerate eigenvalues : $$ v_p^T \frac{dA}{dx} v_p = \frac{de_p}{dx} \space\space \space(1)$$ But when they are degenerate, how ...
Stef1611's user avatar
  • 151
0 votes
1 answer
64 views

The EKHAD package from the book A=B contains many effective algorithms. I want to use one of them in Maple, but I have troubles with the command read. I saved the ...
stackexchange user's user avatar
2 votes
3 answers
371 views

Source: https://keskustelu.suomi24.fi/t/18574666/kinkkinen-epayhtalo-taas I have heard that there is a proof that $ \frac{x}{\sqrt{y^2 + 15 xz}} + \frac{y}{\sqrt{z^2 + 15 xy}} + \frac{z}{\sqrt{x^2 + ...
guest's user avatar
  • 21
1 vote
0 answers
86 views

I'm currently trying to implement a algorithm from Burden's Numerical Analysis described in Chapter 9.4. The algorithm calculates for a given symmetric real matrix $A$ a unitarily equivalent symmetric ...
Zedssad's user avatar
  • 162
5 votes
3 answers
331 views

I want to write a numerical library (in C++) that provides the eigenvalues of small matrices ($3\times3$–$20\times20$) for my line of work. I read a little bit of literature and the consensus is ...
Zedssad's user avatar
  • 162
1 vote
0 answers
61 views

I have 20,000 plus images of art (paintings, sculptures, jars, etc) stored in a data base. The actual pieces are distributed in multiple warehouses. Ideally, the physical pieces SHOULD have a sticker ...
Romina Silvera's user avatar
2 votes
0 answers
115 views

What is the best way to find the extreme eigenvalues - in order to find the spectral radius - of a general real dense symmetric matrix? Looking at similar questions e.g.: What's the most efficient ...
ufghd34's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
40