Recent content by adamimos

  1. A

    Mathematica Solving PDE in Mathematica: Why No Answer?

    Hey all, I'm trying to solve a PDE in mathematica of this form: d^2 f / dx^2 = df/dt + f where f is a function of x and t. So I input this: DSolve[D[V[x, t], {x, 2}] == V[x, t] + D[V[x, t], {t, 1}], V[x, t], {x, t}] does anyone know why no answer shows up? thanks.
  2. A

    Unlock the Basics of Quantum Mechanics: A Math-Centric Guide for Self-Learning"

    thanks a lot, i'll look into it, hopefully the library has this book i'm sure ill be on this forum with a lot of simple questions
  3. A

    Unlock the Basics of Quantum Mechanics: A Math-Centric Guide for Self-Learning"

    Hey guys I'm new here. I'm a sophomore in college and am very interested in learning QM, with a more math oriented approach. I know classical mechanics and EM pretty well and am good at calculus up to differential equations. Is there any good place to start on my own? I simply don't have...
Back
Top