CivilEA.com
  • Subscribe !
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Civil Engineering Association Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 131,871
» Latest member: ahmaed94
» Forum threads: 31,858
» Forum posts: 105,528

Full Statistics

Latest Threads
LISP to draw steel shapes
Forum: Autocad Structural Details
Last Post: Dell_Brett
08-31-2025, 12:44 PM
» Replies: 6
» Views: 18,352
CS TR?: Assessment, Desig...
Forum: Concrete
Last Post: concreteok
08-27-2025, 03:39 AM
» Replies: 6
» Views: 5,867
All Type Beam to Column C...
Forum: Own-Copyrighted Material
Last Post: juice
08-25-2025, 01:54 AM
» Replies: 12
» Views: 38,421
TIA 222-H
Forum: Codes, Manual & Handbook
Last Post: civilfafa
08-23-2025, 06:47 AM
» Replies: 2
» Views: 3,380
[REQUEST] HSS Design Manu...
Forum: Books and Codes Request
Last Post: civilfafa
08-21-2025, 08:46 AM
» Replies: 1
» Views: 2,719
Convert SAP2000 to ETABS ...
Forum: Csi Products
Last Post: mowafi3m
08-18-2025, 05:11 PM
» Replies: 2
» Views: 10,023
AutoRebar for Autodesk Au...
Forum: Autodesk Products
Last Post: poolmand
08-18-2025, 09:58 AM
» Replies: 1
» Views: 4,420
ANSI/AISC N690: Specifica...
Forum: AISC
Last Post: poolmand
08-18-2025, 07:07 AM
» Replies: 5
» Views: 5,416
AISC 207: Standard for Ce...
Forum: AISC
Last Post: poolmand
08-18-2025, 07:02 AM
» Replies: 1
» Views: 2,991
AISC - Steel Design Guide...
Forum: AISC
Last Post: poolmand
08-18-2025, 06:17 AM
» Replies: 74
» Views: 59,854

 
  Solving ODEs with MATLAB
Posted by: lisine - 11-23-2011, 02:17 PM - Forum: Mathematics (Engineering and Scientific) - No Replies


Solving ODEs with MATLAB

Author: L. F. Shampine, I. Gladwell, S. Thompson | Size: 1.32 MB | Format: PDF | Publisher: Cambridge University Press | Year: April 28, 2003 | pages: 272 | ISBN: 0521530946, ISBN-13: 978-0521530941

[Image: 76103719273368333650.jpg]

[Image: info.png]
This book is a text for a one-semester course for upper-level undergraduates and beginning graduate students in engineering, science, and mathematics. Prerequisites are a first course in the theory of ODEs and a survey course in numerical analysis, in addition to specific programming experience, preferably in MATLAB, and knowledge of elementary matrix theory. Professionals will also find that this useful concise reference contains reviews of technical issues and realistic and detailed examples. The programs for the examples are supplied on the accompanying web site and can serve as templates for solving other problems. Each chapter begins with a discussion of the "facts of life" for the problem, mainly by means of examples. Numerical methods for the problem are then developed, but only those methods most widely used. The treatment of each method is brief and technical issues are minimized, but all the issues important in practice and for understaning the codes are discussed. The last part of each chapter is a tutorial that shows how to solve problems by means of small, but realistic, examples.

[Image: Download.png]
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************

Made By CivilEA Post-Generator ver 2.1

Print this item

  Concrete Mathematics 2Ed. >> By Ronald L. Graham, Donald E. Knuth, Oren Patashnik
Posted by: cordoba123 - 11-23-2011, 01:23 PM - Forum: Mathematics (Engineering and Scientific) - Replies (2)



Concrete Mathematics: A Foundation for Computer Science (2nd Edition) >> By Ronald L. Graham, Donald E. Knuth, Oren Patashnik

Author: Ronald L. Graham, Donald E. Knuth, Oren Patashnik | Size: 5.42 MB | Format: PDF | Publisher: Addison-Wesley Professional; 2 edition | Year: March 10, 1994 | pages: 690 | ISBN: ISBN-10: 0201558025 ISBN-13: 978-0201558029

