SlideShare a Scribd company logo
384 PROBLEMS AND SOLUTIONS
where
p(x) _xe
n!
Solution by J. H. VAN LINT (Technological University, Eindhoven, Nel,!e,
lands).
We use the known formula for Euler’s constant
1 Sn r=l
r-1
log n -Jr ’t 2(n -t- 1)
zc 0
Note that
(2) e
nih’-0
--(n+2)
It now follows from (1) and (2) that
e_ z log n
O(z-).
’-t-logx-- Ei(--x) --.(1 e-z)--(e
-1-- x) + O(x-’)
1
log x + O(x-).
To obtain more terms of the asymptotic expansion, we just use more terms in the
expansion (1).
Problem 65-1, A Least Squares Estimate of Satellite Attitude, by Gnncn WAIBa
(IBM--Federal Systems Division).
Given two sets of n points {v, v, ...,v}, and {v*, v*, ...,v*}, where
n ->_ 2, find the rotation matrix M (i.e., the orthogonal matrix with determinant
-1) which brings the first set into the best least squares coincidence with the
second. That is, find M which minimizes
This problem has arisen in the estimation of the attitude of a satellite by using
direction cosines {v*} of objects as observed in a satellite fixed frame of reference
and direction cosines Ivy} of the same objects in a known frame of reference. M
is then a least squares estimate of the rotation matrix which carries the known
frame of reference into the satellite fixed frame of reference.
Solution by J. L. FhRRELL and J. C. STUELPNAGEL (Westinghouse Defense
and Space Center).
Downloaded
09/11/13
to
130.236.84.134.
Redistribution
subject
to
SIAM
license
or
copyright;
see
http://www.siam.org/journals/ojsa.php
PROBLEMS AND SOLU’IIONS 385
Let k denote the dimension of the column vectors vl, ...,vn, vl ...,vn
nd let V and V* denote the two/c )< n matrices obtained by juxtaposing Vl,
* * respectively.
"’’Vn and Vl ""vn
For any orthogonal matrix M, define Q(M) as the sum of squares to be
minimized, so
Q(M) v3.* Mv3.
3"=1
tr(V*- MV)r(V* MV),
where tr denotes the trace function and a superscript T denotes transposition.
Q(M) may be rewritten as
Q(M) tr (V*r
VrMr)(V* MV) tr V*rV* + tr VrV- 2 tr VrMrV*.
Since the first two terms are independent of M, Q(M) is minimized by maximiz-
ing F(M) tr VrMrV*, which may be written as
F(M) tr MrV*Vr.
It is a well-known fact that an arbitrary real square matrix A can be written
as a product UP, where U is orthogonal and P is symmetric and positive semi-
definite. Furthermore, if A is nonsingular, U is uniquely defined and P is positive
definite. If A is singular, U is not unique, but it may be taken to have deter-
minant +1. (The corresponding statement of the first result above for complex:
A may be fotmd in [1, 2.8] and the result for real A follows from it.)
Applying this result to A V*Vr, we have F(M) tr MrUP. Since P is
symmetric, there is an orthogonal matrix N such that NPNr
is a diagond
matrix D, whose diagonal elements dl, ..., dk are arranged in decreasing order.
All di are nonnegative, since P is positive semidefinite. Now, letting X NMr
UNr, we obtain
F(M) tr MrUNrDN tr NMrUNrD tr XD dx
i=l
Since F(M) is a linear function of the nonnegative numbers dl, .-., dk, its
maximum is attained when the diagonal elements of X attain their maximum
values. Because X is an orthogonal matrix, all elements of X are between -1
and 1, so F(M) is maximized when xi 1, x 0, i j.
Because det M is required to be +1, detX det (NMrUNr) (detN)
det M det U det U. If det U 1, then it is required that det X 1,
and it is not hard to see that
is solution (since dl >= d >= >_- d). Letting X0 be the matrix which maxi-
mizesF(M) (Xo IorXo=(I-1
_0) accordingasdetU= -lor-1)
1
Xo NMorUN,or M0 UNrXorN is a rotation matrix which minimizes the
sum of squares Q(M). If V*V is nonsingular, it is the unique rotation matrix
which does so.
Downloaded
09/11/13
to
130.236.84.134.
Redistribution
subject
to
SIAM
license
or
copyright;
see
http://www.siam.org/journals/ojsa.php
386 PROBLEMS AND SOLUTIONS
REFERENCE
[1] M. MRcus, Basic Theorems in Matrix Theory, Nat. Bureau of Stds., Appl. Math.
Series No. 57, 1960.
R. H. WESSEn (Hughes Aircraft Company) in his solution points out that if
det A 0, then V*Vr
A UP,
V (Ar)-(ArA)1, P (ArA)1,
where (ArA) is the symmetric square root of ArA with positive eigeavalues,
and, hence, for det A > 0,
M0 (VV*r)-(VV*rV*V)1/.
J. R. VnLMN (Hughes Aircraft Company) iu his solution demonstrates that
in the case det A < 0, M0 U(I 2G) where G is any one-dimensional projection
satisfying GE G, where E is the eigenspace of the smallest eigeavalue of P,
hence Farrel aad Stuelpnagle’s solution in this case is unique if the smallest
eigenvalue of P has multiplicity one.
J. E. BROCK (U. S. Naval Postgraduate School) solved the problem for
det V*Vr
>-_ 0 by differentiating
a -tr [VrM-V* V*rMV]
with respect to each of the 9 elemeats of M aud setting the results equal to 0. The
resulting equutions turn out to be
MrAMr
At,
which implies that MrA is symmetric, (MrA)(MrA) ArA, MrA is any
symmetric square root (ArA)x of ArA, and M (Ar)-i(ArA).He then
gives an example in which the actual residual sum of squares is minimized by
tking the positive definite symmetric square root.
Also solved by R. DnSZnDINS (Goddard Spce Flight Center) nd the pro-
poser.
Problem 65-2, A Third Order Differential Equation, by DONALD E. AMOS (Uni-
versity of Missouri).
The differential equation
[D
-t2D
-3t]y 0
arises in a problem describing the motion of a particle in a magnetic field.
(1) Identify the power series solutions in terms of special functions,
(2) evaluate the associated integral
fotxy(x) dx,
und
(3) find asymptotic expressions for lurge in (1) and (2).
Downloaded
09/11/13
to
130.236.84.134.
Redistribution
subject
to
SIAM
license
or
copyright;
see
http://www.siam.org/journals/ojsa.php

