#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))

SageDays/Kreyszig-12.review-14 (last edited 2010-08-10 14:28:07 by Abhi-akash)