Skip to main content

Questions tagged [complex-arithmetic]

For questions about implementing and using complex arithmetic operations.

0 votes
0 answers
43 views

The boundary value problem is given: \begin{cases} \frac{\partial E}{\partial z} = \alpha\frac{\partial^{2}E }{\partial x^{2}}, -X/2\lt x\lt X/2, \alpha \in \mathbb{C}\\ E(0,z)=0, E(X,z)=0\\ E(x,0)=...
pavel panov's user avatar
3 votes
1 answer
140 views

Asking here because I searched the LAPACK user forums and found nothing. I have a problem that requires the computation of the eigendecomposition $A=A^T=Q \Lambda Q^T$ for the 2x2 complex symmetric ...
someone's user avatar
  • 1,081
0 votes
1 answer
81 views

I have the following problem: $$argmin_{\vec{x},\phi}||A\vec{x}-\vec{y}e^{j\phi}||_2^2$$ Here, $x$ and $y$ are vectors and $\phi$ is a constant phase factor that applies to the all entries of $y$. I ...
starhd's user avatar
  • 23
1 vote
0 answers
75 views

As far as I understand there are two definitions of the complex inner product: $$(a,b) = b^H a$$ and $$(a,b) = a^H b$$ I know some linear algebra libraries such as BLAS and Eigen uses the second one. ...
Alexandre Hoffmann's user avatar
-2 votes
1 answer
65 views

In a previous answer the following identity was presented $$-i \vec \kappa \exp^{[i\vec \kappa \cdot (\vec r_j - \vec r_i)]} = -\vec \kappa \sin[\vec \kappa \cdot (\vec r_j - \vec r_i)] \, .$$ Why ...
Zhao Dazhuang's user avatar
1 vote
1 answer
113 views

My Math SE question determining if a coincident point in a pair of rotated hexagonal lattices is closest to the origin? explains the problem I have. I won't reproduce the whole thing in detail here, ...
uhoh's user avatar
  • 1,152
2 votes
1 answer
576 views

I have asked this in Mathematic section, but received no reply. Please let me ask here to see if threr is any difference. The Schrodinger equation without potential has the following form: $$\...
WhatsupAndThanks's user avatar
4 votes
0 answers
248 views

I am interested in the iterative solution (preferably Krylov-type solvers) of a problem $\boldsymbol{A}x=b$, with $x,b\in\mathbb{C}^{n\times1}$ and $\boldsymbol{A}\in\mathbb{C}^{n\times n}$. $\...
Breno's user avatar
  • 141
2 votes
1 answer
356 views

I want to solve a linear set of equations (Ax=b) using LU decomposition. My "A" matrix is a complex matrix which is ...
HKK's user avatar
  • 33
0 votes
0 answers
69 views

I am working on a numerical model to simulate the acoustic and elastic wave propagation in frequency domain via the Finite Element Method. Basically, the problem is to solve the Helmholtz equation in ...
Lucas Vieira's user avatar
2 votes
1 answer
501 views

I am trying to find out if the known QR algorithm to find the eigenvalues of a real matrix, which can be found in the book Fundamentals of Matrix Computations, can also be used for complex matrices ...
danft's user avatar
  • 31
6 votes
3 answers
339 views

I have a simple but long function that takes a vector x[10], and outputs a vector y[100]. It is an automatically generated eval function for a multivariate polynomial, ie, there is only (complex) ...
rfabbri's user avatar
  • 139
7 votes
2 answers
196 views

Assume one uses the classical AMG with Ruge-Stuben coarsening and direct interpolation for solving real valued problems. How can this approach be recycled to also solve complex valued problems like ...
vydesaster's user avatar
1 vote
1 answer
597 views

I'm trying to get the normal modes of a system of springs and dasphots using the basic dynamic equations for a linear, damped elastic structure: $ M \ddot{u}(t) + C \dot{u}(t) + K u(t) = f(t) $ to ...
Msegade's user avatar
  • 173
6 votes
2 answers
1k views

I wanted to find and plot the eigenvalues of large (around $1000\times1000$) matrices. But discovered when using the eig function in matlab, it gives complex ...
I Amx's user avatar
  • 61

15 30 50 per page