More Related Content

Similar to farrell1966.pdf

On Application of the Fixed-Point Theorem to the Solution of Ordinary Differe...
On Application of the Fixed-Point Theorem to the Solution of Ordinary Differe...On Application of the Fixed-Point Theorem to the Solution of Ordinary Differe...
On Application of the Fixed-Point Theorem to the Solution of Ordinary Differe...
BRNSS Publication Hub
 
Fixed point theorems for four mappings in fuzzy metric space using implicit r...
Fixed point theorems for four mappings in fuzzy metric space using implicit r...Fixed point theorems for four mappings in fuzzy metric space using implicit r...
Fixed point theorems for four mappings in fuzzy metric space using implicit r...
Alexander Decker
 
Analysis and algebra on differentiable manifolds
Analysis and algebra on differentiable manifoldsAnalysis and algebra on differentiable manifolds
Analysis and algebra on differentiable manifoldsSpringer
 
Chapter_09_ParameterEstimation.pptx
Chapter_09_ParameterEstimation.pptxChapter_09_ParameterEstimation.pptx
Chapter_09_ParameterEstimation.pptx
VimalMehta19
 
Litvinenko_RWTH_UQ_Seminar_talk.pdf
Litvinenko_RWTH_UQ_Seminar_talk.pdfLitvinenko_RWTH_UQ_Seminar_talk.pdf
Litvinenko_RWTH_UQ_Seminar_talk.pdf
Alexander Litvinenko
 
