[Maxima] question in my sin law function

=?big5?B?tsAguM62rw==?= bear.tw at hotmail.com
Sat Oct 31 06:45:04 CDT 2009


Dear all
        I have a question in my function.Would you help me again?
we know in sin law a/sin(A)=b/sin(B)
if A,b,B is given , then we can solve a
that is my code. I input A,b,B, I want it can solve a by sinLaw function directly. 

(if I don't let a:b/sin(B)*sin(A), can I show a=?)

sinLaw(a,A,b,B):=(
a/sin(A*%pi/180)=b/sin(B*pi/180),
solve(%,[a])
);
[a,A,b,B]:[x,30,sqrt(30),60];
sinLaw(a,A,b,B);


(%o1) sinLaw(a,A,b,B):=(a/sin((A*%pi)/180)=b/sin((B*pi)/180),solve(%,[a]))
(%o2) [x,30,sqrt(30),60]
(%o3) []


 		 	   		  
_________________________________________________________________
¹ñ·sªº Windows 7¡G§ä¥X¾A¦X±zªº¹q¸£¡C²`¤J¤F¸Ñ¡C
http://windows.microsoft.com/shop
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.math.utexas.edu/pipermail/maxima/attachments/20091031/078ac615/attachment.htm 


More information about the Maxima mailing list