Skip to content

Commit

Permalink
@book{skewOrthogonalPolynomialsAndRandomMatrixTheory,
Browse files Browse the repository at this point in the history
 author = {Saugata Ghosh},
 title = {Skew-Orthogonal Polynomials and Random Matrix Theory},
 year = {2009},
 publisher = {American Mathematical Society},
 series = {CRM Monograph Series},
 volume = {28}}
  • Loading branch information
crowlogic committed Jan 28, 2024
1 parent e8058f0 commit 744e49c
Showing 1 changed file with 49 additions and 42 deletions.
91 changes: 49 additions & 42 deletions src/main/java/arb/documentation/Bibliography.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,48 +8,55 @@
public class Bibliography extends
AbstractBibliography
{
public Book randomMatrices = new Book("Madan Lal Mehta",
"Random Matrices",
"2004").setEdition("3rd")
.setSeries("Pure and Applied Mathematics")
.setVolume("142");

public Book functionalAnalysisYosida = new Book("吉田 耕作(Kōsaku Yosida)",
"Functional Analysis",
"1995").setPublisher("Springer Berlin Heidelberg")
.setSeries("Classics in Mathematics")
.setEdition("Reprint of the 1980 Edition");

public Book linearTransformationsInHilbertSpace = new Book("Marshall Harvey Stone",
"Linear Transformations in Hilbert Space",
"1932").setEdition("4th Printing (1951)")
.setVolume("XV")
.setSeries("Colloquium Publications")
.setPublisher("American Mathematical Society")
.setAddress("501 West 116th Street");

public Article orthogonalPolynomialFourierTransforms = new Article("Dixit, Atul and Jiu, Lin and Moll, Victor H and Vignat, Christophe",
"The finite Fourier transform of classical polynomials",
"2015",
"Journal of the Australian Mathematical Society",
"98",
"145--160").setPublisher("Cambridge University Press");

public Book functionalAnalysisRieszNagy = new Book("Frigyes Riesz and Béla Sz.-Nagy",
"Functional Analysis",
"2012").setPublisher("Dover Publications")
.setSeries("Dover Books on Mathematics");

public Book stochasticFiniteElements = new Book("Ghanem, Roger G. and Spanos, Pol D.",
"Stochastic finite elements: a spectral approach",
"1991").setPublisher("Springer-Verlag")
.setAddress("Berlin, Heidelberg");

public Book stochasticProcessInferenceTheory = new Book("Malempati M. Rao",
"Stochastic Processes: Inference Theory",
"2014").setPublisher("Springer")
.setEdition("2nd")
.setSeries("Springer Monographs in Mathematics");

public Book skewOrthogonalPolynomialsAndRandomMatrixTheory = new Book("Saugata Ghosh",
"Skew-Orthogonal Polynomials and Random Matrix Theory",
"2009").setSeries("CRM Monograph Series")
.setVolume("28")
.setPublisher("American Mathematical Society");

public Book randomMatrices = new Book("Madan Lal Mehta",
"Random Matrices",
"2004").setEdition("3rd")
.setSeries("Pure and Applied Mathematics")
.setVolume("142");

public Book functionalAnalysisYosida = new Book("吉田 耕作(Kōsaku Yosida)",
"Functional Analysis",
"1995").setPublisher("Springer Berlin Heidelberg")
.setSeries("Classics in Mathematics")
.setEdition("Reprint of the 1980 Edition");

public Book linearTransformationsInHilbertSpace = new Book("Marshall Harvey Stone",
"Linear Transformations in Hilbert Space",
"1932").setEdition("4th Printing (1951)")
.setVolume("XV")
.setSeries("Colloquium Publications")
.setPublisher("American Mathematical Society")
.setAddress("501 West 116th Street");

public Article orthogonalPolynomialFourierTransforms = new Article("Dixit, Atul and Jiu, Lin and Moll, Victor H and Vignat, Christophe",
"The finite Fourier transform of classical polynomials",
"2015",
"Journal of the Australian Mathematical Society",
"98",
"145--160").setPublisher("Cambridge University Press");

public Book functionalAnalysisRieszNagy = new Book("Frigyes Riesz and Béla Sz.-Nagy",
"Functional Analysis",
"2012").setPublisher("Dover Publications")
.setSeries("Dover Books on Mathematics");

public Book stochasticFiniteElements = new Book("Ghanem, Roger G. and Spanos, Pol D.",
"Stochastic finite elements: a spectral approach",
"1991").setPublisher("Springer-Verlag")
.setAddress("Berlin, Heidelberg");

public Book stochasticProcessInferenceTheory = new Book("Malempati M. Rao",
"Stochastic Processes: Inference Theory",
"2014").setPublisher("Springer")
.setEdition("2nd")
.setSeries("Springer Monographs in Mathematics");

public static void main(String args[])
{
Expand Down

0 comments on commit 744e49c

Please sign in to comment.