A Fast Algorithm for Solving Scalar Wave Scattering Problem by Billions of Pa...
A Fast Algorithm for Solving Scalar Wave Scattering Problem by Billions of Pa...A Fast Algorithm for Solving Scalar Wave Scattering Problem by Billions of Pa...
A Fast Algorithm for Solving Scalar Wave Scattering Problem by Billions of Pa...
A G
 
QMC: Operator Splitting Workshop, Proximal Algorithms in Probability Spaces -...
QMC: Operator Splitting Workshop, Proximal Algorithms in Probability Spaces -...QMC: Operator Splitting Workshop, Proximal Algorithms in Probability Spaces -...
QMC: Operator Splitting Workshop, Proximal Algorithms in Probability Spaces -...
The Statistical and Applied Mathematical Sciences Institute
 
Composed short m sequences
Composed short m sequencesComposed short m sequences
Composed short m sequences
IAEME Publication
 
Complete l fuzzy metric spaces and common fixed point theorems
Complete l fuzzy metric spaces and  common fixed point theoremsComplete l fuzzy metric spaces and  common fixed point theorems
Complete l fuzzy metric spaces and common fixed point theorems
Alexander Decker
 
Linear response theory
Linear response theoryLinear response theory
Linear response theory
Claudio Attaccalite
 
A short remark on Feller’s square root condition.
A short remark on Feller’s square root condition.A short remark on Feller’s square root condition.
A short remark on Feller’s square root condition.
Ilya Gikhman
 
Dr. majeed &humam paper
Dr. majeed &humam paperDr. majeed &humam paper
Dr. majeed &humam paper
Alexander Decker
 
Hawkinrad a sourceasd
Hawkinrad a sourceasdHawkinrad a sourceasd
Hawkinrad a sourceasd
foxtrot jp R
 
On problem-of-parameters-identification-of-dynamic-object
On problem-of-parameters-identification-of-dynamic-objectOn problem-of-parameters-identification-of-dynamic-object
On problem-of-parameters-identification-of-dynamic-objectCemal Ardil
 
PCA on graph/network
PCA on graph/networkPCA on graph/network
PCA on graph/network
Daisuke Yoneoka
 
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
The Statistical and Applied Mathematical Sciences Institute
 
Stochastic Calculus, Summer 2014, July 22,Lecture 7Con.docx
Stochastic Calculus, Summer 2014, July 22,Lecture 7Con.docxStochastic Calculus, Summer 2014, July 22,Lecture 7Con.docx
Stochastic Calculus, Summer 2014, July 22,Lecture 7Con.docx
dessiechisomjj4
 
Las funciones L en teoría de números
Las funciones L en teoría de númerosLas funciones L en teoría de números
Las funciones L en teoría de números
mmasdeu
 

Similar to farrell1966.pdf (20)

On Application of the Fixed-Point Theorem to the Solution of Ordinary Differe...
On Application of the Fixed-Point Theorem to the Solution of Ordinary Differe...On Application of the Fixed-Point Theorem to the Solution of Ordinary Differe...
On Application of the Fixed-Point Theorem to the Solution of Ordinary Differe...
 
Fixed point theorems for four mappings in fuzzy metric space using implicit r...
Fixed point theorems for four mappings in fuzzy metric space using implicit r...Fixed point theorems for four mappings in fuzzy metric space using implicit r...
Fixed point theorems for four mappings in fuzzy metric space using implicit r...
 
Analysis and algebra on differentiable manifolds
Analysis and algebra on differentiable manifoldsAnalysis and algebra on differentiable manifolds
Analysis and algebra on differentiable manifolds
 
Senior Research
Senior ResearchSenior Research
Senior Research
 
