Differential Equations with Matlab

Differential Equations with Matlab

          
5
4
3
2
1

Available


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Add to Wishlist

About the Book

A supplemental text that can enrich and enhance any first course in ordinary differential equations This supplement helps instructors move towards an earlier use of numerical and geometric methods, place a greater emphasis on systems (including nonlinear ones), and increase discussions of both the benefits and possible pitfalls in numerical solution of ODEs. By providing an introduction to the software that is integrated with the relevant mathematics, Differential Equations with MATLAB can perfectly complement and enhance other texts from Wiley. Since the third edition of Differential Equations with MATLAB first appeared in 2012, there have been many changes and enhancements to MATLAB and Simulink. These include addition of live scripts, new plotting commands, and major changes to the Symbolic Math Toolbox. This revised version brings the text completely up to date with the 2019a release of MATLAB.  

Table of Contents:
Preface v 1 Introduction 1 1.1 Guiding Philosophy 1 1.2 Student’s Guide 3 1.3 Instructor’s Guide 5 1.3.1 MATLAB and Simulink 5 1.3.2 ODE Chapters 5 1.3.3 Computer Problem Sets 6 1.4 A Word about Software Versions 7 2 Getting Started with MATLAB 9 2.1 Platforms and Versions 9 2.2 Installation 10 2.3 Starting MATLAB 10 2.4 Typing in the Command Window 11 2.5 Online Help 11 2.6 MATLAB Windows 13 2.7 Ending a Session 14 3 Doing Mathematics with MATLAB 15 3.1 Arithmetic 15 3.2 Symbolic Computation 16 3.2.1 Substituting in Symbolic Expressions 17 3.2.2 Symbolic Expressions and Variable Precision Arithmetic 17 3.3 Vectors 18 3.3.1 Suppressing Output 19 3.4 Recovering from Problems 19 3.4.1 Errors in Input 20 3.4.2 Aborting Calculations 20 3.5 Functions 20 3.5.1 Built-in Functions 20 3.5.2 User-defined Functions 21 3.6 Managing Variables 21 3.7 Solving Equations 23 3.8 Graphics 25 3.8.1 Graphing with fplot 25 3.8.2 Modifying Graphs 26 3.8.3 Graphing with plot 26 3.8.4 Plotting Multiple Curves 28 3.8.5 Parametric Plots 28 3.8.6 Implicit Plots and Contour Plots 29 3.9 Calculus 31 3.10 Some Tips and Reminders 32 4 Using the Desktop and Scripts 33 4.1 The MATLAB Desktop 33 4.1.1 The Workspace 33 4.1.2 The Current Folder and Search Path 34 4.1.3 The Command History 35 4.2 Scripts and Functions 36 4.2.1 Plain Code Scripts 36 4.2.2 Live Scripts 38 4.2.3 Functions 39 4.3 Loops 40 4.4 Presenting Your Results 41 4.4.1 Presenting Graphics 42 4.4.2 Pretty Printing 44 4.4.3 “Publishing” a script 44 4.4.4 Preparing Homework Solutions 45 4.4.5 Exporting a Live Script 46 4.5 Debugging Your Scripts 48 Problem Set A: Practice with MATLAB 51 5 Solutions of Differential Equations 55 5.1 Finding Symbolic Solutions 55 5.2 Existence and Uniqueness 58 5.3 Stability of Differential Equations 60 5.4 Different Types of Symbolic Solutions 63 6 Finer Points of the Symbolic Math Toolbox 69 7 A Qualitative Approach to Differential Equations 75 7.1 Direction Field for a First Order Linear Equation 75 7.2 Direction Field for a Non-Linear Equation 77 7.3 Autonomous Equations 79 7.3.1 Examples of Autonomous Equations 81 Problem Set B: First Order Equations 85 8 Numerical Methods 97 8.1 Numerical Solutions Using MATLAB 98 8.2 Some Numerical Methods 101 8.2.1 The Euler Method 102 8.2.2 The Improved Euler Method 105 8.2.3 The Runge-Kutta Method 106 8.2.4 Inside ode45 107 8.2.5 Round-off Error 108 8.3 Controlling the Error in ode45 108 8.4 Reliability of Numerical Methods 109 9 Features of MATLAB 113 9.1 Data Classes 113 9.1.1 Symbolic and Floating Point Numbers 114 9.1.2 Structures 115 9.1.3 String Manipulation 116 9.2 Functions and Expressions 116 9.3 More about Scripts and Functions 118 9.3.1 Variables and Input/Output in Scripts 118 9.3.2 Variables in Functions 118 9.3.3 Structure of Functions 119 9.4 Matrices 120 9.4.1 Solving Linear Systems 121 9.4.2 Calculating Eigenvalues and Eigenvectors 121 9.5 Graphics 121 9.5.1 Figure Windows and Live Script Graphics 122 9.5.2 Editing Figures 123 9.6 Features of MATLAB’s Numerical ODE Solvers 125 9.6.1 Evaluation of Numerical Solutions with deval 125 9.6.2 Plotting Families of Numerical Solutions of ODEs 126 9.6.3 Event Detection 127 9.7 Troubleshooting 129 9.7.1 The Most Common Mistakes 129 9.7.2 Error and Warning Messages 130 10 Using Simulink 133 10.1 Constructing and Running a Simulink Model 133 10.2 Output to the Workspace and How Simulink Works 138 Problem Set C: Numerical Solutions 143 11 Solving and Analyzing Second Order Linear Equations 151 11.1 Second Order Equations with MATLAB 153 11.2 Second Order Equations with Simulink 157 11.3 Comparison Methods 159 11.3.1 The Interlacing of Zeros 160 11.3.2 Proof of the Sturm Comparison Theorem 161 11.4 A Geometric Method 162 11.4.1 The Constant Coefficient Case 163 11.4.2 The Variable Coefficient Case 164 11.4.3 Airy’s Equation 165 11.4.4 Bessel’s Equation 166 11.4.5 Other Equations 167 Problem Set D: Second Order Equations 169 12 Series Solutions 183 12.1 Series Solutions 184 12.2 Singular Points 186 12.3 Other Linear and Nonlinear Equations 187 13 Laplace Transforms 189 13.1 Differential Equations and Laplace Transforms 191 13.2 Discontinuous Functions 194 13.3 Differential Equations with Discontinuous Forcing 196 Problem Set E: Series Solutions and Laplace Transforms 199 14 Higher Order Equations and Systems of First Order Equations 213 14.1 Higher Order Linear Equations 214 14.2 Systems of First Order Equations 215 14.2.1 Linear First Order Systems 215 14.2.2 Using MATLAB to Find Eigenpairs 218 14.3 Phase Portraits 222 14.3.1 Plotting a Single Trajectory 222 14.3.2 Plotting Several Trajectories 223 14.3.3 Numerical Solutions of First Order Systems 225 14.3.4 A Non-Linear System 227 15 Qualitative Theory for Systems of Differential Equations 229 Problem Set F: Systems of Differential Equations 237 Sample Solutions 255 Index 276


Best Sellers


Product Details
  • ISBN-13: 9781118376805
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Depth: 19
  • Height: 234 mm
  • No of Pages: 304
  • Series Title: English
  • Weight: 431 gr
  • ISBN-10: 1118376803
  • Publisher Date: 14 Sep 2012
  • Binding: Paperback
  • Edition: 3
  • Language: English
  • Returnable: N
  • Spine Width: 18 mm
  • Width: 185 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Differential Equations with Matlab
John Wiley & Sons Inc -
Differential Equations with Matlab
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.

Differential Equations with Matlab

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!
    ASK VIDYA