User Portlet User Portlet

Juan David Lizarazo Ferro
Discussions
The intersection of the circular wavefronts and the beam waist can be solved for: Clear[w0]; Clear[\[Lambda]]; sols = Solve[{(z - (zp - R[zp]))^2 + w^2 == R[zp]^2, (w/w0)^2 == 1 + ((\[Lambda] z)/(\[Pi] w0^2))^2}, {z, w}]; ...
I'm having a similar error in a different scenario for launching remote kernels. Did you figure it out?