Optimization Models Instructor s Solution Manual Solutions 1st Edition Giuseppe C. Calafiore - Download the ebook now to never miss important information
Optimization Models Instructor s Solution Manual Solutions 1st Edition Giuseppe C. Calafiore - Download the ebook now to never miss important information
com
https://ebookgate.com/product/optimization-models-
instructor-s-solution-manual-solutions-1st-edition-giuseppe-
c-calafiore/
OR CLICK HERE
DOWLOAD NOW
https://ebookgate.com/product/instructor-s-solution-manual-linear-
algebra-4th-edition/
ebookgate.com
https://ebookgate.com/product/instructor-s-solutions-manual-mechanics-
of-materials-8th-edition-r-c-hibbeler/
ebookgate.com
https://ebookgate.com/product/engineering-mechanics-statics-10th-
edition-instructor-s-solutions-manual-russell-c-hibbeler/
ebookgate.com
Instructor s Solutions Manual for Modern Control Systems
12th Edition Richard C. Dorf
https://ebookgate.com/product/instructor-s-solutions-manual-for-
modern-control-systems-12th-edition-richard-c-dorf/
ebookgate.com
https://ebookgate.com/product/optics-instructor-s-solutions-
manual-4th-edition-eugene-hecht/
ebookgate.com
https://ebookgate.com/product/digital-fundamentals-tenth-edition-
instructor-solution-manual-floyd/
ebookgate.com
https://ebookgate.com/product/university-calculus-instructor-s-
solutions-manual-2nd-edition-william-ardis/
ebookgate.com
https://ebookgate.com/product/electric-circuits-10th-ed-instructor-s-
solution-manual-10th-edition-james-w-nilsson/
ebookgate.com
GIUSEPPE CALAFIORE AND L AU R E N T E L G H AO U I
O P T I M I Z AT I O N M O D E L S
SOLUTIONS MANUAL
CAMBRIDGE
2. Vectors 4
3. Matrices 10
4. Symmetric matrices 21
5. Singular Value Decomposition 35
6. Linear Equations 46
7. Matrix Algorithms 58
8. Convexity 68
9. Linear, Quadratic and Geometric Models 81
10. Second-Order Cone and Robust Models 94
11. Semidefinite Models 107
12. Introduction to Algorithms 124
13. Learning from Data 140
14. Computational Finance 152
15. Control Problems 174
16. Engineering Design 183
4
2. Vectors
Exercise 2.2 (Affine sets and projections) Consider the set in R3 , de-
fined by the equation
n o
P = x ∈ R3 : x1 + 2x2 + 3x3 = 1 .
Solution 2.2
where
0 1 0
x (0) = 0 , x (1) = 0 , x (2) = 1 .
1
3 − 13 − 23
1. Find the projection z of the vector x = (2, 1) on the line that passes
through x0 = (1, 2) and with direction given by vector u = (1, 1).
Solution 2.3
u > ( x − x0 )
z = x0 + u
u> u
which gives z = x0 .
Another method consists in solving
x> y 10
cos θ = = ,
k x k2 k y k2 14
which gives θ ≈ 41◦ .
The vectors are linearly independent, since λx + µy = 0 for λ, µ ∈
R implies that λ = µ = 0. Another way to prove this is to observe
that the angle is not 0◦ nor 180◦ .
6
Solution 2.4 The axioms of 2.2 are all satisfied for any α ∈ Rn , except
the conditions
f ( x, x ) ≥ 0;
f ( x, x ) = 0 if and only if x = 0.
as claimed.
We can express any vector z ∈ span( x, y) as z = λx + µy, for some
λ, µ ∈ R. We have z = αu + βv, where
λ+µ λ−µ
α= , β= .
2 2
Hence z ∈ span(u, v). The converse is also true for similar reasons.
Thus, (u, v) is an orthogonal basis for span( x, y). We finish by nor-
malizing u, v, replacing them with (u/kuk2 , v/kvk2 ). The desired or-
thogonal basis is thus given by (( x − y)/k x − yk2 , ( x + y)/k x + yk2 ).
1 √
√ k x k2 ≤ k x k ∞ ≤ k x k2 ≤ k x k1 ≤ n k x k2 ≤ n k x k ∞ .
n
k x k21
card( x ) ≥ ,
k x k22
Solution 2.6
1. We have
n
k x k22 = ∑ xi2 ≤ n · max
i
xi2 = n · k x k2∞ .
i =1
q
Also, k x k∞ ≤ x12 + . . . + xn2 = k x k2 .
The inequality k x k2 ≤ k x k1 is obtained after squaring both sides,
and checking that
!2
n n n
∑ xi2 ≤ ∑ xi2 + ∑ |xi x j | = ∑ |xi | = k x k21 .
i =1 i =1 i6= j i =1
√
Finally, the condition k x k1 ≤ nk x k2 is due to the Cauchy-Schwartz
inequality
| z > y | ≤ k y k2 · k z k2 ,
which proves the result. The bound is attained for vectors with k
non-zero elements, all with the same magnitude.
| x > y | = k x k p k y k q · | u > v | ≤ k x k p k y k q ∑ | u k v k |.
k
∑ |uk vk | ≤ 1.
k
Using the hint given, we apply Young’s inequality, which states that
for any given numbers a, b ≥ 0 and p, q > 0 such that
1 1
+ = 1,
p q
it holds that
1 p 1 q
ab ≤ a + b .
p q
We thus have, with a = |uk | and b = |vk |, and summing over k:
1 1
∑ |uk vk | ≤
p ∑ |uk | p + q ∑ |vk |q
k k k
1 p 1 q
= kuk p + kvkq
p q
1 1
= + = 1,
p q
.
p w ( x ) = w1 + w2 x + . . . + w k +1 x k .
dpw ( x )
∀ x ∈ [−1, 1] : ≤ C (k, p)kvk p ,
dx
Hint: you may use Hölder’s inequality (2.4) or the results from Exer-
cise 2.6.
dpw ( x )
= w2 + 2w3 x + . . . + kwk+1 x k−1
dx
≤ | w2 | + 2 | w3 | + . . . + k | w k +1 |
= |v> z|
≤ kvk p · kzkq .
When p = 1, we have
kzkq = kzk∞ = k.
When p = 2, we have
p √
k z k q = k z k2 = 1 + 4 + . . . + k2 ≤ k · k2 = k3/2 .
When p = ∞, we have
k ( k + 1)
k z k q = k z k1 = 1 + 2 + . . . + k = .
2
10
3. Matrices
Jh ( x ) = J f ( g( x )) · A.
∇ x h( x ) = A> ∇ g f ( g( x ))
∇2x h( x ) = A> ∇2g f ( g( x )) A.
Solution 3.1
∂gi ( x )
[ Jg ( x )]ij = = aij ,
∂x j
we have instead
∂2 h ( x ) ∂ ∂h( x ) ∂ >
[∇2x h( x )]ij = = = a ∇ g f ( g( x ))
∂xi ∂x j ∂x j ∂xi ∂x j i
m m
∂ ∂ f ( g( x )) ∂ ∂ f ( g( x ))
=
∂x j ∑ aik ∂gk
= ∑ aik
∂x j ∂gk
k =1 k =1
m m
∂ ∂ f ( g( x )) ∂g p ( x )
= ∑ aik ∑ ∂g p ∂gk ∂x j
k =1 p =1
m m
∂2 f ( g( x )) ∂g p ( x )
= ∑ aik ∑ ∂g p ∂gk ∂x j
k =1 p =1
m m
∂2 f ( g( x ))
= ∑ aik ∑ ∂g p ∂gk pj
a
k =1 p =1
= ai> ∇2g f ( g( x )) a j ,
Solution 3.2
Solution 3.4
1. We have
x (1) = Bu(0)
x (2) = Ax (1) + Bu(1) = ABu(0) + Bu(1)
x (3) = Ax (2) + Bu(2) = A2 Bu(0) + ABu(1) + Bu(2).
Exercise 3.6 (Rank and nullspace) Consider the image in Figure 3.6,
a gray-scale rendering of a painting by Mondrian (1872-1944). We
build a 256 × 256 matrix A of pixels based on this image by ignoring
grey zones, assigning +1 to horizontal or vertical black lines, +2 at
the intersections, and zero elsewhere. The horizontal lines occur at
Figure 3.1: A gray-scale rendering of
row indices 100, 200 and 230, and the vertical ones, at columns indices
a painting by Mondrian.
50, 230.
Solution 3.6
2. The rank is 5.
Exercise 3.7 (Range and nullspace of A> A) Prove that, for any ma-
trix A ∈ Rm,n , it holds that
N ( A> A) = N ( A)
R ( A > A ) = R ( A > ). (3.1)
p( A) = An + cn−1 An−1 + · · · + c1 A + c0 In = 0.
Solution 3.8
p( A) = U p(Λ)U −1 = 0.
Solution 3.9
Solution 3.10
n
Lh+1 (i, j) = ∑ Lh (i, l ) Al,j .
l =1
| Ax | ≤ | A|| x |,
thus, all eigenvalues of A are actually zero. This means that the
characteristic polynomial of A is p A (s) = sn and, by the Cayley-
Hamilton theorem, it must hold that An = 0, which is impossible
since An is the n-fold product of positive matrices, hence it must
be positive.
= | ai> || x |,
whih proves the first part. If A > 0 the above relation reads | Ax | ≤
A| x | which, for x = vi , becomes
|λi | ≤ λ, i = 1, . . . , n,
4. Symmetric matrices
Solution 4.1
1. We have
Ap = (cp + q), Aq = p + cq,
0 = (q> x ) p + ( p> x )q = 0.
A = ( c − 1) v − v > >
− + ( c + 1) v + v + ,
22
The eigenvalues are scaled accordingly: with c = ( p/k pk2 )> (q/kqk2 ),
λ ± = k p k2 k q k2 ( c ± 1) = p > q ± k p k2 k q k2 .
0 = det(λI − A) = (λ − 2)2 − 1,
We obtain
" #" #> " #" #>
3 1 1 1 1 1
A= + .
2 1 −1 2 −1 1
3x̄12 + x̄22 ≤ 1,
√ √
with x̄1 = ( x1 − x2 )/ 2, x̄2 = ( x1 + x2 ) 2. This corresponds to
an ellipsoid centered at zero with semi-axis length of 3, 1, with
√
length 1/ 3 associated with the direction (1, 1) and the length 1
associated with the direction (1, −1); the ellipsoid is rotated anti-
clockwise by a 45◦ degree angle.
1 ≥ x > Ax = x1 ( x1 − x2 ) + x2 (− x1 + x2 ) = ( x1 − x2 )2 ,
Solution 4.3
where x̄0 = −( R> )−1 b. The set is empty when 1 + k x̄0 k22 < c. Oth-
erwise, the inequality writes k x̄ − x̄0 k2 ≤ ρ, with ρ2 = 1 + k x̄0 k22 −
c. In the x̄-space, the set is a circle with center x0 and radius ρ.
The set in the x-space is then obtained by the linear transforma-
tion x = R−1 x̄. The resulting set is an ellipsoid is centered at
x0 = R−1 x̄0 = − A−1 b, and principal axes and directions given
by the singular value decomposition of R (we don’t need to detail
those to draw the ellipsoid).
To produce a set of N points on the ellipsoid, encoded in a 2 × N
matrix X, the method starts by generating a set of N points on a
unit circle, encoded in a 2 × N matrix Z; the set of points in x-
space is then obtained by scaling by ρ, adding x̄0 defined above to
each column, and multiplying the resulting matrix by the matrix
R−1 . That is:
X = R−1 ρ · Z + x̄0 1> ,
2. We have now
" # " #
4 3/2 2
A= , b= , c = 2.
3/2 2 5/2
25
1 >
p∗ = min x Qx − c> x
x 2 Figure 4.3: An ellipsoid in two dimen-
sions.
where Q = Q> ∈ Rn,n , Q 0, and c ∈ Rn are given. The goal of this
exercise is to determine the optimal value p∗ and the set of optimal
solutions, X opt , in terms of c and the eigenvalues and eigenvectors
of the (symmetric) matrix Q.
Solution 4.4
1 >
min x̄ x̄ − c̄> x̄,
x̄ 2
x = Q† c + ( I − QQ† )v,
We assume that the average and variance of the data projected along
a given direction does not change with the direction. In this exercise
we will show that the sample covariance matrix is then proportional
to the identity.
We formalize this as follows. To a given normalized direction
w ∈ Rn , kwk2 = 1, we associate the line with direction w passing
through the origin, L(w) = {tw : t ∈ R }. We then consider the
projection of the points x (i) , i = 1, . . . , m, on the line L(w), and look
at the associated coordinates of the points on the line. These projected
values are given by
.
ti (w) = arg min ktw − x (i) k2 , i = 1, . . . , m.
t
We assume that for any w, the sample average t̂(w) of the projected
values ti (w), i = 1, . . . , m, and their sample variance σ2 (w), are both
constant, independent of the direction w. Denote by t̂ and σ2 the
(constant) sample average and variance. Justify your answer to the
following questions as carefully as you can.
Solution 4.5
2. We have that
m
∑ ti (w) = x̂> w
i =1
is a constant on the unit sphere, independent of w. This is only
possible if x̂ = 0. Indeed, taking w = ei (the i-th unit vector in Rn ),
we see that all the elements of x̄ must be equal, so that x̄ = β1,
with β ∈ R and 1 the vector of ones in R. If β 6= 0, we obtain
that the linear fuction w → 1> w is constant over the unit sphere, a
contradiction. Hence β = 0, and thus x̂ = 0.
http://cnx.org/content/m29399/1.1/Picture%201.png
29
Hint: find the values q(k), q(ek ± el ), for two unit vectors ek , el such
that (k, l ) ∈ E.
Solution 4.6
. 1
2 (i,j∑
q(u) = ( u i − u j )2 .
)∈ E
Qkk = q(ek ) = ∑ 1 = d ( k ),
j : (k,j)∈ E
1
Qkl = (q(ek + el ) − q(ek − el )).
2
30
If (k, l ) ∈ E, k 6= l, we have
which implies that Qkl = −1. Otherwise, both terms are zero, and
Qkl = 0. This proves the desired result.
q(1) = k R1k22 = 0,
1. Show that all eigenvalues of BA are real and positive (despite the
fact that BA is not symmetric, in general).
.
2. Let A 0, and let B−1 = diag k a1> k1 , . . . , k a> >
n k1 , where ai ,
i = 1, . . . , n, are the rows of A. Prove that
0 < λi ( BA) ≤ 1, ∀ i = 1, . . . , n.
whence
0 < λmax ( BA) ≤ 1,
as desired.
3. We have that ρ( I − αBA) < 1 iff |1 − αλi ( BA)| < 1 for all i, iff
Since 0 < λi ( BA) ≤ 1 for all i, the above condition requires α > 0
and
α max λi ( BA) < 2,
i
1. Show that the trace, trace A, and the Frobenius norm, k Ak F , de-
pend only on its eigenvalues, and express both in terms of the
vector of eigenvalues.
2. Show that
(trace A)2 ≤ rank( A)k Ak2F .
Solution 4.10
trace A = kλk1 .
We obtain k Ak F = kλk2 .
λ1 ≥ . . . ≥ λr > λr+1 = . . . = λn = 0.
where α ≥ 0, u(k) ,
k = 1, . . . , r are r orthonormal vectors in Rn . Up
to a non-negative scaling factor α, such matrices are orthogonal
projections on subspaces (with basis given by the vectors u(k) ).
You may assume known that the result holds true when n = 1. The
above shows that the function p : Rn → R with (non-negative) val-
ues
1 1 > −1
p( x ) = √ e− 2 x Σ x
(2π )n/2 · det Σ
integrates to one over the whole space. In fact, it is the density func-
tion of a probability distribution called the multivariate Gaussian (or
Normal) distribution, with zero mean and covariance matrix Σ. Hint:
you may use the fact that for any integrable function f , and invertible
n × n matrix P, we have
Z Z
f ( x )dx = | det P| · f ( Pz)dz.
x ∈Rn z ∈Rn
The result follows from the fact that, as implied from the case n = 1,
Σ = 1: Z √
1 2
e− 2 η dη = 2π.
η ∈R
35
Solution 5.1
A = UΣ,
Solution 5.3
36
Solving for the second equation: ũ2 = v/σ̃, we obtain from the
third A> ũ1 = (σ̃ − 1/σ̃)v. Multiplying by A, and with the first
equation, we then obtain
where α must be chosen so that the above has unit Euclidean norm,
that is:
σ
α= √ .
2
σ +1
We have obtained that a generic pair of left- and right singular
√
vectors (ũ, ṽ) of à corresponding to the singular value σ2 + 1,
can be constructed from a generic pair of left- and right singular
vectors (u, v) of A corresponding to the singular value σ, with the
choice " #
√ σ u
2 +1
ũ = σ , ṽ = v.
√ 1 v
2
σ +1
Solution 5.4
min k G − sq> k F
q≥0, s≥0
Solution 5.5
3. We can write
r
M= ∑ σl ul v>l ,
l =1
r
d j = Me j = ∑ σl (v>l e j )ul .
l =1
k
dˆj = ∑ σl (v>l e j )ul .
l =1
k
q̂ = ∑ (q> ul )ul .
l =1
3
.
H(c, b) = { x ∈ Rn : c> x = b} 2
−1
the sense of a minimum sum of squared distances criterion.
−2
−4
m −3 −2 −1 0 1 2 3
min
c,b
∑ dist 2
(di , H(c, b)) : kck2 = 1,
Figure 5.5: Fitting an hyperplane to
i =1
data.
where dist(d, H) is the Euclidean distance from a point d to H. Here
the constraint on c is imposed without loss of generality, in a way
that does not favor a particular direction in space.
min f 0 (b, c)
b,c : kck2 =1
Solution 5.6
where
m
1 1
d¯ = D1 =
m m ∑ di
i =1
∂ f0
= −2mc> d¯ + 2mb = 0,
∂b
resulting in
b = c> d,¯
H = { x : u> > ¯
n x = u n d },
R ∈R
min
n,n, r ∈Rn
∑ k Rxi + r − yi k22 : R> R = In , (5.2)
i =1
min k RX − Y k F : R> R = In ,
R
7. How woud you apply this technique to make Mona Lisa smile
more? Hint: in Figure 5.6, the two-dimensional points xi are given
(as yellow dots) on the left panel, while the corresponding points
yi are shown on the left panel. These points are manually selected.
The problem is to find how to transform all the other points in the
original image.
Solution 5.7
as claimed.
6. The fact that M = In is optimal for the above problem stems from
the fact that since M is orthogonal, | Mii | ≤ 1, i = 1, . . . , n. Indeed,
for every i = 1, . . . , m, defining ei to be the i-th unit vector in Rn :
n
1 = ( M> M )ii = ei> M> Mei = k Mei k22 = ∑ Mki2 ≥ Mii2 .
k =1
The result follows from the fact that the upper bound is attained
when M = In .
6. Linear Equations
yi = w1 xi + w2 , i = 1, 2, 3, 4,
Since not all coordinates of x are equal, X is full row rank, and hence
the LS solution is
" #
0.4
wLS = ( XX > )−1 Xy = .
0.3
Solution 6.2 Assuming m ≥ n and using the SVD of the full column-
rank matrix A:
" #
> Σ
A = U Σ̃V , Σ̃ = , Σ = diag (σ1 , . . . , σn ) ,
0
and
y> r ∗ = ȳ> (U > r ∗ ) = kȳ2 k22 > 0. 0
Solution 6.3
min k Aθ − zk2 ,
θ
Solution 6.4 Consider a fixed row index i, and drop the dependence
of the vectors on that index. Define r = y − â> x. We consider the
expected value
Eu (( â + u)> x − y)2 = E (u> x )2 − 2r (u> x ) + r2
= E ( u > x )2 + r 2
= σ2 k x k22 + r2 ,
49
where we have used Eu u = 0 in the second line, and in the third, the
expression
Solution 6.5
We have
−1 1 −1 > −1 .
H− = H −1 + H aa H , γ = 1 − a> H −1 a.
γ
Note that γ > 0, since the matrix H− is full rank.
We then have
∗ −1 > 1 −1 > −1 >
x− = H− A− y− = H −1 + H aa H A y − aη
γ
( a > x ∗ − η ) −1
= x∗ + H a.
γ
Compare with the similar formula (6.15), which was obtained in
the context of adding a measurement.
.
2. In a leave-one-out approach, we can first find K = H −1 , where
H = A> A corresponds to all the measurements. Then we set P =
KA> , and x ∗ = Py. We then obtain the solution corresponding to
the i-th measurement deleted as
( ai> x ∗ − yi )
xi∗ = x ∗ + pi , i = 1, . . . , m,
γi
where pi = H −1 ai is the i-th column of P, and γi = 1 − a> pi ,
i = 1, . . . , m.
Let us compare the complexity of the above method, with a more
brute-force approach that involves solving each least-squares prob-
lem with one measurement deleted. The complexity of solving a
least-squares problem with n variables and m measurements is
C (m, n) = O(mn2 + n3 ), so solving m such problems is mC (m, n).
The above method, in contrast, requires:
O Thomas, strenuous
champion of plentiful
charity, who didst combat
for the law of England’s
liberty, intercede for our
sins with the Father of
Glory, that he may give us
a place with the blessed in
the heavenly court. Amen.
APPENDIX.
E X T R A C TS F R O M P E T E R LA N G TO F T ’ S
CHRONICLE.
E DWA R D T H E F I R S T ’ S WA R W I T H S C OT LA N D I N 1 2 9 4.
EscoceE soitparfount
maldit de la Mere Dé!
à diable Gales
May Scotland
accursed of the mother of
be
Tauntentremis
cum les cardinals se sunt country,—and to say to
King Edward that he came
De reformer la pes, e fere les a fugitive—escaped from
rays amis, prison among his enemies.
Thomas de Turbevile, ke ad Rouns fu —The Provost agreed to it,
pris, and put in his writing—a
Taunt ad parlé al provost de Parys, hundred pounds of land on
Ke fet l’ad soun homage, et hostages such a devise;—and
mys Thomas pledges on the
Ses deuz fiz en garde, e seurement Gospels,—that all England,
promis and Wales and the
Aler en Engletere espier le pais, Marches,—and all who are
E dire al ray Edward k’il vent futifs, of value in the kingdom of
Eschapé de prisoun par mi 80 Scotland,—shall bow to
ses amys. Philip the son of Louis.
Le provost l’ad graunté, e fet en ses
escris
Cent lievre de tere par autel devis;
Various Readings.—69. ou par tere, R.
1. Issint que gent, R. 2.—71. le volaynt,
C. la volaint, R. 1.—72. à ço se as., C. Si Hear now how the grace
les A. ... à ceo, R. 1.—74. De perfornir, of Jesus Christ—warned
R. 1.—75. Tourbevyle ... à Ryouns, C. à the gentle King Edward of
Riouns, R. 1 and 2.—76. en taunt ... of le
p., C. En taunt, R. 1.—77. hostage, C., R.
the treason.—Thomas
2.—80. al rays ... ke il vynt, C.—81. came to England and said
Eschapa de p. par my ses enemys, C. to the king,—that he had
enemys, R. 1 and 2.—83. liverez, C. escaped out of prison by
liveres, R. 2. night,—and that he had
run so great a risk out of
Et Thomas l’affiaunce sur les love to Sir Edward.—The
evangelis, king showed him in return
Ke tut Engletere e Walays e Marchis, courtesy enough;—and
E du regne d’Escoce quanke sunt de afterwards Turbeville
pris, inquired day by day—the
Serrunt enclinaunz à Philippe fiz state of the land, and
Lowis. provided for his going—
from place to place to seek
Escotez
Crist
ore coment la grace Jhesu of great and of little,—how
he could do such injury to
Li gentil rays Edward de la the English,—that King
traisoun garnist. Edward should lose his
Thomas en Engletere vint 90 land.—The condition of
ad rais e dist, every part, as he
Ke hors de la prisoun nutauntre issist, understood it,—he sent
E pur amur Sire Edward à tel peril se over with the cardinals by
prist. one of his own servants—
Curtaise assez li ray li countrefist; to the Provost of Paris, who
Et Turbevile après de jour en jour made joy enough about it.
enquist —The clerk who wrote the
L’estate de la tere, et sun aler purvist letter for Turbeville,—made
De leu en leu enqueir de graunt e de known its contents to the
petist, king’s most secret
Coment as Englais peut fere tel counsellor.—The thief got
despit, to know this, and
K li i Ed d di i
Ke li rais Edward sa tere perdisist. immediately took to flight;
—a serjeant at arms, who
Various Readings.—86. kant ke, C.—87. followed him very closely,—
enclynaunt, C., R. 1 and 2.—89. Ly
surprised Turbeville the
gentiz ray Ed., C. rei, R. 2.—90. al ray, C.
au rei, R. 2.—91. nuyt auntre issist, C. third day after.
nutaunte, R. 2.—92. This line is omitted
in C. l’amur Edward à tielle se p., R. 1 The traitor is taken, and
and 2.—93. Curtaisye ... li rays, C., R. 1. brought to London,—with
Curtaisie, R. 2. very great wickedness
which was found upon him.
L’estate de tote part, tel cum —The things which are
entendist, aforesaid, which he had
Of les cardinals par un de sons agreed to do,—by the
tramist 100 king’s will are put under
Al provost de Paris, ke joie assez en foot,—until the world is
fist. otherwise turned.—
Li cleirs ke la lettre ad Turbevile Turbeville is judged in the
escrit, court as a traitor;—he was
Ad plus privé le rais l’entente first drawn through the
descoverist. town of London,—and then
Li lers l’aparcust, ad fust tost se mist, hanged like a thief, for his
Un serjaunt as armes, ke plus près malpractices.—For our King
suist, Edward God has interfered
Le tierz jour après le Turbevile much—now and at other
surprist. times for his safety.
L
e traitour est pris, e à Lundres
remené,
When vengeance is done
upon Turbeville,—the
Ouf mult grant fausine ke sur lui cardinals of Rome, who
fust trové. had repaired to France—
Chose[s] que sunt dites, quels il ad have had frequent
graunté, conversation with King
Par volunté le rai sunt mis desuz pié, Philip,—and have often
Jeskes seo sècle seit 110 besought the King of
autrement turné. Germany,—and have
Turbeville en curt cum traitur est demonstrated by clerks and
jugé; laymen to the gentle King
jugé; laymen—to the gentle King
Par my la vile de Lundres primes fu Edward, that the variance
trainé, is hard—about which he
and King Philip are at
Various Readings.—99. Les estat de discord;—whereby they
tote parz, C. L’estat de totes partz, R. 2. have so ordained the
—102. Li clerk, C.—103. le rei, R. 2.— matter,—that he and the
104. Ly leers tost l’ap., R. 1.—106. Le
tierce jour après le traytour soupryst, C.
two kings shall send
—109. Choses, C., R. 1 and 2.—110. le without delay—to Cambrai
rays, C., R. 1. mis suth pé, R. 2.—111. clerks and laymen of great
Jekes à ço ... chaungé, C., R. 1. knowledge,—to treat of the
chaungé, R. 2.—113. This line is omitted peace, and to judge the
in C.
grievances,—and to make
the amends for the war.—
E puis pendu cum lers, pur sa King Edward agrees to it
malfeté. with good faith;—to
Pur nostre rais Edward mult ad Deus Cambrai he has sent
overé without any delay—bishops
Ore et autre fiez ad sa sauveté. and barons of great
account.—May God by his
Quant de Turbeville fet est la
vengaunce,
power guard them from
treason!
Les cardinales de Rome repeirez
en Fraunce
Ont ouf le rei Phelippe sovent eu
parlaunce,
Et sovent requis li rais des
Alemaunce, 120
E par clers e leys ount fet While these lords are
demoustraunce gone upon this message,—
Ad gentil rais Edward, ke dure est les Sir Edward the brother of
destaunce the King of gentle spirit,—
Dunt li e Philippe sunt en the Earl of Lincoln with all
descordaunce; his retainers,—Sir William
Par ount il unt fet une tele de Vescy, a good and
ordinaunce, prudent knight,—barons
Ke li e les deus rais enverrount sanz and vavasors of gentle
a d a aso s o ge t e
tarjaunce lineage,—knights and
A Kaumbré clers e lays de grant sergeants with their
conyssaunce, cousinage,—footmen
Ad trere de la pees, e juger la without number from moor
grevance, and wood,—and Welshmen
who know how to fight
Various Readings.—114. E pendu ... from frequent practice,—
malveté, R. 1. maveisté, R. 2.—115. rei, are gone into Gascony, and
R. 2.—118. repairent, C.—120. ly ray, C.
entered on the passage,—
del Almaunz, R. 1. le rei, R. 2.—122. rey,
R. 1 and 2.—125. Ke ly e ly altre env., R. with thirty-six banners of
1 and 2.—126. à Kaumbray, C. Kambrai, the best escuage—that was
R. 1. Kaunbrai, R. 2.—127. à treter, C., in England, except the
R. 1 and 2. vassalage—of those who
now perform their
E fere les amendes de la seignorage.—For those who
contrariaunce. are left to guard their
Ly rays Edward s’assent en bone inheritance,—the king has
affiaunce; required and taken into his
A Kaumbray ad maundé saunz nule expedition—against the
delaiaunce 130 King of Scotland and his
Eveskes e barouns de graunt false baronage,—who have
apparaunce: withdrawn their homage
Les garde de tresoun Dieu par sa from King Edward.—The
puissaunce! first day of March, in all the
great storm,—comes King
Tauntmessage,
cum cels seignurs sunt alez cel Edward with very great
purveyance,—to Newcastle-
Sire Edmund frere le rai de gentil upon-Tyne, for the great
corage, outrage—which the wicked
Le counte de Nincole ouf toute sun dogs have effected in their
menage, folly.—May our King
Sir Willeam de Vescy, chivaler prus e Edward suffer the “male
sage, rage,”—if he does not take
Barouns e vavasours de gentil them and hold them so fast
linnage, in cage,—that nothing shall
Chivalers e serjaunce ouf lur remain after his taillage,—
g ,
cosynage, except only their rivelings
Genz à pié saunz noumbre de more e and their bare backsides.
de boscage,
E Galais qe sevent combatir par Robert de Ros of Wark
usage, 140 fled from the English,—and
Sunt alez en Gascoyn, e entrés en entered into the war with
passage, the people of Scotland.—
Ouf .xxx. et .vi. baners de meillur The King Sir Edward seized
escuage his castle,—held the
Ke feust en Engletere, salve le festival of Easter there, and
vacellage afterwards went—towards
Berwick-on-Tweed, and
Various Readings.—134. le rays, C. ly besieged the town.—The ill-
roys, R. 1.—135. Nicole of tote ses fated people at first
menages, C.—139. gent, R. 2.—142. Of surprised—two ships of
.xxvj. baneresce del m., C. Ouf .xx. et
English, and put them to
.vj., R. 1. od vint e sis, R. 2.—143.
vassellage, R. 1 and 2. death.—King Edward heard
of it, and attacked the
gates;—the English passed
De cels qe ore ne faillent ad lour
the ditches without respite.
seignurage.
—On Easter Friday in the
Car cels qe sunt remis garder lur
afternoon he conquered—
heritage.
the town of Berwick; the
Ad le rei requis e pris en sun veiage
English slew there—four
Sur le ray d’Escoce e sur sun fals
thousand Scotchmen, and
barnage,
many others perished.—Sir
Ke ad ray Edward dedient lur
Edward lost there one
homage.
knight and no more,—
Le primer jour de Marce, en tot le
Richard de Cornwall [was
graunt orage,
he], a Fleming struck him—
Vint le ray Edward à trop grant
with an arrow which he
costage 150
shot out of the red hall.—
A Novechastel-sur-Tyne, pur le graunt
Soon was the hall taken,
utrage
the fire cleared the way.—
Ke les fels mastins ount bracé par
The keeper of the castle
folage.
when he saw the necessity,
Nostre rays Edward ait la male rage!
Nostre rays Edward ait la male rage!
—delivered the castle to
Et ne les prenge e tiènge si estrait en
King Edward before it was
kage,
assaulted.—William
Ke rien lour demourge après sun
Douglas was chosen in it,—
taliage,
and Richard Fraser, to do
Fors soul les rivelins et la nue nage.
injury to the king;—the
Tauntbarouns
cum Sire Edward ouf cuntes e
De recordez,
bataille ne puingce feust unkes
350
not leave a man alive,
neither father nor kindred.
Ke taunt de genz si tost estaient —The traitorous
outraiez, negotiation being entered
N’ensint saunz defence lez renes upon without completion,—
rethornez. the seneschal of Scotland is
Corfs ayent les cors, les almes les come in without more ado
malfez —to the King Sir Edward,
De trestuz k’esint gweres ount gwiez! with all that belongs to
Car de cele part fut unkes une fez, him,—earls and barons and
Deinz vile ne dehors, un bon fet bishops fully,—are come to
esprovez, his peace all at his desire.—
p , p
Mès for gopiller e robber les vilez, King John and his son,
Arder seint eglise, tuer les ordinez, without land or tenement,
Cil Dieu sait loé k’ad Dunbar l’ad —are led to London to
vengez! support judgment.—Now
Les countes qe avaint fet les King Edward possesses
malvestez, 360 Scotland entirely,—like
Si toust cum savoint e furent avisez Albanac had it at the
beginning.—The Welsh and
Various Readings.—346. For this line Irish—to our English—aid
and the three following, R. 2 has—And in doughtily.—Whereby the
the dik souue | Thou wiffin | Scot of Scots—have through ours—
Abrenityn, | cloutid is thi houue.—348.
imprisonment;—and that
roghe raggy sculke, C.—351. Ke taunz,
C.—352. Ne issynt, C.—353. seient land—by this war—is lost
sauvez, R. 2.—354. ke issint, C. for ever.—The Welsh are
gone home,—and the Irish
De la desconfiture sur lur parentez, returned—with sail and
As Englais quant repairent le chastel with wind.—You English
ount liverez, remain there;—you ought
E saunz condiciouns els memes to pray devoutly—that the
obligez Lord God forbid,—to take
Al ray Sire Edward, dunt fere ses Aman into favour again,—
voluntez. and exile Mardocheus,—in
Li rais lendemayn i vint à ses barnez, royal parliament.—Edward,
Le[s] prisouns ke sunt pris li unt amid all your accusations,
presentez, —please to remember the
Treis countes, treis barouns, treis burnings,—of the temple of
banerés nomez, God Almighty,—at Hexham,
E saunz eus .xxviij. chivalers adubbez, where that host—of the
Ouf .v. vinz gentilles homes ke cross made roast,—the
illeukes sunt trovez; 370 figure of human salvation.
Deus clers e deus Pikards par entre —Herod strikes there, the
sunt numbrez. child dies,—in this anguish
A la Tour de Loundres les countes Rachael weeps;—Edward,
sunt maundez. wreak vengeance for it.—
Les uns de[s] baro[uns] les sunt Thou wilt be judge, judge
associez; according to right;—let him
associez;
A diverse chasteles les autres ad hang who ought to hang,—
envoiez, the law wills it certainly.—
Par deus e deus ensemble une The punishment is hard
hakenai muntez, and cruel,—for it is
Les uns en charrettes enfirgez les everlasting,—for all who
peez; give judgment otherwise.—
En tel pleit de carole lour jue est Now chastise your
terminez! enemies,—that they may
Par my Engletere en toutes les not stir again—in a new
countrez, mischief.—We ought to
have mercy;—but that
Various Readings.—362. de lur, R. 1.— ought not to avail a traitor,
365. Al reis, R. 1.—366. e ses b., R. 1.— —there the law suspends
367. les prisouns ... li sunt p., C., R. 1 it.—For love nor for pence,
and 2.—373. Les uns des barons, R. 1 —a king ought not to
and 2.—375. sur hakenays, R. 1.—378. spare,—so as not to judge
This line is omitted in C.
equally.—If the king will
serve God,—it is right he
De lur surquideri ert tuz jours parlés should maintain the law;—
Taunt cum le siècle dure, lour fet les if he does not, he sins and
ad mokés. 380 errs very much.—In truth
For S[c]ottes when John Baliol—left his
Telle I for sottes, book at school,—he was
and wirches unwarre; too ill deceived.—¶ For bale
Unsele bred in his book,—when he
Dintes to dele lost what he took—with the
thaim drohg to kingdom;—for he has over-
Dunbarre. hopped,—his tippet is
tipped,—his tabard is
Des ore est tens à dire du
compassement
empty.—He laughed while
it pleased him,—his pack
Les .xii. peres d’Escoce, qe
(?) is pierced through,—he
quidaint seurement
thought he was loyal;—....
Engletere destrure, bien vous dirrai
coment.
Quant le ray de Fraunce, après le
dayllement 390
dayllement 390
De cele mariage dunt fu parlé sovent,
Volait tenir Gascoyn par abatement;
E le rays Edward illok maunda sa
gent,
E partie par gwere de su Frauncays
reprent;
Li rai Johan d’Escoce, par l’enticement
ebookgate.com