-
Notifications
You must be signed in to change notification settings - Fork 18
/
math4ml.bib
54 lines (48 loc) · 1.39 KB
/
math4ml.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
@book{ladr,
author = "Sheldon Axler",
title = "Linear Algebra Done Right (Third Edition)",
year = "2015",
publisher = "Springer International Publishing"
}
@book{cvxopt,
author = "Stephen Boyd and Lieven Vandenberghe",
title = "Convex Optimization",
year = "2009",
publisher = "Cambridge University Press",
address = "New York"
}
@book{numopt,
author = "Jorge Nocedal and Stephen J. Wright",
title = "Numerical Optimization",
year = "2006",
publisher = "Springer Science+Business Media",
address = "New York"
}
@book{pitman,
author = "Jim Pitman",
title = "Probability",
year = "1993",
publisher = "Springer-Verlag",
address = "New York"
}
@book{rigorousprob,
author = "Jeffrey S. Rosenthal",
title = "A First Look at Rigorous Probability Theory (Second Edition)",
year = "2006",
publisher = "World Scientific Publishing",
address = "Singapore"
}
@book{rice,
author = "John A. Rice",
title = "Mathematical Statistics and Data Analysis",
year = "2007",
publisher = "Thomson Brooks/Cole",
address = "Belmont, California"
}
@book{afam,
author = "Ward Cheney",
title = "Analysis for Applied Mathematics",
year = "2001",
publisher = "Springer Science+Business Medias",
address = "New York"
}