[Maxima] in sector , if A=S, solve r=?
=?big5?B?tsAguM62rw==?=
bear.tw at hotmail.com
Sun Oct 11 02:13:13 CDT 2009
A:1/2*S*r;
solve([A=S],[r]);
(%o6) (r*S)/2
(%o7) [r=2]
================================
how to solve if some variable is constant
> we have
> Q is a angle of sector
> r is a radius of sector
> S is a arc length of sector
> A is a area of sector
>
> question : if the value of A = the value of S, solve r=?
> that is clearly, r=2.
> A=S
> 1/2Sr=S
> so, r=2
>
> I try to do in maxima
> A:1/2*S*r;
> solve([A=S,r]);
> solve([1/2*S*r=S,r]);
>
> (%o13) (r*S)/2
> (%o14) [[S=0,r=0]]
> (%o15) [[S=0,r=0]]
> that can not answer r=2.
_________________________________________________________________
¤U¸ü Windows Live Messenger 9.0¡A¦h¤¸·¾³q¡BºÉ±¡¤À¨É¡A©M§Y®É¶Ç°T¦n¤Í½u¤W¦P¼Ö¡I¡X ¥ß§Y¤U¸ü
http://download.live.com/messenger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.math.utexas.edu/pipermail/maxima/attachments/20091011/8887049e/attachment.htm
More information about the Maxima
mailing list