Chapter_09_ParameterEstimation.pptx
Chapter_09_ParameterEstimation.pptxChapter_09_ParameterEstimation.pptx
Chapter_09_ParameterEstimation.pptx
 
Litvinenko_RWTH_UQ_Seminar_talk.pdf
Litvinenko_RWTH_UQ_Seminar_talk.pdfLitvinenko_RWTH_UQ_Seminar_talk.pdf
Litvinenko_RWTH_UQ_Seminar_talk.pdf
 
A Fast Algorithm for Solving Scalar Wave Scattering Problem by Billions of Pa...
A Fast Algorithm for Solving Scalar Wave Scattering Problem by Billions of Pa...A Fast Algorithm for Solving Scalar Wave Scattering Problem by Billions of Pa...
A Fast Algorithm for Solving Scalar Wave Scattering Problem by Billions of Pa...
 
QMC: Operator Splitting Workshop, Proximal Algorithms in Probability Spaces -...
QMC: Operator Splitting Workshop, Proximal Algorithms in Probability Spaces -...QMC: Operator Splitting Workshop, Proximal Algorithms in Probability Spaces -...
QMC: Operator Splitting Workshop, Proximal Algorithms in Probability Spaces -...
 
Composed short m sequences
Composed short m sequencesComposed short m sequences
Composed short m sequences
 
Complete l fuzzy metric spaces and common fixed point theorems
Complete l fuzzy metric spaces and  common fixed point theoremsComplete l fuzzy metric spaces and  common fixed point theorems
Complete l fuzzy metric spaces and common fixed point theorems
 
Linear response theory
Linear response theoryLinear response theory
Linear response theory
 
A short remark on Feller’s square root condition.
A short remark on Feller’s square root condition.A short remark on Feller’s square root condition.
A short remark on Feller’s square root condition.
 
Dr. majeed &humam paper
Dr. majeed &humam paperDr. majeed &humam paper
Dr. majeed &humam paper
 
Hawkinrad a sourceasd
Hawkinrad a sourceasdHawkinrad a sourceasd
Hawkinrad a sourceasd
 
On problem-of-parameters-identification-of-dynamic-object
On problem-of-parameters-identification-of-dynamic-objectOn problem-of-parameters-identification-of-dynamic-object
On problem-of-parameters-identification-of-dynamic-object
 
PCA on graph/network
PCA on graph/networkPCA on graph/network
PCA on graph/network
 
hone_durham
hone_durhamhone_durham
hone_durham
 
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
 
Stochastic Calculus, Summer 2014, July 22,Lecture 7Con.docx
Stochastic Calculus, Summer 2014, July 22,Lecture 7Con.docxStochastic Calculus, Summer 2014, July 22,Lecture 7Con.docx
Stochastic Calculus, Summer 2014, July 22,Lecture 7Con.docx
 
Las funciones L en teoría de números
Las funciones L en teoría de númerosLas funciones L en teoría de números
Las funciones L en teoría de números
 

Recently uploaded

Core technology of Hyundai Motor Group's EV platform 'E-GMP'
Core technology of Hyundai Motor Group's EV platform 'E-GMP'Core technology of Hyundai Motor Group's EV platform 'E-GMP'
Core technology of Hyundai Motor Group's EV platform 'E-GMP'
Hyundai Motor Group
 
Statistics5,c.xz,c.;c.;d.c;d;ssssss.pptx
Statistics5,c.xz,c.;c.;d.c;d;ssssss.pptxStatistics5,c.xz,c.;c.;d.c;d;ssssss.pptx
Statistics5,c.xz,c.;c.;d.c;d;ssssss.pptx
coc7987515756
 
What Causes 'Trans Failsafe Prog' to Trigger in BMW X5
What Causes 'Trans Failsafe Prog' to Trigger in BMW X5What Causes 'Trans Failsafe Prog' to Trigger in BMW X5
What Causes 'Trans Failsafe Prog' to Trigger in BMW X5
European Service Center
 
