Applied Optimization with MATLAB Programming
Home > Mathematics and Science Textbooks > Mathematics > Optimization > Applied Optimization with MATLAB Programming
Applied Optimization with MATLAB Programming

Applied Optimization with MATLAB Programming


     0     
5
4
3
2
1



Out of Stock


Notify me when this book is in stock
X
About the Book

A new approach to learning classical optimization methodsnumerical techniques modeled and illustrated via MATLAB This unique and timely volume combines a formal presentation of classical methods of design optimization with detailed instruction in the application of these methods using MATLAB. It introduces readers to the symbolic, numerical, and graphic features of MATLAB and integrates this powerful combination in the translation of many algorithms into applied optimization techniques with animation. Applied Optimization with MATLAB Programming develops all necessary mathematical concepts, illustrates abstract mathematical ideas of optimization using MATLABs rich graphics features, and introduces new programming skills incrementally as optimization concepts are presented. This valuable learning tool: Focuses on real-world optimization techniques Covers all areas of optimization, including linear, nonlinear, discrete, and global Includes creative examples from many disciplines Presents a number of practical, open-ended design problems Features an accompanying Web site with MATLAB code for all the numerical techniques and examples in the book This one-of-a-kind resource enables senior-undergraduate and graduate students in engineering and other design disciplines to develop practical programming skills as they master the concepts of optimization. It is also an excellent self-teaching guide for design engineers in all fields of endeavor.

