Find Docs

Astronomical Applications Department, U.S. Naval Observatory - Sensitivity Integral (Page 14)

Wodocs >> Science : Astronomy >> Astronomical Applications Department, U.S. Naval Observatory Sensitivity Integral Page 14
Astronomical Applications Department, U.S. Naval Observatory - Sensitivity Integral
(
)
cost parts
2
+
+
+
+
146 additions
385 multiplications
32 divisions
26 functions
188 subscripts
(
)
cost parts
3
+
+
+
+
117 additions
333 multiplications
32 divisions
26 functions
129 subscripts
(
)
cost parts
4
+
+
+
+
87 additions
258 multiplications
32 divisions
26 functions
37 subscripts
This doesn't look all that bad. There's one round more of tweaking to do.
We can pretty easily further simplify the last integral, parts[4], by collecting on the factors that are
common to the "
1
" sines and cosines and the "
2
" sines and cosines. Here is a sequence of
Maple commands to accomplish this.
time0 := time():
verbosity := 1:
debug_print(``,`Here we go...`,0);

# use a temporary for safety
tmp4 := parts[4]:

# select the denominators we're interested in
Set_trig := select( has, indets(tmp4), {sin,cos} ):
Set_A := select( has, indets(tmp4), {nu[1]} ):
Set_A_trig := Set_trig intersect Set_A:
Set_denoms := {}:
for p in Set_A_trig do
Set_denoms := Set_denoms union {select(has,coeff(tmp4,p,1),{s,g})};
od:
Set_denoms := Set_denoms minus {0,1}:
debug_print(``,`Set of denominators for parts[4]:`,0,Set_denoms);

# substitute temporaries for the denominators
debug_print(``,`simplifying...`,0);
Tlist := []:
denoms := convert(Set_denoms,list):
for k from 1 to nops(denoms) do
tmp4 := subs( denoms[k]=T.k, tmp4 );
Tlist := [op(Tlist),T.k]:
od:
debug_print(``,`expression with placeholders:`,2,tmp4);

# now collect on the denominators
tmp4 := collect( tmp4, [a[4],op(Tlist)], factor ):

# replace the denominator placeholders
for k from 1 to nops(denoms) do
tmp4 := subs( T.k=denoms[k], tmp4 );
od:
debug_print(``,`simplified expression:`,1,tmp4);

debug_print(``,`cost before simplification:`,0,cost(parts[4]));
debug_print(``,`cost after simplification:`,0,cost(tmp4));
Page 14

<< Previous       1 .. 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21       Next >>



Other Documents:
3 D plot fits, lyap2, NAO 150, Rotate Vector, lyapcalc, wedges, Scifull, Precession Memo, Precession Maple, Curves 3 D, NOVAS 2004 Overview, NOVAS 2006 Overview, thesis, Ranson,


WODocs | |
All rights reserved. wodocs.com© 2009
WODocs


New Docs

Documents Category:
Arts (Design, Movies, Music, Radio, Television)
Automotive (Cars, Marine, Motorcycle, ATV, Snowmobiles)
Business (Biotechnology and Pharmaceuticals, Chemicals, Construction and Maintenance, Materials, Real Estate, Services)
Electronics (Computers, Motion Control, Power Supply)
Games (Board, Family, Party, Card, Construction, RC Toys)
Health (Animalm, Beauty, Healthcare, Medicine, Pharmacy, Surgery, Weight Loss)
Home (Accessories, Cooking, Decor and Design, Electrical, Family, Pets)
News (Newspapers, Sports, Television)
Recreation (Collecting, Hiking, Scouting, Survival, Travel)
Reference (Education, Libraries and Archives, Museums)
Science (Agriculture, Astronomy, Biology, Chemistry)
Shopping (Antiques and Collectibles, Clothing, Flowers, Food, Home and Garden)
Sports (Bicycle, Snowboard, Skiing, Other)