Recent content by mmmn

  1. M

    Mathematica Solve Error in Mathematica: Get Solution Here!

    Thanks for your reply. Do you know any way to plot this (x vs. r) in mathematica? x should be some value between 0 and 1, and r is a positive number.
  2. M

    Mathematica Solve Error in Mathematica: Get Solution Here!

    Here is my code Nl = 10^(49) ; Nh = 100 ; b = 4*10^(-13) ; Rs = N[((3 Nl)/(4 Pi b Nh^2))^(1/3)]; a = 6*10^(-18) ; Solve[x/(4 Pi r^2) E^(-Nh a x) a Nl == (1 - x)^2 b Nh, x]When I run it, it shows the error: "Solve::nsmet: This system cannot be solved with the methods available to Solve. >>"...
Back
Top