Table of Contents:
PREFACE. 1 Introduction. 1.1 Optimization Fundamentals. 1.1.1 Elements of Problem Formulation. 1.1.2 Mathematical Modeling. 1.1.3 Nature of Solution. 1.1.4 Characteristics of the Search Procedure. 1.2 Introduction to MATLAB. 1.2.1 Why MATLAB? 1.2.2 MATLAB Installation Issues. 1.2.3 Using MATLAB the First Time. 1.2.4 Using the Editor. 1.2.5 Creating a Code Snippet. 1.2.6 Creating a Program. Problems. 2 Graphical Optimization. 2.1 Problem Definition. 2.1.1 Example 2.1. 2.1.2 Format for the Graphical Display. 2.2 Graphical Solution. 2.2.1 MATLAB High-Level Graphics Functions. 2.2.2 Example 2.1 ?Graphical Solution. 2.2.3 Displaying the Graphics. 2.2.4 Customizing the Figure. 2.3 Additional Examples.2.3.1 Example 2.2. 2.3.2 Example 2.3. 2.3.3 Example 2.4. 2.4 Additional MATLAB Graphics. 2.4.1 Handle Graphics. 2.4.2 Graphical User Interface. 2.4.3 GUI Code. References. Problems. 3 Linear Programming. 3.1 Problem Definition. 3.1.1 Standard Format. 3.1.2 Modeling Issues. 3.2 Graphical Solution. 3.2.1 Example 3.1. 3.2.2 Characteristics of the Solution. 3.2.3 Different Solution Types. 3.3 Numerical Solution ?the Simplex Method. 3.3.1 Features of the Simplex Method. 3.3.2 Application of Simplex Method. 3.3.3 Solution Using MATLAB. 3.3.4 Solution Using MATLAB ?s Optimization Toolbox. 3.4 Additional Examples. 3.4.1 Example 3.2 ?Transportation Problem. 3.4.2 Example 3.3 ?Equality Constraints and Unrestricted Variables. 3.4.3 Example 3.4 ?A Four-Variable Problem. 3.5 Additional Topics in Linear Programming. 3.5.1 Primal and Dual Problem. 3.5.2 Sensitivity Analysis. References. Problems. 4 Nonlinear Programming. 4.1 Problem Definition.4.1.1 Problem Formulation ?Example 4.1. 4.1.2 Discussion of Constraints. 4.2 Mathematical Concepts. 4.2.1 Symbolic Computation Using MATLAB. 4.2.2 Basic Mathematical Concepts. 4.2.3 Taylor ?s Theorem/Series. 4.3 Graphical Solutions. 4.3.1 Unconstrained Problem. 4.3.2 Equality Constrained Problem. 4.3.3 Inequality Constrained Problem. 4.3.4 Equality and Inequality Constraints. 4.4 Analytical Conditions. 4.4.1 Unconstrained Problem. 4.4.2 Equality Constrained Problem. 4.4.3 Inequality Constrained Optimization. 4.4.4 General Optimization Problem. 4.5 Examples. 4.5.1 Example 4.2. 4.5.2 Example 4.3. References. Problems. 5 Numerical Techniques?The One-Dimensional Problem. 5.1 Problem Definition. 5.1.1 Constrained One-Dimensional Problem. 5.2 Solution to the Problem. 5.2.1 Graphical Solution. 5.2.2 Newton-Raphson Technique. 5.2.3 Bisection Technique. 5.2.4 Polynomial Approximation. 5.2.5 Golden Section Method. 5.3 Importance of the One-Dimensional Problem. 5.4 Additional Examples. 5.4.1 Example 5.2 ?Illustration of General Golden Section Method. 5.4.2 Example 5.3 ?Two-Point Boundary Value Problem. 5.4.3 Example 5.4 ?Root Finding with Golden Section.References. Problems. 6 Numerical Techniques for Unconstrained Optimization. 6.1 Problem Definition. 6.1.1 Example 6.1. 6.1.2 Necessary and Sufficient Conditions. 6.1.3 Elements of a Numerical Technique. 6.2 Numerical Techniques ?Nongradient Methods. 6.2.1 Random Walk. 6.2.2 Pattern Search. 6.2.3 Powell ?s Method. 6.3 Numerical Techniques ?Gradient-Based Methods. 6.3.1 Steepest Descent Method. 6.3.2 Conjugate Gradient (Fletcher-Reeves)Method. 6.3.3 Davidon-Fletcher-Powell Method. 6.3.4 Broydon-Fletcher-Goldfarb-Shanno Method. 6.4 Numerical Techniques ?Second Order. 6.5 Additional Examples. 6.5.1 Example 6.2 ?Rosenbrock Problem. 6.5.2 Example 6.3 ?Three-Dimensional Flow near a Rotating Disk. 6.5.3 Example 6.4 ?Fitting Bezier Parametric Curves. References. Problems. 7 Numerical Techniques for Constrained Optimization. 7.1 Problem Definition. 7.1.1 Problem Formulation ?Example 7.1. 7.1.2 Necessary Conditions. 7.1.3 Elements of a Numerical Technique. 7.2 Indirect Methods for Constrained Optimization. 7.2.1 Exterior Penalty Function (EPF)Method. 7.2.2 Augmented Lagrange Multiplier (ALM)Method. 7.3 Direct Methods for Constrained Optimization. 7.3.1 Sequential Linear Programming (SLP). 7.3.2 Sequential Quadratic Programming (SQP).7.3.3 Generalized Reduced Gradient (GRG)Method. 7.3.4 Sequential Gradient Restoration Algorithm (SGRA). 7.4 Additional Examples. 7.4.1 Example 7.2 ?Flagpole Problem. 7.4.2 Example 7.3 ?Beam Design. 7.4.3 Example 7.4 ?Optimal Control. References. Problems. 8 Discrete Optimization. 8.1 Concepts in Discrete Programming. 8.1.1 Problem Relaxation. 8.1.2 Discrete Optimal Solution. 8.2 Discrete Optimization Techniques. 8.2.1 Exhaustive Enumeration. 8.2.2 Branch and Bound. 8.2.3 Dynamic Programming. 8.3 Additional Examples. 8.3.1 Example 8.4 ?I Beam Design. 8.3.2 Zero ?One Integer Programming. References. Problems. 9 Global Optimization. 9.1 Problem Definition. 9.1.1 Global Minimum. 9.1.2 Nature of the Solution. 9.1.3 Elements of a Numerical Technique. 9.2 Numerical Techniques and Additional Examples. 9.2.1 Simulated Annealing (SA). 9.2.2 Genetic Algorithm (GA). References. Problems. 10 Optimization Toolbox from MATLAB. 10.1 The Optimization Toolbox.10.1.1 Programs. 10.1.2 Using Programs. 10.1.3 Setting Optimization Parameters. 10.2 Examples. 10.2.1 Linear Programming. 10.2.2 Quadratic Programming. 10.2.3 Unconstrained Optimization. 10.2.4 Constrained Optimization. Reference. Index.

About the Author :
P. VENKATARAMAN is Associate Professor in the Mechanical Engineering Department of the Rochester Institute of Technology.


Best Sellers


Product Details
  • ISBN-13: 9780471349587
  • Publisher: John Wiley and Sons Ltd
  • Publisher Imprint: John Wiley & Sons Inc
  • Height: 238 mm
  • Returnable: N
  • Width: 162 mm
  • ISBN-10: 0471349585
  • Publisher Date: 12 Dec 2001
  • Binding: Hardback
  • Language: English
  • Weight: 680 gr


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Applied Optimization with MATLAB Programming
John Wiley and Sons Ltd -
Applied Optimization with MATLAB Programming
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Applied Optimization with MATLAB Programming

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!