Skip to main content

Questions tagged [matrix]

Questions on the manipulation of matrices in Mathematica.

Filter by
Sorted by
Tagged with
2 votes
1 answer
40 views

I have been trying to efficiently process data scraped from websites. One issue is that the data I want is often in the form of a matrix embedded at some level in a ragged list. I have developed one ...
David Keith's user avatar
  • 5,468
4 votes
3 answers
194 views

I have a 2x2 complex matrix ...
seeker's user avatar
  • 1,010
1 vote
0 answers
65 views

I encountered a weird problem when trying to study a few properties of eigenvectors of matrices sampled from the Gaussian symplectic ensemble (GSE). I have encountered this while trying to understand ...
Erosannin's user avatar
  • 1,226
1 vote
3 answers
429 views

The code I have written to create a chessboard is as follows: ...
N31ngy's user avatar
  • 21
5 votes
3 answers
447 views

I'm somewhat new to Mathematica and want to check symbolic solutions to small positive definite symmetric matrices (like 3x3 in size), which I think should in general yield a symbolic solution since ...
shangjiaxuan's user avatar
0 votes
1 answer
137 views

I have this differential matrix equation f'[x] == {{2 x, y + 5 I}, {-3 I + 2 y, Sin[3 x] - 5 y}}.f[x] for f[x] with the initial ...
charmin's user avatar
  • 1,179
0 votes
1 answer
128 views

I have a large 40*40-dimensional matrix $H$ and I need to find its eigenvalues and eigenvectors. The elements of the matrix are complicated, mostly in the form of Root[544 ... - 6790 #^39 + #^40& ...
charmin's user avatar
  • 1,179
2 votes
2 answers
159 views

Mathematica's built-in function RowReduce renders a given matrix into RREF (Row Reduced Echelon Form), but is there any option to see what row operation matrix it ...
Apocalypse's user avatar
4 votes
1 answer
223 views

There is a built-in command BlockDiagonalMatrix that takes in blocks and form a block diagonal matrix. I wonder if there is a convenient way of doing the inverse. ...
Apocalypse's user avatar
4 votes
1 answer
150 views

I am trying to write a Mathematica program to compute the following: For a given Hermitian matrix $\rho$, the operator $L_\theta$ with respect to a parameter $\theta$ is defined as: \begin{equation} ...
seeker's user avatar
  • 1,010
0 votes
1 answer
111 views

Besides the Mathematica code provided in arXiv:2509.14006, I made some complement to it. ...
138 Aspen's user avatar
  • 2,364
0 votes
1 answer
89 views

I have the following example, which is a proxy for the more complex problem I am trying to solve.(Apologies that the LaTeX is explicit, for some reason it trips the code formatting error on ...
Vassili Korotkin's user avatar
5 votes
3 answers
450 views

I don't know Mathematica very well, I have an equation involving matrices of the following form: given two $5\times5$ matrices $A,B$ where $B$ is nilpotent we want to find a matrix $X$ such that ...
Vanja's user avatar
  • 53
0 votes
0 answers
144 views

This question uses the function sumFast (defined below as well) given : here. Let us say we are given a matrix A and I want to ...
Erosannin's user avatar
  • 1,226

15 30 50 per page
1
2 3 4 5
243