Recent content by Destroxia

  1. Destroxia

    I DSP: Recurrence Relations in a Linear Algebra Equation

    I believe I may have solved my own issue: Instead of treating this as a linear equation right away, something called the "z-transform" can be taken of the equation. And this allows us to easily solve the problem in the frequency domain. (The Z-transform is the discrete time version of the...
  2. Destroxia

    I DSP: Recurrence Relations in a Linear Algebra Equation

    Hello, I've been working through some Digital Signal Processing stuff by myself online, and I saw a system that I wanted to write down as a Linear Algebra Equation. It's a simple delay feedback loop, looks like this: The (+) is an adder that adds 2 signals together, so the signal from x[n]...
  3. Destroxia

    Physics Post-Bachelor's Struggles: Navigating the Job Market as a Physics Graduate

    Thanks for all the advice! I definitely had similar concerns when considering a physics education PhD, it would probably be my ideal subject to do a PhD, but I suspect it wouldn't have many fruits. I also don't mean to sound so self-deprecating in my post, I just over-exaggerated my frustration...
  4. Destroxia

    Physics Post-Bachelor's Struggles: Navigating the Job Market as a Physics Graduate

    I definitely wouldn't mind teaching other subjects, I was a Chemical Engineering major before I was a physics major, and did significant amounts of biology, so I'm quite passionate about all of it!
  5. Destroxia

    Thanks a lot!

    Thanks a lot!
  6. Destroxia

    Would you be able to send me some more information on the position, or like a link to the...

    Would you be able to send me some more information on the position, or like a link to the position or department of the govt?
  7. Destroxia

    Physics Post-Bachelor's Struggles: Navigating the Job Market as a Physics Graduate

    I don't have any projects up on github, besides my research, but that's locked anyway. I don't have much to actually show besides a few personal projects like a web scraper, and some stuff I used to help me conjugate verbs in other languages, but it's all very not-spectacular. I've been...
  8. Destroxia

    Physics Post-Bachelor's Struggles: Navigating the Job Market as a Physics Graduate

    I've graduated from college about 4 months ago with a B.S. in Physics, and a minor in Mathematics. I've applied to so many jobs I lost count, Physics Jobs, MechE jobs, EE Jobs, SystemsE, SoftwareE, etc. I've interviewed at maybe 3 places only so far, and from those interviews they informed my...
  9. Destroxia

    Calculating Christoffel Symbols from a given line element

    So going off this, just as a first step I could some kind of coefficient relation? Like ## g_{tt} dt^2 + 2 g_{tx} dt dx + g_{xx} dx^2 = - dt^2 + x^2 dx^2 ##. And from that follows, ## g_{tt} = -1, g_{tx} = 0, ## and ## g_{xx} = x^2 ## ? I'm still having trouble understanding how these metric...
  10. Destroxia

    Calculating Christoffel Symbols from a given line element

    Homework Statement Given some 2D line element, ## ds^2 = -dt^2 +x^2 dx^2 ##, find the Christoffel Symbols, ## \Gamma_{\beta \gamma}^{\alpha} ##. Homework Equations ## \Gamma_{\beta \gamma}^{\alpha} = \frac {1}{2} g^{\delta \alpha} (\frac{\partial g_{\alpha \beta}}{\partial x^\gamma} +...
  11. Destroxia

    Special Relativity - Length Contraction

    1. Homework Statement Why does the non-relative simultaneous frame have an additional term of ##v \Delta t## along with the contracted length ## L ## for ## \Delta x ##? 2. Homework Equations ## L + v \Delta t = \Delta x ## ---- (1) ## \Delta x = \gamma \Delta x' = \gamma L_{\star} ## ----...
  12. Destroxia

    Pauli Matrices in the Basis of Y?

    So if I understand you correctly... ## \sigma_{y,y} = \left(\begin{array}{cc}1&0\\0&-1\end{array}\right) ##, ## \sigma_{y,z} = \left(\begin{array}{cc}0&1\\1&0\end{array}\right) ##, ## \sigma_{y,x} = \left(\begin{array}{cc}0&-i\\i&0\end{array}\right) ## In which the first "sub" term is the y...
  13. Destroxia

    Pauli Matrices in the Basis of Y?

    Also, I apologize I got your note on notation after I submitted that.
  14. Destroxia

    Pauli Matrices in the Basis of Y?

    I read in the book a cyclic relation, is this what you mean by base permutation? ## XY=iZ ##, ## ZX=iY ##, ## YZ=iX ##... Does this mean that I can simply equate them so that ## \sigma_y = \left(\begin{array}{cc}0&-i\\i&0\end{array}\right) ## in the X basis, and ## \sigma_y =...
  15. Destroxia

    Pauli Matrices in the Basis of Y?

    I'm not sure what the matrix is for Z to Y, I can't figure it out and the textbook doesn't list anything besides X to Z. and I believe that ##\sigma_y## in the Y basis is the same as ##\sigma_z## in the Z basis. ## \sigma_y = \left(\begin{array}{cc}1&0\\0&-1\end{array}\right)## in the Y basis.
Back
Top