[Image: 42505551252119570465.jpg]
[Image: 51883853764780839429.jpg]
[Image: 06683178819559643059.jpg]
[Image: 25618898453493115056.jpg]


[Image: info.png]

1.Book Description

This book introduces the mathematics that supports advanced computer programming and the analysis of algorithms. The primary aim of its well-known authors is to provide a solid and relevant base of mathematical skills - the skills needed to solve complex problems, to evaluate horrendous sums, and to discover subtle patterns in data. It is an indispensable text and reference not only for computer scientists - the authors themselves rely heavily on it! - but for serious users of mathematics in virtually every discipline. Concrete Mathematics is a blending of CONtinuous and disCRETE mathematics. "More concretely," the authors explain, "it is the controlled manipulation of mathematical formulas, using a collection of techniques for solving problems." The subject matter is primarily an expansion of the Mathematical Preliminaries section in Knuth's classic Art of Computer Programming, but the style of presentation is more leisurely, and individual topics are covered more deeply. Several new topics have been added, and the most significant ideas have been traced to their historical roots. The book includes more than 500 exercises, divided into six categories.Complete answers are provided for all exercises, except research problems, making the book particularly valuable for self-study. Major topics include: *Sums *Recurrences *Integer functions *Elementary number theory *Binomial coefficients *Generating functions *Discrete probability *Asymptotic methods This second edition includes important new material about mechanical summation. In response to the widespread use of the first edition as a reference book, the bibliography and index have also been expanded, and additional nontrivial improvements can be found on almost every page. Readers will appreciate the informal style of Concrete Mathematics. Particularly enjoyable are the marginal graffiti contributed by students who have taken courses based on this material. The authors want to convey not only the importance of the techniques presented, but some of the fun in learning and using them.

2.From the Back Cover

This book introduces the mathematics that supports advanced computer programming and the analysis of algorithms. The primary aim of its well-known authors is to provide a solid and relevant base of mathematical skills - the skills needed to solve complex problems, to evaluate horrendous sums, and to discover subtle patterns in data. It is an indispensable text and reference not only for computer scientists - the authors themselves rely heavily on it! - but for serious users of mathematics in virtually every discipline.

Concrete Mathematics is a blending of CONtinuous and disCRETE mathematics. "More concretely," the authors explain, "it is the controlled manipulation of mathematical formulas, using a collection of techniques for solving problems." The subject matter is primarily an expansion of the Mathematical Preliminaries section in Knuth's classic Art of Computer Programming, but the style of presentation is more leisurely, and individual topics are covered more deeply. Several new topics have been added, and the most significant ideas have been traced to their historical roots. The book includes more than 500 exercises, divided into six categories. Complete answers are provided for all exercises, except research problems, making the book particularly valuable for self-study.

Major topics include:
Sums
Recurrences
Integer functions
Elementary number theory
Binomial coefficients
Generating functions
Discrete probability
Asymptotic methods

This second edition includes important new material about mechanical summation. In response to the widespread use of the first edition as a reference book, the bibliography and index have also been expanded, and additional nontrivial improvements can be found on almost every page. Readers will appreciate the informal style of Concrete Mathematics. Particularly enjoyable are the marginal graffiti contributed by students who have taken courses based on this material. The authors want to convey not only the importance of the techniques presented, but some of the fun in learning and using them.


3.About the Author

Donald E. Knuth is known throughout the world for his pioneering work on algorithms and programming techniques, for his invention of the Tex and Metafont systems for computer typesetting, and for his prolific and influential writing. Professor Emeritus of The Art of Computer Programming at Stanford University, he currently devotes full time to the completion of these fascicles and the seven volumes to which they belong.

Donald E. Knuth was born on January 10, 1938 in Milwaukee, Wisconsin. He studied mathematics as an undergraduate at Case Institute of Technology, where he also wrote software at the Computing Center. The Case faculty took the unprecedented step of awarding him a Master's degree together with the B.S. he received in 1960. After graduate studies at California Institute of Technology, he received a Ph.D. in Mathematics in 1963 and then remained on the mathematics faculty. Throughout this period he continued to be involved with software development, serving as consultant to Burroughs Corporation from 1960-1968 and as editor of Programming Languages for ACM publications from 1964-1967.