Ec330B Lc Excavator Volvo Service Repair.pdf
Ec330B Lc Excavator Volvo Service Repair.pdfEc330B Lc Excavator Volvo Service Repair.pdf
Ec330B Lc Excavator Volvo Service Repair.pdf
Excavator
 
Empowering Limpopo Entrepreneurs Consulting SMEs.pptx
Empowering Limpopo Entrepreneurs  Consulting SMEs.pptxEmpowering Limpopo Entrepreneurs  Consulting SMEs.pptx
Empowering Limpopo Entrepreneurs Consulting SMEs.pptx
Precious Mvulane CA (SA),RA
 
What Does the PARKTRONIC Inoperative, See Owner's Manual Message Mean for You...
What Does the PARKTRONIC Inoperative, See Owner's Manual Message Mean for You...What Does the PARKTRONIC Inoperative, See Owner's Manual Message Mean for You...
What Does the PARKTRONIC Inoperative, See Owner's Manual Message Mean for You...
Autohaus Service and Sales
 
What do the symbols on vehicle dashboard mean?
What do the symbols on vehicle dashboard mean?What do the symbols on vehicle dashboard mean?
What do the symbols on vehicle dashboard mean?
Hyundai Motor Group
 
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.docBài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
daothibichhang1
 
Antique Plastic Traders Company Profile
Antique Plastic Traders Company ProfileAntique Plastic Traders Company Profile
Antique Plastic Traders Company Profile
Antique Plastic Traders
 
Wondering if Your Mercedes EIS is at Fault Here’s How to Tell
Wondering if Your Mercedes EIS is at Fault Here’s How to TellWondering if Your Mercedes EIS is at Fault Here’s How to Tell
Wondering if Your Mercedes EIS is at Fault Here’s How to Tell
Vic Auto Collision & Repair
 
一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理
一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理
一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理
eygkup
 
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
ahmedendrise81
 
Tyre Industrymarket overview with examples of CEAT
Tyre Industrymarket overview with examples of CEATTyre Industrymarket overview with examples of CEAT
Tyre Industrymarket overview with examples of CEAT
kshamashah95
 
Ec460b lc Excavator Volvo Service Repair.pdf
Ec460b lc Excavator Volvo Service Repair.pdfEc460b lc Excavator Volvo Service Repair.pdf
Ec460b lc Excavator Volvo Service Repair.pdf
Excavator
 
gtyccccccccccccccccccccccccccccccccccccccccccccccccccccccc
gtycccccccccccccccccccccccccccccccccccccccccccccccccccccccgtyccccccccccccccccccccccccccccccccccccccccccccccccccccccc
gtyccccccccccccccccccccccccccccccccccccccccccccccccccccccc
4thzenzstar
 
Digital Fleet Management - Why Your Business Need It?
Digital Fleet Management - Why Your Business Need It?Digital Fleet Management - Why Your Business Need It?
Digital Fleet Management - Why Your Business Need It?
jennifermiller8137
 
5 Warning Signs Your BMW's Intelligent Battery Sensor Needs Attention
5 Warning Signs Your BMW's Intelligent Battery Sensor Needs Attention5 Warning Signs Your BMW's Intelligent Battery Sensor Needs Attention
5 Warning Signs Your BMW's Intelligent Battery Sensor Needs Attention
Bertini's German Motors
 
Why Is Your BMW X3 Hood Not Responding To Release Commands
Why Is Your BMW X3 Hood Not Responding To Release CommandsWhy Is Your BMW X3 Hood Not Responding To Release Commands
Why Is Your BMW X3 Hood Not Responding To Release Commands
Dart Auto
 
Why Isn't Your BMW X5's Comfort Access Functioning Properly Find Out Here
Why Isn't Your BMW X5's Comfort Access Functioning Properly Find Out HereWhy Isn't Your BMW X5's Comfort Access Functioning Properly Find Out Here
Why Isn't Your BMW X5's Comfort Access Functioning Properly Find Out Here
Masters European & Gapanese Auto Repair
 
