Skip to main content

Questions tagged [matrix]

Questions on the manipulation of matrices in Mathematica.

1 vote
1 answer
55 views

The code I have written to create a chessboard is as follows: ...
N31ngy's user avatar
  • 13
0 votes
1 answer
111 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
2 votes
2 answers
155 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
143 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
  • 765
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
448 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
4 votes
1 answer
136 views

So I found this definition in this paper, but I wanted to double check that this is actually correct because I heard that the Partial derivative of a mxn matrix with respect to a p vector is supposed ...
Sliferslacker's user avatar
7 votes
2 answers
268 views

Give a $N \times N$ matrix $M$ in MMA, I am interested in finding a very particular sum using its matrix elements: $ \sum_{i \neq j \neq k \neq l}^{N} M_{ij}M_{jk}M_{kl}M_{li}$, which is of some use ...
Erosannin's user avatar
  • 1,216

15 30 50 per page
1
2 3 4 5
243