Mathematica: Solving Linear Complex Systems

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
BLUE_CHIP
Messages
4
Reaction score
0
Good evening,

I am currently trying to use Mathematica to find the symbolic solutions to a set of complex linear equations. I have never used Mathematica for such a task before and am finding it quite difficult. Let me state the problem:

[tex]\begin{pmatrix}a^{*}a-b^{*}b&ac^{*}-bd^{*}\\a^{*}c-b^{*}d&c^{*}c-d^{*}d\end{pmatrix}=\begin{pmatrix}-(\mu+2tcos(p))&2(\Re(\Delta)-i\Im(\Delta))sin(p)\\2(\Re(\Delta)+i\Im(\Delta))sin(p)&\mu+2tcos(p)\end{pmatrix}; \qquad \text{ where } \mu, \Re(\Delta), \Im(\Delta), t \text{ are real constants }; p\inℝ[/tex]

I am attempting to solve for the complex functions [tex]a(p), b(p), c(p), d(p)[/tex] Is this even possible or am I wasting my time?

Thanks
 
Physics news on Phys.org
By inspection, assuming your j(delta) is not equal to zero, that sin(p) is equal to zero.

That substantially simplifies your task, but, like many things in Mathematica, at the moment it is resisting doing something that is simple to describe.
 
Last edited:
This problem has been solved.

Thank you.