There is this book in which such a style is used. I created the bib file according to my knowledge; the first four entries are as follows:
@book{1,
title={Elementary linear algebra},
author={Anton, Howard and Rorres, Chris},
edition={6},
year={1991},
publisher={Wiley, New York}
}
@book{2,
title={Mathematical methods for physicists},
author={Arfken, George B and Weber, Hans J},
edition={4},
year={1995},
publisher={Academic Press},
address={San Diego}
}
@book{3,
title={Introduction to Bessel functions},
author={Bowman, Frank},
year={1958},
publisher={Dover Publications},
address={New York}
}
@book{4,
title={Mathematical methods with applications to problems in the physical sciences},
author={Bradbury, Ted Clay},
year={1984},
publisher={Wiley, New York}
}
In this picture, the output pattern with two authors goes in the following form:
(Last name, Name) and (Last name, Name.) Title of book, edition. publisher, address, series, year.
How do I determine which BibTeX (or BibLaTeX) style does this pattern resemble? Or, how can I create such a style using BibLaTeX and its settings?
These references are very similar to the abbrv style in the BibTeX engine and are arranged alphabetically by the first author's last name. But in this style, the last name comes first and the author's name comes after the comma without being abbreviated.

