using System; using static System.Console; using static System.Math; class main{ public static void Main(string[] args){ double rmax=10,dr=0.2; foreach(var arg in args){ var words = arg.Split(':'); if(words[0]=="-rmax")rmax=double.Parse(words[1]); if(words[0]=="-dr")dr=double.Parse(words[1]); } int n=(int)(rmax/dr-1); vector r = new vector(n); vector e = new vector(n); for(int i=0;i f0 = z => 2*z*Exp(-z); WriteLine("# ground state wave-function"); WriteLine($"{0} {0} {0}"); for(int i=0;i