一比一原版(AUT毕业证)奥克兰理工大学毕业证成绩单如何办理
一比一原版(AUT毕业证)奥克兰理工大学毕业证成绩单如何办理一比一原版(AUT毕业证)奥克兰理工大学毕业证成绩单如何办理
一比一原版(AUT毕业证)奥克兰理工大学毕业证成绩单如何办理
mymwpc
 

Recently uploaded (20)

Core technology of Hyundai Motor Group's EV platform 'E-GMP'
Core technology of Hyundai Motor Group's EV platform 'E-GMP'Core technology of Hyundai Motor Group's EV platform 'E-GMP'
Core technology of Hyundai Motor Group's EV platform 'E-GMP'
 
Statistics5,c.xz,c.;c.;d.c;d;ssssss.pptx
Statistics5,c.xz,c.;c.;d.c;d;ssssss.pptxStatistics5,c.xz,c.;c.;d.c;d;ssssss.pptx
Statistics5,c.xz,c.;c.;d.c;d;ssssss.pptx
 
What Causes 'Trans Failsafe Prog' to Trigger in BMW X5
What Causes 'Trans Failsafe Prog' to Trigger in BMW X5What Causes 'Trans Failsafe Prog' to Trigger in BMW X5
What Causes 'Trans Failsafe Prog' to Trigger in BMW X5
 
Ec330B Lc Excavator Volvo Service Repair.pdf
Ec330B Lc Excavator Volvo Service Repair.pdfEc330B Lc Excavator Volvo Service Repair.pdf
Ec330B Lc Excavator Volvo Service Repair.pdf
 
Empowering Limpopo Entrepreneurs Consulting SMEs.pptx
Empowering Limpopo Entrepreneurs  Consulting SMEs.pptxEmpowering Limpopo Entrepreneurs  Consulting SMEs.pptx
Empowering Limpopo Entrepreneurs Consulting SMEs.pptx
 
What Does the PARKTRONIC Inoperative, See Owner's Manual Message Mean for You...
What Does the PARKTRONIC Inoperative, See Owner's Manual Message Mean for You...What Does the PARKTRONIC Inoperative, See Owner's Manual Message Mean for You...
What Does the PARKTRONIC Inoperative, See Owner's Manual Message Mean for You...
 
What do the symbols on vehicle dashboard mean?
What do the symbols on vehicle dashboard mean?What do the symbols on vehicle dashboard mean?
What do the symbols on vehicle dashboard mean?
 
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.docBài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
Bài tập - Tiếng anh 11 Global Success UNIT 1 - Bản HS.doc
 
Antique Plastic Traders Company Profile
Antique Plastic Traders Company ProfileAntique Plastic Traders Company Profile
Antique Plastic Traders Company Profile
 
Wondering if Your Mercedes EIS is at Fault Here’s How to Tell
Wondering if Your Mercedes EIS is at Fault Here’s How to TellWondering if Your Mercedes EIS is at Fault Here’s How to Tell
Wondering if Your Mercedes EIS is at Fault Here’s How to Tell
 
一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理
一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理
一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理
 
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
 
Tyre Industrymarket overview with examples of CEAT
Tyre Industrymarket overview with examples of CEATTyre Industrymarket overview with examples of CEAT
Tyre Industrymarket overview with examples of CEAT
 
Ec460b lc Excavator Volvo Service Repair.pdf
Ec460b lc Excavator Volvo Service Repair.pdfEc460b lc Excavator Volvo Service Repair.pdf
Ec460b lc Excavator Volvo Service Repair.pdf
 
gtyccccccccccccccccccccccccccccccccccccccccccccccccccccccc
gtycccccccccccccccccccccccccccccccccccccccccccccccccccccccgtyccccccccccccccccccccccccccccccccccccccccccccccccccccccc
gtyccccccccccccccccccccccccccccccccccccccccccccccccccccccc
 