He joined Stanford University as Professor of Computer Science in 1968, and was appointed to Stanford's first endowed chair in computer science nine years later. As a university professor he introduced a variety of new courses into the curriculum, notably Data Structures and Concrete Mathematics. In 1993 he became Professor Emeritus of The Art of Computer Programming. He has supervised the dissertations of 28 students.

Knuth began in 1962 to prepare textbooks about programming techniques, and this work evolved into a projected seven-volume series entitled The Art of Computer Programming. Volumes 1-3 first appeared in 1968, 1969, and 1973. Having revised these three in 1997, he is now working full time on the remaining volumes. Volume 4A appeared at the beginning of 2011. More than one million copies have already been printed, including translations into ten languages.

He took ten years off from that project to work on digital typography, developing the TeX system for document preparation and the METAFONT system for alphabet design. Noteworthy by-products of those activities were the WEB and CWEB languages for structured documentation, and the accompanying methodology of Literate Programming. TeX is now used to produce most of the world's scientific literature in physics and mathematics.

His research papers have been instrumental in establishing several subareas of computer science and software engineering: LR(k) parsing; attribute grammars; the Knuth-Bendix algorithm for axiomatic reasoning; empirical studies of user programs and profiles; analysis of algorithms. In general, his works have been directed towards the search for a proper balance between theory and practice.

Professor Knuth received the ACM Turing Award in 1974 and became a Fellow of the British Computer Society in 1980, an Honorary Member of the IEEE in 1982. He is a member of the American Academy of Arts and Sciences, the National Academy of Sciences, and the National Academy of Engineering; he is also a foreign associate of l'Academie des Sciences (Paris), Det Norske Videnskaps-Akademi (Oslo), Bayerische Akademie der Wissenschaften (Munich), the Royal Society (London), and Rossiiskaya Akademia Nauk (Moscow). He holds five patents and has published approximately 160 papers in addition to his 28 books. He received the Medal of Science from President Carter in 1979, the American Mathematical Society's Steele Prize for expository writing in 1986, the New York Academy of Sciences Award in 1987, the J.D. Warnier Prize for software methodology in 1989, the Adelskøld Medal from the Swedish Academy of Sciences in 1994, the Harvey Prize from the Technion in 1995, and the Kyoto Prize for advanced technology in 1996. He was a charter recipient of the IEEE Computer Pioneer Award in 1982, after having received the IEEE Computer Society's W. Wallace McDowell Award in 1980; he received the IEEE's John von Neumann Medal in 1995. He holds honorary doctorates from Oxford University, the University of Paris, St. Petersburg University, and more than a dozen colleges and universities in America.

Professor Knuth lives on the Stanford campus with his wife, Jill. They have two children, John and Jennifer. Music is his main avocation.

[Image: Download.png]
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************


Mirror:
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************

Made By CivilEA Post-Generator ver 2.1

Print this item

  Precedents in Architecture
Posted by: cordoba123 - 11-23-2011, 12:30 PM - Forum: Architecture Books - Replies (1)

Precedents in Architecture, Second Edition >> By Roger H Clark, Michael Pause

Author: Roger H Clark, Michael Pause | Size: 106.33 MB | Format: PDF | Publisher: Van Nostrand Reinhold/co Wiley; 2nd edition | Year: April 1996 | pages: 284 | ISBN: ISBN-10: 0442020511 ISBN-13: 978-0442020514

[Image: 05733021143570721824.jpg]
[Image: 86431204809794173224.jpg]
[Image: 09713063714303975311.jpg]
[Image: 52154034826358834854.jpg]
[Image: 50053517763976372660.jpg]
[Image: 03512260910984828867.jpg]


[Image: info.png]

1.Book Description
Precedents in Architecture provides a vocabulary for architectural analysis that will help you understand the works of others, and aid you in creating your own designs. Here, you will examine the work of internationally known architects with the help of a unique diagrammatic technique, which you can also use to analyze existing buildings. In addition to the sixteen original contributors, the Second Edition features seven new, distinguished architects. All 23 architects were selected because of the strength, quality, and interest of their designs. Precedents in Architecture, 2/e is an invaluable resource offering:
Factual graphic information on 88 buildings that represent a range of time, function, and style accompanied by detailed analysis of each building
A reference for a technique of graphic analysis as a tool for understanding and designing architecture
Whether you are a novice or a seasoned professional, Precedents in Architecture, 2/e will enrich your design vocabulary and give you an invaluable tool for the ongoing assessment of buildings you encounter every day.

