Skip to main content

Questions tagged [matrices]

For questions about construction and modification of matrices, objects represented by 2-dimensional arrays that are used to define linear operators within linear algebra.

1 vote
0 answers
25 views

I would like to solve the equation $Ax=b$ where $A$ is an $N\times N$ "cyclic" banded matrix (there might be a better term, but I wasn't able to find it), i.e. a matrix that look like $$\...
FusRoDah's user avatar
  • 111
1 vote
0 answers
39 views

This continues a previous question Usage of matrix multiplication for distance products However, this time, my question focuses on the algebraic properties of the classical mm and the min-plus/...
Mařík Savenko's user avatar
1 vote
1 answer
85 views

I'm learning a great new stuff and one of the things is Knuth's Algorithm X, which is super simple but an interesting different viewpoint at the problem. Of course this is a great application for ...
Jan's user avatar
  • 111
0 votes
1 answer
63 views

I am reading Indistinguishability Obfuscation from Well-founded Assumptions (pdf file) by Jain, Lin and Sahai, an important paper relating to program obfuscation in cryptography. However, I think this ...
Sam Gutkind's user avatar
0 votes
0 answers
52 views

Given a matrix $A$ of size $k \times k$ over real numbers. The goal is to compute the nuclear norm (see this) of the matrix. One way is to use SVD (singular value decomposition) and then calculate the ...
Shi's user avatar
  • 37
3 votes
1 answer
228 views

Is there an efficient way to tell if a square binary matrix can be made symmetric by reordering its rows and columns? I can't see how graph isomorphism can be reduced to this problem so maybe there is ...
Simd's user avatar
  • 1,036
1 vote
1 answer
110 views

I am coding a board mini-game while learning java and I would like to find the most efficient algorithm to my problem (I found one but it looks inefficient). Context : The board is a x,y matrix ...
ncoudin's user avatar
  • 13
2 votes
1 answer
124 views

Ok so I just started writing a linear algebra toolbox in C++ for some other projects I have / plan on starting in the future. So I define a matrix as the fundamental building block and vectors, ...
beeps's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
24