Digital Fleet Management - Why Your Business Need It?
Digital Fleet Management - Why Your Business Need It?Digital Fleet Management - Why Your Business Need It?
Digital Fleet Management - Why Your Business Need It?
 
5 Warning Signs Your BMW's Intelligent Battery Sensor Needs Attention
5 Warning Signs Your BMW's Intelligent Battery Sensor Needs Attention5 Warning Signs Your BMW's Intelligent Battery Sensor Needs Attention
5 Warning Signs Your BMW's Intelligent Battery Sensor Needs Attention
 
Why Is Your BMW X3 Hood Not Responding To Release Commands
Why Is Your BMW X3 Hood Not Responding To Release CommandsWhy Is Your BMW X3 Hood Not Responding To Release Commands
Why Is Your BMW X3 Hood Not Responding To Release Commands
 
Why Isn't Your BMW X5's Comfort Access Functioning Properly Find Out Here
Why Isn't Your BMW X5's Comfort Access Functioning Properly Find Out HereWhy Isn't Your BMW X5's Comfort Access Functioning Properly Find Out Here
Why Isn't Your BMW X5's Comfort Access Functioning Properly Find Out Here
 
一比一原版(AUT毕业证)奥克兰理工大学毕业证成绩单如何办理
一比一原版(AUT毕业证)奥克兰理工大学毕业证成绩单如何办理一比一原版(AUT毕业证)奥克兰理工大学毕业证成绩单如何办理
一比一原版(AUT毕业证)奥克兰理工大学毕业证成绩单如何办理
 