2.From the Back Cover
Precedents in Architecture provides a vocabulary for architectural analysis that will help you understand the works of others, and aid you in creating your own designs. Here, you will examine the work of internationally known architects with the help of a unique diagrammatic technique, which you can also use to analyze existing buildings. In addition to the sixteen original contributors, the Second Edition features seven new, distinguished architects. All 23 architects were selected because of the strength, quality, and interest of their designs. Precedents in Architecture, 2/e is an invaluable resource offering:
Factual graphic information on 88 buildings that represent a range of time, function, and style accompanied by detailed analysis of each building
A reference for a technique of graphic analysis as a tool for understanding and designing architecture
Whether you are a novice or a seasoned professional, Precedents in Architecture, 2/e will enrich your design vocabulary and give you an invaluable tool for the ongoing assessment of buildings you encounter every day. --This text refers to an out of print or unavailable edition of this title.

3.About the Author
About the Authors Roger H. Clark, F.A.I.A., is a Professor of Architecture at North Carolina State University, School of Design, Raleigh, North Carolina. He has received over 50 design awards, publishes regularly in professional journals, and co-authored Kinetic Architecture for VNR in 1970. Mr. Clark holds a Master of Architecture degree from the University of Washington, Seattle, Washington. Michael Pause is a Professor of Design at North Carolina State University, School of Design, Raleigh, North Carolina. In addition, he is a color and light, graphic, and residential design consultant. Mr. Pause holds a Master of Architecture degree from Washington University, St. Louis, Missouri, and a Doctor of Philosophy from Massachusetts Institute of Technology.

[Image: Download.png]
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************

Mirror:
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************

Made By CivilEA Post-Generator ver 2.1

Print this item

  Geoingegneria - Luis Gonzalez Vallejo
Posted by: jasonz - 11-23-2011, 10:23 AM - Forum: Request for Civil Engineering Documents - No Replies

Hello,
does anyone have link for this book "Geoingegneria", author Luis Gonzalez de Vallejo?

thanks for the answers

jason

Print this item

  BS EN 480-8:2010
Posted by: hessi - 11-23-2011, 09:58 AM - Forum: Archive - Replies (2)

Hi dudes!
Does any body can help me by sharing this standard ?
I really will appreciate it!

Print this item

  Basic Soil Mechanics by R. Whitlow
Posted by: miquan - 11-23-2011, 03:09 AM - Forum: Foundation & Geotechnics in general - Replies (4)

Basic Soil Mechanics by R. Whitlow

Author: R. Whitlow | Size: 12.7 MB | Format: PDF | Publisher: Longman | Year: 1995 | pages: 577

[Image: 80005251684230244628.jpg]


[Image: info.png]

Basic Soil Mechanics has long been established as the standard text on the subject for degree and diploma students of civil engineering and building. The third edition has been fully revised and updated to provide students, not only with the basic principles, but also with an awareness of state-of-the-art developments in the field. The approach to stress/strain behaviour has been reconsidered in the light of modern educational methods and the chapter on earth pressure has been revised to take account of the long-awaited British Standard BS 8002. The book also gives greater emphasis to design methods and the use of computers. Basic Soil Mechanics is an essential text for BTEC HNC/D and undergraduate degree courses in civil engineering. It will also be a valuable resource for practising engineers engaged in the design and construction of soil-related structures and systems.

[Image: Download.png]
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************

Made By CivilEA Post-Generator ver 2.1

Print this item

  Fluid Mechanics; Fundamentals and Applications by Cengel & Cimbala
Posted by: cordoba123 - 11-22-2011, 10:50 PM - Forum: Water & Hydraulic Engineering - Replies (8)

Fluid Mechanics; Fundamentals and Applications by Cengel & Cimbala

