- #1
kasnay
- 10
- 1
- TL;DR Summary
- Wave direction and speed propagation
I have an answer to a partial differential equation.
I have the equation coded as followed. I am trying to get this wave to propagate back after it hits a given z value. Can anyone help me figure out the direction in this equation?
upsilon=sqrt(3*((1-nu)/(1+nu))*(B/row));expansion=exp(-z/zeta).*(1-.5.*exp(-upsilon.*step(t)/zeta))-.5.*exp(-abs(z-upsilon.*step(t))/zeta).*sign(z-upsilon.*step(t));eta=(1-R)*((Q*Beta)/(A*zeta*C))*((1+nu)/(1-nu))*expansion;
I have the equation coded as followed. I am trying to get this wave to propagate back after it hits a given z value. Can anyone help me figure out the direction in this equation?
upsilon=sqrt(3*((1-nu)/(1+nu))*(B/row));expansion=exp(-z/zeta).*(1-.5.*exp(-upsilon.*step(t)/zeta))-.5.*exp(-abs(z-upsilon.*step(t))/zeta).*sign(z-upsilon.*step(t));eta=(1-R)*((Q*Beta)/(A*zeta*C))*((1+nu)/(1-nu))*expansion;