farrell1966.pdf

  • 1. 384 PROBLEMS AND SOLUTIONS where p(x) _xe n! Solution by J. H. VAN LINT (Technological University, Eindhoven, Nel,!e, lands). We use the known formula for Euler’s constant 1 Sn r=l r-1 log n -Jr ’t 2(n -t- 1) zc 0 Note that (2) e nih’-0 --(n+2) It now follows from (1) and (2) that e_ z log n O(z-). ’-t-logx-- Ei(--x) --.(1 e-z)--(e -1-- x) + O(x-’) 1 log x + O(x-). To obtain more terms of the asymptotic expansion, we just use more terms in the expansion (1). Problem 65-1, A Least Squares Estimate of Satellite Attitude, by Gnncn WAIBa (IBM--Federal Systems Division). Given two sets of n points {v, v, ...,v}, and {v*, v*, ...,v*}, where n ->_ 2, find the rotation matrix M (i.e., the orthogonal matrix with determinant -1) which brings the first set into the best least squares coincidence with the second. That is, find M which minimizes This problem has arisen in the estimation of the attitude of a satellite by using direction cosines {v*} of objects as observed in a satellite fixed frame of reference and direction cosines Ivy} of the same objects in a known frame of reference. M is then a least squares estimate of the rotation matrix which carries the known frame of reference into the satellite fixed frame of reference. Solution by J. L. FhRRELL and J. C. STUELPNAGEL (Westinghouse Defense and Space Center). Downloaded 09/11/13 to 130.236.84.134. Redistribution subject to SIAM license or copyright; see http://www.siam.org/journals/ojsa.php
  • 2. PROBLEMS AND SOLU’IIONS 385 Let k denote the dimension of the column vectors vl, ...,vn, vl ...,vn nd let V and V* denote the two/c )< n matrices obtained by juxtaposing Vl, * * respectively. "’’Vn and Vl ""vn For any orthogonal matrix M, define Q(M) as the sum of squares to be minimized, so Q(M) v3.* Mv3. 3"=1 tr(V*- MV)r(V* MV), where tr denotes the trace function and a superscript T denotes transposition. Q(M) may be rewritten as Q(M) tr (V*r VrMr)(V* MV) tr V*rV* + tr VrV- 2 tr VrMrV*. Since the first two terms are independent of M, Q(M) is minimized by maximiz- ing F(M) tr VrMrV*, which may be written as F(M) tr MrV*Vr. It is a well-known fact that an arbitrary real square matrix A can be written as a product UP, where U is orthogonal and P is symmetric and positive semi- definite. Furthermore, if A is nonsingular, U is uniquely defined and P is positive definite. If A is singular, U is not unique, but it may be taken to have deter- minant +1. (The corresponding statement of the first result above for complex: A may be fotmd in [1, 2.8] and the result for real A follows from it.) Applying this result to A V*Vr, we have F(M) tr MrUP. Since P is symmetric, there is an orthogonal matrix N such that NPNr is a diagond matrix D, whose diagonal elements dl, ..., dk are arranged in decreasing order. All di are nonnegative, since P is positive semidefinite. Now, letting X NMr UNr, we obtain F(M) tr MrUNrDN tr NMrUNrD tr XD dx i=l Since F(M) is a linear function of the nonnegative numbers dl, .-., dk, its maximum is attained when the diagonal elements of X attain their maximum values. Because X is an orthogonal matrix, all elements of X are between -1 and 1, so F(M) is maximized when xi 1, x 0, i j. Because det M is required to be +1, detX det (NMrUNr) (detN) det M det U det U. If det U 1, then it is required that det X 1, and it is not hard to see that is solution (since dl >= d >= >_- d). Letting X0 be the matrix which maxi- mizesF(M) (Xo IorXo=(I-1 _0) accordingasdetU= -lor-1) 1 Xo NMorUN,or M0 UNrXorN is a rotation matrix which minimizes the sum of squares Q(M). If V*V is nonsingular, it is the unique rotation matrix which does so. Downloaded 09/11/13 to 130.236.84.134. Redistribution subject to SIAM license or copyright; see http://www.siam.org/journals/ojsa.php
  • 3. 386 PROBLEMS AND SOLUTIONS REFERENCE [1] M. MRcus, Basic Theorems in Matrix Theory, Nat. Bureau of Stds., Appl. Math. Series No. 57, 1960. R. H. WESSEn (Hughes Aircraft Company) in his solution points out that if det A 0, then V*Vr A UP, V (Ar)-(ArA)1, P (ArA)1, where (ArA) is the symmetric square root of ArA with positive eigeavalues, and, hence, for det A > 0, M0 (VV*r)-(VV*rV*V)1/. J. R. VnLMN (Hughes Aircraft Company) iu his solution demonstrates that in the case det A < 0, M0 U(I 2G) where G is any one-dimensional projection satisfying GE G, where E is the eigenspace of the smallest eigeavalue of P, hence Farrel aad Stuelpnagle’s solution in this case is unique if the smallest eigenvalue of P has multiplicity one. J. E. BROCK (U. S. Naval Postgraduate School) solved the problem for det V*Vr >-_ 0 by differentiating a -tr [VrM-V* V*rMV] with respect to each of the 9 elemeats of M aud setting the results equal to 0. The resulting equutions turn out to be MrAMr At, which implies that MrA is symmetric, (MrA)(MrA) ArA, MrA is any symmetric square root (ArA)x of ArA, and M (Ar)-i(ArA).He then gives an example in which the actual residual sum of squares is minimized by tking the positive definite symmetric square root. Also solved by R. DnSZnDINS (Goddard Spce Flight Center) nd the pro- poser. Problem 65-2, A Third Order Differential Equation, by DONALD E. AMOS (Uni- versity of Missouri). The differential equation [D -t2D -3t]y 0 arises in a problem describing the motion of a particle in a magnetic field. (1) Identify the power series solutions in terms of special functions, (2) evaluate the associated integral fotxy(x) dx, und (3) find asymptotic expressions for lurge in (1) and (2). Downloaded 09/11/13 to 130.236.84.134. Redistribution subject to SIAM license or copyright; see http://www.siam.org/journals/ojsa.php