||'''Book'''|| Advanced Engineering Mathematics ||
 ||'''Author'''|| Erwin Kreyszig ||
 ||'''Edition'''|| 8th Edition ||

/* code_begins */

{{{
#let z=a+bi
#as an answer you get b=0, a=arcsin(10)
#there are more than 1 solutions
#some valuable observations regarding the computation of this problem on sage:
#sage does not return NaN for arcsin(10) as it considers 10 as a symbol there
#however sage cannot do arcsin over complex numbers!!!
#for that purpose one may use:
# import mpmath as mp; mp.asin(mp.mpf(10))

}}}

/* code_ends */

 * '''Solution by''': 
   * Akash Singh, Student, CRCE
   * Vikas Singh, Student, CRCE