Author: Yunus A. Cengel, John M. Cimbala | Size: 94.73 MB | Format: PDF | Publisher: McGraw-Hill Science/Engineering/Math; 1 edition | Year: 2004 | pages: 896 | ISBN: ISBN-10: 0072472367 ISBN-13: 978-0072472363

[Image: 72337398895828629183.jpg]


[Image: info.png]

Fluid Mechanics: Fundamentals and Applications communicates directly with tomorrow's engineers in a simple yet precise manner. The text covers the basic principles and equations of fluid mechanics in the context of numerous and diverse real-world engineering examples. The text helps students develop an intuitive understanding of fluid mechanics by emphasizing the physics, and by supplying attractive figures, numerous photographs and visual aids to reinforce the physics.

[Image: Download.png]
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************


Mirror:
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************

Made By CivilEA Post-Generator ver 2.1

Print this item

  Paper in Advanced Materials Research Journal
Posted by: piratadori - 11-22-2011, 06:37 PM - Forum: Archive - Replies (3)

I kindly ask for the paper in AMRJournal:

Shake Table Test of Confined Brick Masonry Building

in the link

Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************

Thanks in advance

Print this item

  Drought Assessment
Posted by: ska51 - 11-22-2011, 05:36 PM - Forum: Water & Hydraulic Engineering - Replies (1)



Drought Assessment

Author: R. Nagarajan | Size: 14.50 MB | Format: PDF | Publisher: Springer, India | Year: 2009 | pages: 370 | ISBN: 9048124999

[Image: 87392453350669865302.jpg]


[Image: info.png]

Product Description:

Information-based decision-making during drought, often brings out some of the excellent practices that are prevalent in society / individuals. This book is designed to provide information on the drought process, meteorological, hydrological, agriculture, socio-economic aspects and available technologies such as satellite remote sensing data analysis and Geographical Information system for assessment. Assessment procedures utilising the various parameters of importance from various sources for micro level management that would enhance the effectiveness of management practice are dealt in detail. Resource availability and affected group determine the relief assistance for the present event and information that would help them in their realisation and preparedness for the forthcoming years by select countries is highlighted. This would help in the formulation of schemes for event mitigation and area development plans.

The readers would gain complete knowledge on drought. This book is expected to act as a guide in preparing people as effective natural resource utilizationist under drought situations.

Table of contents
Preface.
1. Drought.
2. Meteorology.
3. Water Resources.
4. Agriculture.
5. Drought indices.
6. Satellite remote sensing.
7. Spatial data and geographical information system.
8. Information systems.
9. Vulnerability assessment.
10. Resource, drought events and management profile of countries.
11. Capacity building.
Index.

[Image: Download.png]
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************


[Image: password.png]
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************


Made By CivilEA Post-Generator ver 2.1

Print this item

  Well Cementing
Posted by: lisine - 11-22-2011, 12:43 PM - Forum: General Books - No Replies

Well Cementing

Author: Erik B. Nelson | Size: 39.2 MB | Format: PDF | Publisher: Schlumberger | Year: 1990 | pages: 487 | ISBN: 0978853008

[Image: 93885751140757632614.jpeg]

[Image: info.png]
Cementing is arguably the most important operation performed on a well. Well cementing technology is an amalgam of many interdependent scientific and engineering disciplines which are essential to achieve the primary goal of well cementing - zonal isolation. This textbook is a comprehensive and up-to-date reference concerning the application of these disciplines to cementing a well. ''Well Cementing'' is envisioned as an upper-level university book, as well as a reference for practicing engineers and scientists. The first section of the book illustrates how the quality of the hydraulic seal provided by the cement sheath can affect well performance. The second section concentrates on the design phase of a cementing treatment, and various aspects of cement job execution are covered in the third section. The fourth section addresses cement job evaluation. The text is supported by many tables and figures, an extensive bibliography and an index. There are also chapters devoted to subjects which are currently of particular interest to the industry, including the prevention of annular gas migration, foamed cements, and cementing horizontal wellbores.
Scanned book / Searchable text /
[Image: Download.png]
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:

http://forum.civilea.com/thread-27464.html
***************************************

Made By CivilEA Post-Generator ver 2.1

Print this item

Pages (2104): « Previous 1 … 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 … 2104 Next »

Designed by CivilEA - Powered by MyBB